/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle{display:inline-block;margin:0 0 10px 0;padding:0;position:relative;border-collapse:separate;}div.jfilestyle label,div.jfilestyle input{font-family:sans-serif;}div.jfilestyle input{border:1px solid #c0c0c0;background:#d9d9d9;margin:0 -5px 0 0;vertical-align:middle;padding:7px 14px;font-size:14px;border-radius:4px;color:#8d8d8d;cursor:default;line-height:normal;}div.jfilestyle label{display:inline-block;border:1px solid #c0c0c0;background:#fff;padding:7px 14px;color:#0662ba;vertical-align:middle;line-height:normal;text-align:center;margin:0;font-size:14px;width:auto;border-radius:4px;font-weight:normal;}div.jfilestyle.jfilestyle-corner input:first-child{border-right:0;}div.jfilestyle.jfilestyle-corner input:last-child{border-left:0;}div.jfilestyle.jfilestyle-corner input:first-child,div.jfilestyle.jfilestyle-corner span:first-child>label{border-radius:4px 0 0 4px;}div.jfilestyle.jfilestyle-corner input:last-child,div.jfilestyle.jfilestyle-corner span:last-child>label{border-radius:0 4px 4px 0;}div.jfilestyle label[disabled]{pointer-events:none;opacity:.6;filter:alpha(opacity=65);cursor:not-allowed;}div.jfilestyle label:hover{cursor:pointer;opacity:.9;}div.jfilestyle .count-jfilestyle{background:#303030;color:#fff;border-radius:50%;padding:1px 5px;font-size:12px;vertical-align:middle;}
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;
  line-height: normal;
}

/* -----------------
FONT FAMILIES
-------------------- */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot');
  src: url('../fonts/HelveticaNeue.woff2') format('woff2'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'), url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

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

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

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

/* -----------------
GLOBAL CSS
-------------------- */
body {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 158px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #333;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  line-height: 28px;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

header.site-header {
  padding: 20px 0 0;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.admin-bar header.site-header {
  top: 32px;
}

a {
  color: #d11241;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {

  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {

  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 36px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Helvetica', Arial, "Helvetica Neue", sans-serif;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: 130px;
  padding-top: 15px;
  font-family: 'Helvetica', Arial, sans-serif;
}

input[type="text"].error, input[type="password"].error, input[type="email"].error, textarea.error {
  border-color: #ff0000;
}

input[type="submit"], button[type="submit"] {
  background: #323232;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Helvetica', Arial, sans-serif;
}

label.error {
  display: none !important;
}

fieldset {
  border: none;
}

b, strong {
  font-family: 'HelveticaNeue-Bold';
  font-weight: normal;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.site-content ul li {
  padding-left: 20px;
  list-style: none;
  position: relative;
  line-height: 28px;
}

.site-content ul li:before {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
  background: #d11241;
}

ul.list-none li {
  padding-left: 0;
  list-style: none;
}

.site-content ul.list-none li:before {
  display: none;
}

.section {
  padding: 50px 0;
}

.bg-grey {
  background: #f4f5f7;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.highlight-color {
  color: #d11241;
}

.highlight-background {
  background: #d11241;
  color: #fff;
  padding: 2px 5px;
  font-family: 'Helvetica-Bold', Arial, sans-serif;
}

.btn {
  background: #d11241;
  padding: 15px 25px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Helvetica-Bold', Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn.btn-rounded {
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 13px;
  font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.btn-rounded:hover {
  letter-spacing: 4px;
}

.btn.btn-bordered {
  padding: 10px 25px;
  background: transparent;
  color: #d11241;
  border: 2px solid;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.btn-bordered.mini {
  padding-left: 20px;
  padding-right: 20px;
}

.btn.btn-bordered:hover {
  background: #d11241;
  border-color: #d11241;
  color: #fff;
}

.background-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn.has-icon {
  padding-left: 90px;
}

.btn.has-icon:hover {
  background-color: transparent;
  color: #d11241;
  letter-spacing: 4px;
}

.btn [class^="icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  border-right: 2px solid;
}

.icon-cloud-download {
  background: url(../images/cloud-download.png) center center no-repeat;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
}

.download-btn {
  margin-bottom: 20px;
}

.section:last-of-type {
  padding-bottom: 0;
}

.single .section {
  padding-bottom: 50px;
}

.section.error-404 {
  padding-bottom: 60px;
}

/* -----------------
SITE-HEADER
-------------------- */
#mobileheader {
  display: none;
}

.site-branding {
  padding-top: 15px;
}

.logged-header {
  height: 60px;
}

.logged-header .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 15px;
}

/* -----------------
PAGE TITLE
-------------------- */
.title {
  text-align: center;
  margin-bottom: 40px;
}

.title h3 {
  position: relative;
  display: inline-block;
}

.title h3:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #d11241;
  position: absolute;
  bottom: -4px;
  left: 0;
}

/* -----------------
READ MORE / LESS
-------------------- */
.morecontent span {
  display: none;
}

.morelink {
  display: block;
  color: #d11241;
  text-decoration: none;
}

/* -----------------
NAVIGATION
-------------------- */
.main-navigation {
  text-align: right;
}

.menu-main-menu-container {
  display: inline-block;
}

.main-navigation .menu {
  list-style: none;
}

.main-navigation .menu li {
  display: inline-block;
  margin-right: 28px;
}

.main-navigation .menu li a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.main-navigation .wr-megamenu-container .current_page_item > a, .main-navigation .wr-megamenu-container .current_page_ancestor > a, .main-navigation .wr-megamenu-container .current-menu-ancestor > a {
  color: #000;
  position: relative;
}

.main-navigation .wr-megamenu-container a:hover, .main-navigation .jsn-bootstrap3 a:focus {
  outline: none;
  color: #d11241;
}

.main-navigation .wr-megamenu-container .current-menu-item > a:before {
  position: absolute;
  content: '';
  top: 50px;
  left: 15px;
  width: calc(100% - 30px);
  height: 5px;
  background: #d11241;
}

header .wr-megamenu-container .block-sub-menu > a.caption.active {
  color: #000;
  text-decoration: underline;
}

/* -----------------
SEARCH FORM
-------------------- */
header .searchform {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

header .searchform input[type="text"] {
  position: absolute;
  top: 80px;
  right: -15px;
  height: 40px;
  width: 333px;
  z-index: 1;
  border-radius: 4px;
  padding: 0 20px;
  border: none;
}

header .searchform input[type="text"]:focus {
  border: none;
  outline: 0;
}

header .searchform input[type="submit"] {
  display: none;
}

header .searchform > label {
  display: inline-block;
  vertical-align: top;
}

header .searchform .search-icon {
  background: url(../images/search-icon.png) 0 0 no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

header .searchform > div {
  display: none;
}

header .searchform > div.show {
  display: block;
}

header .searchform > div:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 0 12px 12px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 68px;
  width: 0;
  z-index: 1;
}

/* sidebar search */
.search-alt {
  position: relative;
  margin-bottom: 35px;
}

.search-alt input[type="submit"] {
  background: url("../images/search-icon.png") no-repeat scroll center / 19px 19px;
  text-indent: -9999px;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

/* -----------------
BANNER
-------------------- */
.slider .hero-image {
  height: 500px;
}

.slider .container {
  position: relative;
  height: 100%;
}

.slider .caption {
  position: absolute;
  bottom: 109px;
  right: 0;
  width: 470px;
  text-align: left;
}

.slider .caption h1 {
  font-size: 84px;
  line-height: 74px;
  color: #fff;
}

.slider .caption p {
  font-size: 20px;
  color: #fff;
}

.hub a {
  background: #d11241;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
}

.slider-with-navigation .container {
  height: auto;
}

.slider-with-navigation .container a, .slider-with-navigation .container h2 {
  color: #ffffff;
  font-size: 60px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.slider-with-navigation img {
  display: block;
}

/* -----------------
VIDEO BANNER
-------------------- */
.video-banner {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-device-width:1199px) {
  #bgvid {
    display: none;
  }

}

@media screen and (min-width:1200px) {
  .video-banner {
    background: none !important;
  }

}

/* -----------------
THREE COLUMNS
-------------------- */
.three-columns {
  padding: 36px 0;
}

.three-columns figure {
  position: relative;
}

.three-columns figure img {
  display: block;
}

.three-columns figcaption {
  position: absolute;
  bottom: 45px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 23px;
  color: #FFF;
  font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
  max-width: 50%;
  padding: 10px 12px;
  line-height: 24px;
}

.three-columns .btn {
  display: block;
}

.btn-wrap {
  background: #e0e1e2;
  padding: 15px;
}

/* -----------------
TWO COLUMN SLIDER
-------------------- */
.two-column-slider h1 {
  line-height: 35px;
  font-size: 60px;
  margin-bottom: 30px;
}

.two-column-slider p {
  line-height: 25px;
  margin-bottom: 30px;
}

.two-column-slider .slider {
  position: relative;
}

.two-column-slider .slider .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 220px;
  color: #fff;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.5);
}

.two-column-slider .slider .caption h5 {
  font-weight: normal;
  color: #fff;
}

/* -----------------
FOOTER
-------------------- */
.site-footer .main-footer {
  background: #323232;
  padding: 75px 0;
  color: #fff;
}

.site-footer ul {
  list-style: none;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul li a {
  text-decoration: none;
  color: #fff;
}

.site-footer ul li a:hover {
  color: #d11241;
  text-decoration: none;
}

.site-footer .main-footer .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 20px;
  position: relative;
}

.site-footer .main-footer .widget-title:after {
  content: '';
  display: table;
  width: 54px;
  height: 3px;
  background: #fff;
  margin-top: 20px;
}

.site-footer .social li {
  display: inline-block;
  margin-right: 15px;
}

.site-footer .social li a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.site-footer .site-logo {
  margin-bottom: 30px;
}

/* Footer Subscription (sales Force) */
footer .salesforce_w2l_lead .w2llabel, footer .sf_type_checkbox, footer .sf_required_fields_msg {
  display: none;
}

footer .salesforce_w2l_lead {
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}

footer .salesforce_w2l_lead .sf_field {
  float: left;
  margin-right: 10px;
}

footer .salesforce_w2l_lead .w2lsubmit {
  float: left;
}

footer .salesforce_w2l_lead .text {
  border-radius: 6px;
  height: 40px;
  width: 240px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}

footer .salesforce_w2l_lead .w2lsubmit .submit {
  background: #d11241;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #d11241;
  border-radius: 6px;
  height: 40px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  font-family: 'Helvetica', Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

footer .salesforce_w2l_lead .w2lsubmit .submit:hover {
  background: transparent;
  color: #d11241;
}

footer .salesforce_w2l_lead .error_message {
  left: 0;
  position: absolute;
  width: 100%;
  color: #d11241;
}

footer .salesforce_w2l_lead .success_message {
  color: #2bd30f;
}

/* Footer Subscription END */

/* Footer Subscription WPCF7 */

footer .textwidget .mc4wp-checkbox {
  display: none;
}

footer .textwidget input[type="submit"] {
  background: #d11241;
}

footer .textwidget .subscribe-form .wpcf7-form-control-wrap {

  /*   width: 240px;
  display: inline-block;
  margin-right: 10px; */
}

/* Footer Subscription END */
footer .jointeam {
  padding: 80px 0;
  text-align: center;
}

footer .jointeam h5 {
  font-size: 30px;
}

footer .copyright {
  text-align: center;
  padding: 35px 0;
}

footer .copyright ul.menu {
  margin-bottom: 10px;
}

footer .copyright li {
  display: inline-block;
  margin-bottom: 0;
  border-right: 1px solid #999999;
  padding: 0 10px 0 5px;
  line-height: 10px;
  color: #999999;
}

footer .copyright li:last-of-type {
  border-right: none;
}

footer .copyright li a {
  color: #999999;
  line-height: 12px;
}

footer .copyright li a:hover {
  text-decoration: underline;
}

footer .copyright li strong {
  color: #61584f;
  line-height: 12px;
}

.page-title {
  height: 350px;
}

.hero-image, .overlay {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #333;
}

.hero-image:before, .overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/hero-overlay.png);
  background-position: 0 0;
  background-repeat: repeat;
}

.overlay:before {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

.hero-image .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-image h1, .overlay h1 {
  font-size: 60px;
  margin-bottom: 10px;
  color: #fff;
}

.hero-image p, .overlay p {
  letter-spacing: 1px;
  font-size: 16px;
}

.overlay .container {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 700px;
}

.panel-list .single-panel {
  margin-bottom: 50px;
}

.panel-list .single-panel:last-of-type {
  margin-bottom: 0px;
}

.panel-list .single-panel h4 {
  margin-bottom: 10px;
}

.half-content .container {
  background: #f4f5f7;
  padding: 50px;
}

.section.related-page, .section.additional-info {
  margin-top: 50px;
  padding-bottom: 50px;
}

.related-page .single-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.related-page .single-row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.additional-info h3 {
  margin-bottom: 30px;
}

/* -----------------
TWO COLUMN ALTERNATE
-------------------- */
.two-column-alternate .col-sm-6 {
  padding: 50px;
}

.two-column-alternate .row:nth-child(odd) .col-sm-6:last-child, .two-column-alternate .row:nth-child(even) .col-sm-6:first-child {
  background: #f4f5f7;
}

.two-column-alternate .row:nth-child(odd) .col-sm-6:first-child, .two-column-alternate .row:nth-child(even) .col-sm-6:last-child {
  background: #fff;
}

.two-column-alternate .entry-header, .two-column-alternate .entry-content {
  margin-bottom: 10px;
}

.professor-info h5 a {
  display: block;
  color: #d11241;
}

.professor-info p {
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Helvetica-Bold', Arial, sans-serif;
  font-size: 14px;
}

.professor-info .qualification {
  margin-bottom: 20px;
}

/* -----------------
SEARCH PAGE
-------------------- */
.search-bar {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  height: 90px;
  position: absolute;
  width: 100%;
}

.search-bar .container {
  height: 100%;
  max-width: 100%;
  top: 0;
  padding: 24px 0;
}

.searchform input[type="text"] {
  height: 44px;
  width: 375px;
  padding: 0 20px;
  border: none;
  background: #fff;
  border-radius: 0;
}

.searchform input[type="submit"] {
  height: 45px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff;
  background: #d11241;
  font-size: 14px;
  border: none;
  letter-spacing: 1px;
  font-family: 'Helvetica-Bold', Arial, sans-serif;
  margin-left: -5px;
  cursor: pointer;
  border-radius: 0;
}

.search {
  padding-bottom: 0;
}

.search figure {
  margin-bottom: 10px;
}

.search .entry-title {
  text-transform: uppercase;
}

.search .entry-title a {
  color: #333333;
}

.search .overlay::before {
  background-image: url("../images/hero-overlay.png");
}

/* -----------------
PAGINATION
-------------------- */
.pagination h2.screen-reader-text {
  display: none;
}

.pagination {
  text-align: center;
  margin-top: 40px;
  float: left;
  width: 100%;
}

.pagination a, .pagination span {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}

.pagination a:last-of-type {
  margin-right: 0;
}

.pagination span.dots {
  border: none;
}

.pagination a:hover, .pagination .current {
  background: #ecefec;
  text-decoration: none;
}

.pagination a.prev, .pagination a.next {
  text-indent: -9999px;
  position: relative;
}

.pagination a.prev::before, .pagination a.next::before {
  content: '\f0da';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  text-indent: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination a.prev::before {
  content: '\f0d9';
}

/* -----------------
SECONDARY MENU
-------------------- */
.secondary-menu {
  background: #d11241;
  padding: 30px 0;
}

.secondary-menu .container {
  padding: 0 50px;
}

.secondary-menu ul {
  list-style: none;
}

.secondary-menu ul li {
  display: inline-block;
  margin-left: 22px;
  padding: 0;
}

.secondary-menu ul li:first-of-type {
  margin-left: 0;
}

.secondary-menu ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  background: url(../images/arrow-down.png) no-repeat center right / 16px auto;
  padding-right: 25px;
}

.secondary-menu ul li a:hover {
  text-decoration: none;
}

/* -----------------
SUPPORT US
-------------------- */
.support-us-content .post-list:focus {
  border: none;
}

.gallery .owl-carousel .owl-wrapper-outer {

  /* height: 430px; */
}

.gallery .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -60px;
  font-size: 30px;
  background: none;
  color: #999999;
  opacity: 1;
}

.gallery .owl-theme .owl-controls .owl-buttons div:hover {
  color: #d11241;
}

.gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -60px;
}

/* -----------------
CONTACT FORM
------------------- */
.contact .description {
  max-width: 460px;
  margin: 0 auto 30px;
}

.contact .salesforce_w2l_lead {
  position: relative;
}

.contact .sf_field {
  width: 48%;
}

.contact .sf_type_textarea {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

.contact .w2lsubmit {
  clear: both;
  text-align: right;
  margin-top: 20px;
}

.contact .error_message {
  color: #ff0000;
  display: block;
  font-size: 11px;
  text-align: left;
}

.success_message {
  color: #d11241;
  font-weight: normal;
}

.contact-info .col-sm-4 {
  border-right: 1px solid #cccccc;
  min-height: 180px;
  padding: 40px 0 0;
  line-height: 28px;
}

.contact-info .col-sm-4:last-of-type {
  border-right: none;
}

.contact-info .icon {
  height: 50px;
}

.contact-info .icon img {
  max-height: 30px;
}

.contact-info .icon.mail img {
  max-height: 25px
}

/* -----------------
TESTIMONIAL
-------------------- */
.testimonial {
  padding: 40px 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-style: italic;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
}

.testimonial .name {
  display: block;
  font-style: normal;
}

.testimonial .owl-theme .owl-controls .owl-page span, .testimonial .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
  position: relative;
  margin-left: 4px;
}

.testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}

.testimonial .owl-theme .owl-controls .owl-page.active span:after {
  content: '';
  display: block;
  background: #d11241;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

#testimonials-slider {
  max-width: 700px;
  margin: auto;
}

/* -----------------
DONATION BLOCK
-------------------- */
.donation-block .container {
  width: 860px;
}

.donation-block a {
  color: #f1f1f1;
}

.white-box a {
  color: #d11241;
}

.iframe-section {
  background: #d11241;
}

.iframe-section iframe {
  height: 2300px !important;
  border: none;
}

.donation-block label {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.donation-block input[type=radio], .donation-block input[type=checkbox] {
  display: none;
}

.donation-block label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.donation-block .radio label:before {
  border-radius: 8px;
}

.donation-block .checkbox label {
  margin-bottom: 10px;
}

.donation-block .checkbox label:before {
  border-radius: 3px;
}

.donation-block input[type=radio]:checked + label:before {
  content: "\2022";
  color: #ccc;
  font-size: 0;
  text-align: center;
}

.donation-block input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 15px;
  color: #ccc;
  text-align: center;
  line-height: 15px;
}

.donation-block {
  background: #d11241;
  overflow: hidden;
  clear: both;
  text-align: center;
  color: #fff;
  font: 15px/20px 'Helvetica', Arial, Helvetica, sans-serif;
  padding: 70px 0 115px;
}

.donation-block h2 {
  font: 30px/40px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
  color: #fff;
}

.donate-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.white-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  text-align: left;
  color: #000;
  padding: 34px 50px;
}

.white-box h3 {
  font: 30px/40px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
}

.white-box h3 em {
  display: inline-block;
  position: relative;
  color: #d11241;
  font-style: normal;
  margin: 0 0 36px;
}

.white-box h3 em:after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: '';
  width: 110px;
  height: 5px;
  background: #d11241;
}

.white-box p {
  font: 14px/21px 'Helvetica', Arial, Helvetica, sans-serif;
  margin: 0 0 30px;
}

.upper-donatebox {
  width: 100%;
}

.thankyou-footlogo {
  padding: 60px 0 80px;
}

.donate-left {
  float: left;
  width: 50%;
}

.donate-right {
  float: left;
  width: 50%;
}

.donate-box h3 {
  margin-bottom: 0;
}

.donate-box h3 span.highlight-color {
  font-size: 28px;
  padding: 0;
  color: #d11241;
}

.image-description p {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}

.donate-box .donate-left h3 {
  border-right: 1px solid #000;
}

.donate-box h3 span {
  color: #000;
  font: 35px/35px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 35px 25px 35px 55px;
  display: inline-block;
}

.donate-left h3 span {
  background: url(../images/icon-heart.png) 0 50% no-repeat;
  background-size: 46px 26px;
}

.donate-right h3 span {
  background: url(../images/icon-heart2.png) 0 50% no-repeat;
  background-size: 26px 24px;
  padding: 35px 25px 35px 35px;
}

.upper-donatebox {
  border: 1px solid #000;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  overflow: hidden;
  clear: both;
  background: #fff;
  color: #000;
}

.donatebox-top {
  overflow: hidden;
  text-align: center;
}

.donatebox-top.donate-single .donate-right, .donatebox-top.donate-single .donate-left {
  float: none;
  width: 100%;
}

.donate-holder {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.month-left, .month-right, .donate-left-once {
  width: 50%;
  float: left;
  font: bold 55px/55px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
  text-align: center;
}

.month-left label, .month-right label, .donate-left-once label {
  padding: 60px 53px;
}

.donate-holder {
  border-top: 1px solid #000;
}

.donate-right {
  font-size: 37px;
  line-height: 40px;
}

.donate-right-once {
  width: 50%;
  float: left;
}

.donate-right-once label {
  padding-bottom: 47px;
  padding-top: 60px;
}

.month-right {
  border: solid #000;
  border-width: 0 1px;
}

.donate-left-once {
  border: solid #000;
  border-width: 0 1px 0 0;
}

.donate-left-once > label {
  padding: 60px 37px;
}

.donate-right-once span.text {
  display: block;
  font: bold 37px/38px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
  width: 80%;
  margin: 0 auto 5px;
}

.donate-right-once span.in-field {
  display: none;
  font: bold 31px/38px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
}

.donate-right-once input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 38px;
  width: 105px;
  vertical-align: middle;
  margin-top: 4px;
}

.title-active, .parent-active {
  background: #ccc;
}

.mid-upperbox {
  background: #fff;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.image-holder {
  width: 25%;
  float: left;
  text-align: left;
  padding: 15px;
}

.image-description {
  width: 75%;
  height: 206px;
  float: left;
  text-align: left;
  color: #000;
  padding: 20px;
  font: 15px/22px 'Helvetica', Arial, Helvetica, sans-serif;
}

.donate-box input[type="submit"] {
  width: 100%;
  display: block;
  cursor: pointer;
  font: 35px/38px 'HelveticaNeue-Bold', Arial, Helvetica, sans-serif;
  padding: 25px;
  text-transform: capitalize;
  margin-top: -5px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}

.donate-box input[type="submit"]:focus {
  border: none;
  outline: none;
}

.title-active label {
  position: relative;
}

.title-active label:after {
  position: absolute;
  content: '';
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #d11241;
}

h3.title-active label:after {
  bottom: -10px;
}

.donate-right-once.title-active label:after {
  bottom: 40px;
}

/* -----------------
TWO COL LAYOUT
-------------------- */
.two-col-layout {
  overflow: hidden;
}

.two-col-layout .primary-column {

  /* padding-right: 70px; */
  width: 100%;
}

.primary-column, .secondary-column {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.secondary-column {
  background: #f4f5f7;
  border-top: 5px solid #d11241;
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  display: none;
}

.single .two-col-layout ul, .single .panel-list ul {
  margin-bottom: 30px;
}

/* -----------------
LOGIN FORM
-------------------- */
.login-form h2 {
  margin-bottom: 30px;
}

.login-form button[type="submit"] {
  padding: 10px 30px;
  margin-left: 12px;
}

.login-form .bbp-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.login-form .bbp-form .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#wpmem_reg, #wpmem_login {
  font-family: 'Helvetica', Arial, "Helvetica Neue", sans-serif;
  max-width: 600px;
}

#wpmem_reg fieldset, #wpmem_login fieldset {
  margin: 0;
}

#wpmem_reg .div_text, #wpmem_login .div_text {
  margin-bottom: 10px;
  width: 100%;/*   display: inline-block;
  width: 50%;
  padding-right: 30px;
  margin-bottom: 0; */
}

.full-width-form #wpmem_login .div_text, #wpmem_reg .div_image {
  width: 100%;
  padding: 0;
}

#wpmem_reg .div_image {
  font-size: 0;
}

#wpmem_reg .div_image img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
}

#wpmem_reg label.image {
  display: none;
}

.jfilestyle {
  margin-top: 10px;
}

div.jfilestyle label {
  color: inherit;
}

#wpmem_reg .div_image, #wpmem_reg .div_image input {

  /* text-align: center; */
}

#wpmem_reg .div_text:nth-of-type(2n+1), #wpmem_login .div_text:nth-of-type(2n) {
  padding-right: 0;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
  clear: both;
  height: auto;
  padding: 0;
  width: 100%;
  text-align: left;
}

#wpmem_reg input[type="text"], #wpmem_reg input[type="password"], #wpmem_reg input[type="email"], #wpmem_login input[type="text"], #wpmem_login input[type="password"], #wpmem_login input[type="email"] {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 36px;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  font-size: 14px;
  font-family: 'Helvetica', Arial, "Helvetica Neue", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#wpmem_reg input[type="text"].error, #wpmem_reg input[type="password"].error, #wpmem_reg input[type="email"].error, #wpmem_login input[type="text"].error, #wpmem_login input[type="password"].error, #wpmem_login input[type="email"].error {
  border-color: #ff0000;
}

#wpmem_reg .noinput {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #999999;
  cursor: not-allowed;
  height: 36px;
  line-height: 36px;
  margin: 5px 0;
  padding: 0 10px;
  width: 100%;
}

.wpmem_msg {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
}

.wpmem_msg p {
  margin-bottom: 0;
}

#wpmem_reg .button_div input, #wpmem_login .button_div input {
  margin-left: 10px;
}

#wpmem_reg input.buttons:focus, #wpmem_login input.buttons:focus {
  border: none;
}

#wpmem_login .register-here {
  float: left;
  margin-top: 13px;
}

#wpmem_login a[name="pwdchange"] + .form  .button_div input {
  margin-left: 0;
}

/* -----------------
ABOUT
-------------------- */
.section.current-annual-section {
  padding-bottom: 50px;
}

/* -----------------
CTA
-------------------- */
.section.full-width-cta {
  padding-bottom: 50px;
}

/* -----------------
EVENTS
-------------------- */
.events {
  margin-bottom: 50px;
  overflow: hidden;
}

.events:last-of-type {
  margin-bottom: 0;
}

.events h2 {
  margin-bottom: 35px;
}

.events .col-sm-6 {
  margin-bottom: 50px;
}

.entry-header h5 {
  font-size: 16px;
}

.entry-header img {
  display: inline-block;
  margin-bottom: 10px;
}

.entry-header a {
  text-transform: uppercase;
  color: #333333;
}

.entry-header a:hover {
  text-decoration: none;
  color: #d11241;
}

.events .entry-content p {
  margin-bottom: 0;
}

.events .pagination {
  text-align: left;
  clear: both;
  margin: 0;
}

.entry-header figure {
  margin-bottom: 25px;
}

.site-content ul.social {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.site-content ul.social li {
  display: inline-block;
  margin: 0 10px;
}

.site-content ul.social li a {
  color: #000;
  font-size: 20px;
}

.site-content ul.social li a:hover {
  color: #d11241;
}

h2.entry-title {
  margin-bottom: 20px;
}

.single .entry-footer label.btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
}

.single .entry-summary {
  margin-bottom: 35px;
}

.single .entry-summary p:last-child {
  margin-bottom: 0;
}

.category-list-view {
  padding-bottom: 0;
}

.category-list-view h2 {
  margin-bottom: 50px;
}

.category-list-view .col-sm-4 {
  margin-bottom: 50px;
}

.category-list-view .col-sm-4 .entry-header img {
  max-height: 190px;
  width: auto;
}

@media(max-width:1199px) {
  .category-list-view .col-sm-4 .entry-header img {
    max-height: 114px;
    width: auto;
  }

}

@media(max-width:767px) {
  .category-list-view .col-sm-4 .entry-header img {
    max-height: unset;
    width: auto;
  }

}

/* -----------------
SIDEBAR
-------------------- */
#secondary {
  padding-bottom: 30px;
}

#secondary ul.hide {
  display: none;
}

#secondary ul.show {
  display: block;
}

#secondary .categories i.fa-caret-right {
  margin-right: 10px;
  cursor: pointer;
}

#secondary .categories i.fa-caret-right.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#secondary .categories .hasChild {
  color: #333333;
  font-size: 16px;
  font-family: 'HelveticaNeue';
}

#secondary .categories .hasChild ul {
  padding-left: 35px;
}

#secondary .categories .hasChild ul li a {
  color: #333333;
  font-family: 'HelveticaNeue';
}

/* -----------------
PAGE TAB
-------------------- */
.page-tab {
  background: #d11241;
}

.page-tab .container {
  padding: 0 30px;
}

.page-tab a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  font-family: 'HelveticaNeue-Bold';
}

.page-tab a:hover, .page-tab a.active {
  background: #dc496d;
  text-decoration: none;
}

.page-tab a.active::before {
  background: #751029;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.page-tab .col-sm-4, .page-tab .col-sm-6 {
  padding: 0;
  border-right: 1px solid #fff;
}

.page-tab .col-sm-4:first-child, .page-tab .col-sm-6:first-child {
  border-left: 1px solid #fff;
}

.page-tab .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 15px;
}

.page-tab .icon img {
  max-height: 100%;
}

.page-tab .tab-label {
  display: block;
  text-align: center;
  clear: both;
  cursor: pointer;
}

.page-tab .icon.info img {
  max-width: 50px;
}

.page-tab .icon.heart-beat img {
  max-width: 60px;
}

.page-tab .icon.hub img {
  max-width: 60px;
}

/* ------------------------------
FORUM / BBPRESS OVERWRITE
------------------------------- */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: block;
  color: #d11241;
  position: relative;
  z-index: 1;
}

/*Overwrite for detail forum page*/
.single-row-clear {
  margin-bottom: 30px;
}

.single-row-clear ul {
  overflow: hidden;
  clear: both;
  width: 100%;
}

.bbp-the-content-wrapper .quicktags-toolbar {
  display: none;
}

.hide-parent {
  display: none;
}

.bbp-the-content-wrapper .wp-editor-area {
  border: 1px solid #e6e6e6;
  font-family: 'Helvetica', Arial, sans-serif;
}

#bbpress-forums ul {
  background: none !important;
}

.recent-category {
  margin-bottom: 30px;
}

/* -----------------
OWL CAROUSEL
-------------------- */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #cccccc;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #666666;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }

}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }

}

@keyframes empty {
  0% {
    opacity: 1
  }

}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }

}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }

}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }

}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }

}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }

}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }

}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }

}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }

}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }

}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }

}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }

}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }

}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }

}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }

}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }

}

.iframe-container {

  /* max-width: 560px; */
  margin: 0 auto;
  padding-left: 30px;
}

li.bbp-topic-freshness a {
  cursor: default;
  text-decoration: none;
}

li.bbp-topic-freshness a {
  font-size: 13px;
}

.bbp-topic-freshness .bbp_username_new {
  clear: both;
  display: block;
  font-size: 13px;
  color: #d11241;
}

li.bbp-topic-freshness span a {
  font-size: 13px;
}

li.bbp-topic-freshness > img, .bbp-topic-freshness-author > img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  width: 80px;
  height: 80px;
}

.bbp-form input[type="text"], .bbp-form input[type="password"], .bbp-form input[type="email"], textarea {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 13px;
}

textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content {
  padding: 10px 15px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 13px;
}

.block-sidemenu {
  margin-bottom: 30px;
}

.block-sidemenu h4 {
  font-size: 30px;
}

/*.block-sidemenu ul li { padding-left: 0px; }
.block-sidemenu ul li:before { display:none; }*/
.new-footerlogo {
  max-width: 200px;
  padding-top: 15px;
}

/*Enquiry Page*/
.enquiry-container {
  max-width: 954px;
  padding: 0 15px;
  margin: 0 auto;
}

.banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner .container {
  white-space: nowrap;
  min-height: 460px;
}

.banner .container:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 460px;
}

.banner .text {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  padding-bottom: 25px;
}

.banner h1 {
  color: #fffffb;
  font: bold 48px/54px "Verdana";
  margin: 0;
  text-align: center;
  text-shadow: -2px 1px 5px rgba(0, 0, 0, 0.75);
  width: 100%;
}

.main-container {
  padding: 90px 0;
}

.main-container .text-wrap {
  max-width: 815px;
}

.main-container h2 {
  color: #231f20;
  font: bold 23px/1.35 Arial, Helvetica, Sans-serif;
  margin-bottom: 45px;
}

.main-container .form-wrap {
  max-width: 586px;
  margin: 0 auto 65px;
}

.main-container .form-wrap .txt {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.landing-form:after {
  content: "";
  display: block;
  clear: both;
}

.landing-form .input-wrap {
  float: left;
  width: 423px;
}

.landing-form input[type="text"], .landing-form input[type="tel"], .landing-form input[type="email"], .landing-form input[type="password"] {
  width: 100%;
  background: #70be6b;
  border: none;
  border-radius: 0;
  color: #fff;
  font: 25px/57px Arial, Helvetica, Sans-serif;
  height: 57px;
  padding: 0 15px;
  outline: none;
}

.landing-form .submit-wrap {
  float: right;
  width: 163px;
}

.landing-form input[type="submit"] {
  background: #0094ce;
  border: none;
  border-radius: 0;
  font-family: Arial;
  color: #fff;
  font: 25px/57px Arial, Helvetica, Sans-serif;
  height: 57px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.main-container .text {
  margin-bottom: 35px;
}

.main-container .text p {
  margin-bottom: 10px;
}

.thankyou-block {
  padding: 90px 0;
}

.thankyou-block h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.thankyou-block h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.thankyou-block h3 {
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 30px;
}

.thankyou-block h3 span {
  color: #0094ce;
}

.thankyou-form .row {
  margin: 0 -15px;
}

.thankyou-form .row:after {
  content: "";
  display: block;
  clear: both;
}

.thankyou-form .col {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 5px;
}

.thankyou-form {
  max-width: 534px;
  margin-bottom: 25px;
}

.thankyou-form input[type="text"], .thankyou-form input[type="email"] {
  background: #70be6b;
  color: #fff;
  font: 18px/48px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 48px;
  outline: none;
  border: 1px solid #ccc;
  padding: 6px 12px;
  width: 100%;
}

.thankyou-form .submit-wrap {
  text-align: right;
}

.thankyou-form input[type="submit"] {
  background: #0094ce;
  font-size: 18px;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  cursor: pointer;
}

.thankyou-form input[type="submit"]:hover {
  background-color: #3071a9;
  border-color: #285e8e;
}

.success-message {
  margin-bottom: 50px;
}

.success-message p {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  display: inline-block;
  padding-right: 25px;
}

div.wpcf7-validation-errors {
  border: 2px solid red;
  display: inline-block;
}

/* -----researcher details----- */
.overlay.researcher--cover .container {
  max-width: 100%;
}

.breadcrumbs {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  text-align: left;
  position: relative;
}

article.researcher {
  padding-top: 70px;
}

article.researcher h3 {
  position: relative;
  padding-top: 10px;
  margin-top: 40px;
}

article.researcher h3:before {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 45px;
  height: 3px;
  background-color: #333;
  content: "";
}

.highlight-box {
  margin-bottom: 40px;
  margin-top: 70px;
  background-color: rgba(201, 193, 177,0.2);
  /*background-color: #eaf7f7;*/
}

.highlight-box-inner {
  padding: 40px;
}

.highlight-box-inner .item{
    margin-bottom: 30px;
}


.highlight-box-inner .item:last-child{
    margin-bottom: 0;
}

.leader-board {
  margin-top: -105px;
}

.leader-board-photo-inner {
  width: 177px;
  height: 177px;
  margin: 0 auto;
}

.leader-board-photo-inner img {
  width: 177px;
  height: 177px;
  /*border-radius: 50%;*/
}

.leader-board-heading p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.leader-board-name {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.leader-board-name a {
  text-decoration: underline;
}

.highlight-box-title h5 {
  margin-bottom: 20px;
}

.highlight-box-description p {
  color: #6f6f6f;
}

.leader-board-cover-title {
  padding-bottom: 15px;
}

.leader-board-cover-items {
  font-size: 18px;
}

.leader-board-cover-items a {
  text-decoration: underline;
}

.leader-board-name a:hover, .leader-board-cover-items a:hover {
  opacity: 0.8;
}
.hra-profile-cover{
    height: auto;
}
.hra-profile-cover .breadcrumbs{
    color: #333;
}
.hra-profile-cover .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hra-profile-img{
    text-align: center;
}
.hra-profile-img, .hra-profile-detail{
    margin: 35px 0 50px 0;
}
.hra-profile-img img{
    border-radius: 50%;
    border: 4px solid #fff;
}

.hra-profile-detail{
    text-align : left;
    color: #333;
}
.hra-profile-detail h1{
    font-size: 35px;
    line-height: 35px;
    color: #d11241;
}
.hra-profile-detail p{
    margin-bottom: 5px;
    line-height: 20px;
}
.hra-profile-detail p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width:1199px) {

	body{
		padding-top: 0;
	}

	header.site-header{
		position: static;
	}


	.slider .caption{
		left: 50%;
		right: auto;
		width: 80%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.three-columns figcaption{
		max-width: 100%;
		bottom: 0;
	}


	.two-column-slider h1{
		font-size: 40px;
	}

	.slider .caption{
		bottom: 0;
	}

	footer .salesforce_w2l_lead .sf_field,
	footer .salesforce_w2l_lead .text{
		width: 100%;
	}

	.two-col-layout .primary-column{
		padding-right: 15px;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.two-col-layout .secondary-column{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.highlight-box.highlight-box-leader{
	    margin-top: 115px;
	}
}

@media only screen and (max-width:991px) {


	.site-branding{
		text-align: center;
		margin-bottom: 40px;
	}

	.main-navigation,
	.logged-header{
		text-align: center;
	}

	.jsn-bootstrap3 .col-sm-6{
		width: 33%;
	}


	header .searchform{
		margin-right: 40px;
	}

	.donation-block .container {
		width: 750px;
	}

	.login-form .bbp-form .col-sm-6,
	.login-form .bbp-form .text-right{
		padding-right: 15px;
		padding-left: 15px;
	}

	.page-tab .row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.page-tab a{
		width: 100%;
		height: 100%;
	}

	.secondary-menu{
		display: none;
	}

	.support-us-content{
		padding-top: 50px;
	}

	.support-us-content .row:first-of-type .col-sm-6{
		padding-top: 20px;
	}

	#wpmem_login .register-here {
		float: left;
		margin-bottom: 50px;
		margin-top: 10px;
		width: 100%;
	}

	footer .textwidget .subscribe-form .wpcf7-form-control-wrap{
		width: 220px;
	}

}


/* Used 783px instead of 767px For WR-Megamenu */
@media only screen and (max-width:783px) {
	#mobileheader{
		display: block;
	}


	#masthead{
		display: none;
		
	}

	header.site-header{
		padding-bottom: 20px;
	}

	header.site-header.menu-shown{
		padding-bottom: 0px;
	}


	.site-branding {
		padding-top: 0;
		text-align: left;
		margin-bottom: 0;
	}

	.menu-main-menu-container{
		display: block;
		clear: both;
	}

	.jsn-bootstrap3 .col-sm-6{
		width: 100%;
	}

	.main-navigation {
		clear: both;
		overflow: hidden;
		padding: 20px 0;
		background: #ccc;
		text-align: center;
		float: left;
		width: 100%;
		margin-top: 20px;
		display: none;
		
	}

	.main-navigation .menu li{
		display: block;
		margin: 0 0 10px;
	}

	header .wr-megamenu-container.jsn-bootstrap3{
		display: block;
	}

	.wr-megamenu-container ul.wr-mega-menu li ul.sub-menu{
		background-color: transparent;
	}
	
	#mobileheader .wr-megamenu-container ul li a{
		color: #000;
	}

	#mobileheader .wr-mega-menu .wr-menu-down{
		background-color: #999;
		margin-top: -38px;
	}

	#mobileheader .it-responsive-mega{
		display: none;
	}

	#mobileheader .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item > a.menu-item-link:hover{
		background-color: transparent;
	}

	.main-navigation .wr-megamenu-container .current-menu-item > a::before{
		display: none;
	}

	.wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link{
		background-color: transparent;
	}

	.page-tab .col-sm-4,
	.page-tab .col-sm-4:first-child{
		border: none;
	}



	.logged-header{
		margin-bottom: 10px;
		text-align: right;	
	}

	header .searchform{
		display: block;
		position: relative;
		margin: 0 0 10px;
		
	}

	header .searchform input[type="text"]{
		position: static;
		width: 100%;
	}

	header .searchform input[type="submit"]{
		display: block;
		height: 40px;
		width: 35px;
		background: url("../images/search-icon.png") no-repeat scroll center / 19px 19px;
		position: absolute;
		top: 0;
		right: 0;
		text-indent: -9999px;
	}



	.hamburger{
		width: 40px;
		height: 45px;
		margin-top: 25px;
		display: inline-block;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	.hamburger span{
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #d11241;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}


	.hamburger span:nth-child(1) {
		top: 0px;
	}

	.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
		top: 10px;
	}

	.hamburger span:nth-child(4) {
		top: 20px;
	}

	.hamburger.open span:nth-child(1) {
		top: 13px;
		width: 0%;
		left: 50%;
	}

	.hamburger.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hamburger.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.open span:nth-child(4) {
		top: 13px;
		width: 0%;
		left: 50%;
	}

	.two-col-layout .primary-column{
		margin-bottom: 50px !important;
		padding-right: 15px;
	}


	.three-columns figure img {
		width: 100%;
	}

	.three-columns .col-sm-4,
	.three-column-cta .col-sm-4{
		margin-bottom: 30px;
	}

	.slider .caption h1 {
		font-size: 55px;
		line-height: normal;
	}

	.slider .caption {
		bottom: 50%;
		transform: translate(-50%, 50%);
	}

	.slider .slider-with-dot .caption{
		bottom: auto;
		left: 0;
		transform: none;

	}

	.overlay .container{
		width: 100%;
		max-width: 100%;
	}

	.main-footer .row > div{
		margin-bottom: 30px;
	}

	.secondary-menu ul li{
		display: block;
		margin: 0;
	}

}



/**********mega menu
*********************************************************************/

@media (min-width:784px){
	header .wr-megamenu-container.jsn-bootstrap3{background:none!important; color:#000; display:inline-block; width:auto;}
	header  .wr-megamenu-container a{color:#000;  font-size:12px; font-family:'Helvetica',Arial, Helvetica, sans-serif; line-height:18px;}
	header .wr-mega-menu > li:hover > a{color: #d11241;}
	header .wr-mega-menu > li > a{ font-size: 13px; }
	header  .wr-megamenu-container .glyphicon{display:none;}
	header .wr-mega-menu > li > a{padding:0 15px;}
	header .wr-megamenu-inner{border:solid #d11241; border-width:5px 0 0; box-shadow:none; -webkit-box-shadow:none; margin-left:-15px;}
	header .wr-megamenu-inner .jsn-bootstrap3 > .row{ padding: 20px !important; }
	header .wr-element-submenu .submenu-items{padding:0;}
	header .wr-megamenu-container.jsn-bootstrap3 .wr-mega-menu > li:hover > a, .primary_452 .wr-mega-menu > li.focus > a{background:none!important; color:#000;}
	header .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link{color:#000;}
	header .menu-item-link{
		text-transform: uppercase;
	}

	header .wr-megamenu-container li:hover .menu-item-link{
		color: #d11241 !important;
	}
	header .wr-element-submenu .caption {
		padding: 0;
		width: 100%;
		margin-bottom: 8px;
		text-transform:uppercase;
		font-size: 14px;
	}
	header .wr-element-submenu .submenu-items a{padding:0;}
	header .submenu-items  .submenu-items li{margin:0 0 5px;} 
	header .wr-megamenu-container .submenu-items li a{
		text-transform:initial; 
		color:#333; 
		margin:0 0 5px;
		font-size: 13px;
	}
	header .wr-megamenu-container .block-sub-menu{padding-top:10px;}
	header .wr-megamenu-container .block-sub-menu >a{font-family:'HelveticaNeue',Arial, Helvetica, sans-serif;}
	header .wr-megamenu-container ul.wr-mega-menu ul.sub-menu, header .wr-megamenu-inner {
		background-color: rgba(255, 255, 255, 1);
	}

	header .wr-mega-menu.nav-menu > li > a{
		padding:15px 15px 40px;
		font-weight: 300;
	}

	header .searchform{vertical-align:top;margin-top:15px;}

	.main-navigation a.btn.btn-primary{vertical-align:top;}
	
	header .wr-megamenu-container ul ul a:hover, 
	header .wr-megamenu-container ul ul li.focus > a{
		color:#d11241;
	}
	
}

@media (max-width:783px){
	header	#mobileheader .wr-megamenu-container ul li a {
		color: #d11241;
	}
	.highlight-box.highlight-box-leader{
	    margin-top: 115px;
	}
}




@media (max-width:767px){

	h1{
		font-size: 36px;
	}

	.hero-image h1, .overlay h1{
		font-size: 40px;
	}

	.donation-block .container {
		width: 100%;
	}

	.image-description{
		height: auto;
	}

	.page-tab .row {
		display: block;
	}

	.site-footer .main-footer{
		padding-bottom: 0;
	}

	.gallery .owl-theme .owl-controls .owl-buttons div{
		left: 0;
	}

	.gallery .owl-theme .owl-controls .owl-buttons div.owl-next{
		right: 0;
	}

	.two-column-slider .col-sm-6{
		margin-bottom: 50px;
	}

	.two-column-slider .col-sm-6:last-child{
		margin-bottom: 0;
	}


	.two-column-alternate .row:nth-child(odd) .col-sm-6:first-child,
	.two-column-alternate .row:nth-child(even) .col-sm-6:first-child{
		background: #f4f5f7;
	}

	.two-column-alternate .row:nth-child(even) .col-sm-6:first-child{
		background: #f4f5f7;	
	}
	.two-column-alternate .row:nth-child(odd) .col-sm-6:last-child{
		background: #fff;
	}
	.two-column-alternate .col-sm-6{
		padding: 20px;
	}

	.support-us-content {
		padding-top: 0;
	}

	.two-column-alternate .entry-header, .two-column-alternate .entry-content, .two-column-alternate .entry-footer{
		text-align: center;
	}


	.donate-right, .donate-left{width:100%;}
	.month-left label, .month-right label, .donate-left-once label, .donation-block label{
		display: block;
		padding: 40px 0;
	}

	.donate-right-once label{
		padding-bottom: 15px;
	}

	.donate-box h3 label{
		padding: 0;
	}

	.donate-right h3{border-top:1px solid #000;}
	.donate-box h3 span {
		color: #000000;
		display: inline-block;
		font: 30px/30px "HelveticaNeue-Bold",Arial,Helvetica,sans-serif;
		padding: 20px 16px 20px 50px;
		text-align: center;
	}

	.title-active label::after{
		bottom: 30px;
	}
	.thankyou-footlogo{
		padding:30px 0;
	}

	.white-box{
		padding:20px;
	}


	.contact-info{
		padding-top: 0;
	}

	.contact-info .col-sm-4{
		border: none;
		min-height: 1px;
	}

	.contact .sf_field{
		width: 100%;
	}

	.contact .sf_type_textarea{
		position: static;
		width: 100%;
	}

	#wpmem_reg .div_text, #wpmem_login .div_text{
		width: 100%;
		padding: 0;
	}
	.highlight-box.highlight-box-leader{
	    margin-top: 115px;
	}




}


@media (max-width:515px){
	.donate-right-once label {
		padding-bottom: 9px;
		padding-top: 8px;
	}

	.donate-right-once span.text{
		font-size: 30px;
	}

	.half-content .container{
		padding: 15px;
	}

	footer .salesforce_w2l_lead .error_message{
		bottom: 0;
	}

	li.bbp-topic-freshness {
		float: left;
		text-align: left;
		width: 100%;
		margin-bottom: 30px;
	}

	li.bbp-topic-title {
		clear: both;
		margin-left: 0;
	}

	.forum-item .avatar{
		display: block;
	}
	
	.alignright, .alignleft{
	    float:none;
	    display: block;
	}


}
