@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@font-face {
  font-family: museo700;
  src: url("../fonts/Museo700-Regular.ttf"); }
/*START Helper Classes------------------------------------------*/
#commentform label {
  display: block; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: #ccc; }
  .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 150%;
    min-width: 100%;
    z-index: 1; }

/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'museo700', serif;
  background: #e04053;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e04053, #d1273b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e04053, #d1273b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e04053, #d1273b);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e04053, #d1273b);
  /* Standard syntax (must be last) */
  background-size: 100% 100px;
  border-radius: 0px;
  border: 1px solid #e95063;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s;
  z-index: 2; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background-position: 100px;
    text-decoration: none;
    color: #fff !important; }
a.btn-2 {
  font-family: 'Lato', sans-serif;
  background: transparent;
  border-radius: 0px;
  color: #3955a5 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: 0.4s;
  z-index: 2; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    text-decoration: underline;
    color: #293f99 !important; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  width: 100%;
  z-index: 999;
  position: relative;
  z-index: 15;
  background: transparent;
  border-bottom: 5px solid #e4e4e4;
  /* &::before{
     content:"";
      background:url("../images/bg-header.png") repeat;
     background-size:auto 100%;
     -moz-mix-blend-mode:multiply;
     -webkit-mix-blend-mode:multiply;
     mix-blend-mode:multiply;
     height: 100%;
     width:100%;
     top:0;
     position:absolute;
     z-index: 0;
   }*/ }
  header.header .textwidget {
    display: inline-block; }

.logo {
  float: left;
  display: none; }

.top-social {
  background: #fff;
  text-align: left;
  padding-top: 0px;
  color: #3955a5;
  border-bottom: 1px solid #ffcc83; }
  .top-social .container {
    padding: 0; }

.top-left {
  float: left; }
  .top-left p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 3.3em;
    margin-bottom: 0; }

.top-right {
  float: right; }

.nav-right {
  float: left;
  width: 100%; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  position: relative;
  z-index: 9999;
  width: 100%; }
  section.navigation .container {
    position: relative;
    padding: 0; }

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none;
  position: relative; }

.navbar-default .navbar-brand {
  border-radius: 0;
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-43%, 0);
  -moz-transform: translate(-43%, 0);
  -ms-transform: translate(-43%, 0);
  transform: translate(-43%, 0);
  min-height: 130px;
  height: auto;
  width: 19%;
  box-shadow: none;
  padding: 18px 10px; }
  .navbar-default .navbar-brand img {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    bottom: 0; }
  .navbar-default .navbar-brand:hover {
    background: transparent; }

#menu-main-menu-left {
  margin-right: 16%; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-family: 'museo700', serif;
  font-weight: 700; }
  #navigation ul {
    padding: 0;
    text-align: center;
    width: 41%; }
    #navigation ul li::after, #navigation ul li.open::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -7.5px;
      height: 15px;
      width: 1px;
      background: #585b68; }
    #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
      content: none; }
    #navigation ul li.active a, #navigation ul li.open.active a {
      background: transparent;
      position: relative;
      font-family: 'museo700', serif; }
      #navigation ul li.active a:hover, #navigation ul li.active a:focus, #navigation ul li.active a:active, #navigation ul li.open.active a:hover, #navigation ul li.open.active a:focus, #navigation ul li.open.active a:active {
        background: #3955a5;
        color: #fff; }
    #navigation ul li.active ul li, #navigation ul li.open.active ul li {
      width: 100%; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        font-size: 12px;
        color: #293f99; }
        #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
          background: #3955a5;
          color: #fff; }
        #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
          content: none; }
    #navigation ul li a, #navigation ul li.open a {
      font-size: 14px;
      color: #585b68;
      padding: 40px 33px 35px;
      width: 100%;
      transition: 0.4s;
      white-space: normal;
      text-transform: uppercase;
      font-weight: 400;
      font-family: 'museo700', serif; }
      #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li.open a:hover, #navigation ul li.open a:focus, #navigation ul li.open a:active {
        background: #3955a5;
        color: #fff; }
    #navigation ul li ul, #navigation ul li.open ul {
      text-align: left;
      min-height: 0;
      border: none;
      padding: 0;
      background: white;
      width: 100%; }
      #navigation ul li ul li, #navigation ul li.open ul li {
        display: block;
        width: 100%; }
        #navigation ul li ul li::after, #navigation ul li.open ul li::after {
          content: none; }
        #navigation ul li ul li a, #navigation ul li.open ul li a {
          border-top: 1px solid #d1273b;
          padding: 15px 15px;
          font-size: 12px;
          color: #293f99;
          border: none;
          border-top: #293f99 solid 1px; }
          #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
            content: none; }
          #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
            color: #fff;
            background: #3955a5; }
        #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
          border-top: none; }

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  box-shadow: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -1px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (max-width: 1700px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }

  .navbar.navbar-default::before, .navbar.navbar-default::after {
    width: 43%; } }
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .navbar.navbar-default::before, .navbar.navbar-default::after {
    width: 43%; } }
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .navbar.navbar-default::before, .navbar.navbar-default::after {
    width: 42%; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .navbar.navbar-default::before, .navbar.navbar-default::after {
    width: 40%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar.navbar-default::before, .navbar.navbar-default::after {
    width: 41%; }

  .navbar-brand {
    width: 16%; }

  .navbar-default .navbar-brand {
    transform: translate(-40%, 0px); }

  #navigation ul li a, #navigation ul li.open a {
    padding: 40px 22px 35px;
    font-size: 14px; }

  ul.social li a {
    width: 38px; }

  .navbar-default .navbar-brand {
    width: 18%; }

  .navbar-default .navbar-brand {
    -webkit-transform: translate(-40%, -8px);
    -moz-transform: translate(-40%, -8px);
    -ms-transform: translate(-40%, -8px);
    transform: translate(-40%, -8px); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-default::before, .navbar.navbar-default::after {
    width: 40%; }

  .nav-right {
    width: 100%; }

  .navbar-default .navbar-brand {
    transform: translate(-40%, -16px); }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 11.5px;
    padding: 40px 15px 35px; }

  ul.social li a {
    width: 38px; } }
@media only screen and (max-width: 767px) {
  #navigation ul li ul li a, #navigation ul li.open ul li a {
    color: #fff; }

  .navbar.navbar-default::before, .navbar.navbar-default::after {
    content: none; }

  header.header {
    padding-top: 0; }

  #navigation {
    background: #6482d2; }

  .navbar-header {
    background: transparent; }

  .logo {
    float: left;
    display: block;
    height: 100px;
    position: absolute;
    top: -45px; }
    .logo img {
      max-height: 100%;
      position: absolute;
      height: 80%;
      top: 10%;
      left: 15px; }

  .navbar-default .navbar-brand {
    display: none; }

  #menu-main-menu-left {
    margin-right: 0; }

  .nav-right {
    width: 100%;
    border-left: none; }

  .custom-links {
    text-align: center; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #3955a5; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #293f99;
      border-color: #293f99; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #3955a5; }

  .navbar-nav {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    width: 100%; }

  #navigation ul li {
    display: block;
    border-bottom: 1px solid #3955a5; }

  #navigation ul li, #navigation ul li.open {
    width: 100%; }

  #navigation ul li:last-child a {
    margin-left: 0; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 5px 15px;
    font-size: 16px; }

  #navigation ul li ul li a, #navigation ul li.open ul li a {
    font-size: 14px; }

  #navigation ul li ul li.active a, #navigation ul li.open ul li.active a {
    color: #fff;
    font-weight: 700; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -37px;
    display: block;
    background: transparent;
    border: 1px solid #3955a5;
    color: #3955a5;
    padding: 6px 13px 6px 12px; }
    #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
      background: #3955a5;
      color: #fff; }

  #navigation ul li a, #navigation ul li.open a {
    color: #fff; }

  #navigation ul li ul {
    max-height: unset;
    background: #3955a5;
    text-align: center; }
    #navigation ul li ul li {
      border-bottom: 1px solid #3955a5; }
      #navigation ul li ul li ul {
        background: #6482d2; }

  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px;
    left: 0; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul li.active a::after, #navigation ul li.open.active a::after {
    height: 0; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #3955a5;
    color: #3955a5;
    padding: 5px 13px 6px 12px;
    border: 1px solid #fff; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #3955a5;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #3955a5;
    color: #3955a5;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #3955a5;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .top-left {
    width: 100%;
    text-align: center; }

  .top-right {
    width: 100%;
    text-align: left;
    margin-bottom: 20px; }

  .top-social .container {
    padding: 0; }

  #menu-main-menu-right a.last::after {
    content: none; }

  .bg-header {
    height: 50px; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search {
  display: inline-block;
  padding-top: 0px;
  margin-top: 30px;
  margin-right: 15px;
  position: relative;
  float: right;
  font-family: 'Lato', sans-serif; }
  div.search .screen-reader-text {
    display: none; }
  div.search #searchform {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: 0.4s;
    width: 225px; }
    div.search #searchform.show {
      visibility: visible;
      opacity: 1;
      display: block; }
  div.search .fa-search {
    color: #293f99;
    background: transparent;
    height: 35px;
    width: 35px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 10px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: -10px;
    left: auto;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid #e04053; }
    div.search .fa-search.s-hover {
      text-decoration: none !important;
      color: #fff;
      border-color: #3955a5;
      background: #3955a5;
      color: #fff; }
    div.search .fa-search.out {
      border: none;
      font-size: 18px;
      float: right; }
      div.search .fa-search.out:hover {
        text-decoration: none;
        color: #e04053; }
  div.search .fa-times {
    margin-right: 10px;
    color: #e04053;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    width: 35px;
    border-radius: 0;
    transition: 0.4s;
    margin-left: 0px;
    height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    z-index: 11; }
    div.search #searchsubmit:hover {
      background: transparent;
      color: transparent; }
  div.search #s {
    height: 35px;
    border: none;
    border-right: none;
    background: transparent;
    color: #585b68;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
    width: 190px;
    border-bottom: 1px solid #e04053; }
    div.search #s::-webkit-input-placeholder {
      opacity: 1; }
    div.search #s:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1; }
    div.search #s::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1; }
    div.search #s:-ms-input-placeholder {
      opacity: 1; }

@media only screen and (max-width: 767px) {
  div.search .fa-search.out {
    position: relative;
    text-align: center;
    display: block;
    width: 100%; }

  div.search {
    display: block;
    width: 80%;
    margin: 10px 10%; }

  div.search #searchform {
    width: 100%; }

  div.search #s {
    width: 88%;
    color: #fff; }

  div.search .fa-search {
    color: #fff; } }
@media only screen and (max-width: 480px) {
  div.search {
    display: block;
    width: 100%;
    margin: 10px 10px; }

  div.search #s {
    padding: 0px 0px 0px 15px; }

  div.search #searchform {
    width: 100%; }

  div.search #s {
    width: 88%; }

  div.search .fa-search {
    margin-right: 12px;
    margin-left: 0; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #585b68;
      margin-top: -7px; }
    .translate .skiptranslate span {
      display: none; }
  .translate ul {
    padding: 0; }
    .translate ul li {
      display: inline-block; }
      .translate ul li a::before {
        content: none; }
  .translate #flags {
    display: none; }

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #3955a5;
  background: -webkit-linear-gradient(#3955a5, rgba(57, 85, 165, 0.2));
  background: -o-linear-gradient(#3955a5, rgba(57, 85, 165, 0.2));
  background: -moz-linear-gradient(#3955a5, rgba(57, 85, 165, 0.2));
  background: linear-gradient(#3955a5, rgba(57, 85, 165, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  .font-resizer::after {
    content: "";
    display: inline-block;
    background: #6482d2;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: -5px;
    margin-left: 5px; }
  .font-resizer.active p {
    background: #e04053;
    padding-top: 0px; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    padding-top: 3px; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #e04053;
    width: 40px;
    z-index: 10;
    transition: 0.4s;
    margin-top: 5px; }
    .font-resizer #controls p {
      display: inline-block;
      vertical-align: middle;
      height: 25px; }
  .font-resizer #large, .font-resizer #small {
    background: #e04053;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center; }
    .font-resizer #large:hover, .font-resizer #small:hover {
      background: #d1273b;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow: hidden; }
  .slider-widget .slider-a {
    position: relative; }
    .slider-widget .slider-a img {
      max-width: 100%; }
  .slider-widget .caption-a {
    text-align: left;
    z-index: 9;
    position: absolute;
    top: 0; }
    .slider-widget .caption-a h2 {
      color: #fff;
      font-size: 48px !important;
      font-family: 'museo700', serif;
      line-height: 1em !important;
      margin-bottom: 25px !important;
      text-transform: none;
      margin-bottom: 5px; }
      .slider-widget .caption-a h2::after {
        content: none; }
    .slider-widget .caption-a p {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 15px;
      line-height: 1.5em;
      margin-top: 10px;
      margin-bottom: 10px;
      letter-spacing: 0.2px !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem; }

  .slider-widget .caption-a p {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h2 {
    font-size: 2rem !important;
    line-height: 1em !important; }

  .slider-widget .caption-a p {
    display: none; }

  .slider-widget .caption-a {
    width: 100% !important;
    top: 65%; }

  .slider-widget .caption-a a.btn-1 {
    font-size: 1rem !important;
    line-height: 1.5em !important; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a p {
    display: none; }

  .slider-widget {
    min-height: 300px; }

  .slider-widget .caption-a a.btn-1 {
    display: block;
    font-size: 1rem !important;
    line-height: 1.5em !important; }

  .slider-widget .caption-a {
    min-width: 320px !important;
    max-width: 480px !important; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  padding: 40px 25px 140px;
  background: #e9f2fc;
  color: #585b68; }
  .news-widget .img-wrap:hover::after {
    top: 0;
    left: 0; }
    .news-widget .img-wrap:hover::after:hover {
      border-left: 3.5rem solid #e04053; }
  .news-widget .img-wrap:hover a {
    text-decoration: none;
    top: 0px;
    left: 6px; }
  .news-widget .img-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -25px;
    left: -25px;
    border-left: 3.5rem solid #3955a5;
    border-right: 3.5rem solid transparent;
    border-bottom: 3.5rem solid transparent;
    cursor: pointer;
    transition: 0.4s; }
  .news-widget .img-wrap img {
    max-height: 200%;
    min-width: 100%;
    min-height: 100%; }
  .news-widget .img-wrap a {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: -25px;
    color: #FFF !important;
    font-size: 2rem;
    line-height: 1em;
    transition: 0.4s; }
  .news-widget .info-wrap {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 25px; }
    .news-widget .info-wrap p {
      font-size: 0.8571rem;
      margin-bottom: 20px; }
    .news-widget .info-wrap a {
      font-size: 0.9286rem;
      font-family: lato-eb;
      color: #585b68;
      text-transform: uppercase;
      transition: 0.3s; }
      .news-widget .info-wrap a:hover, .news-widget .info-wrap a:focus, .news-widget .info-wrap a:active {
        color: #3955a5;
        text-decoration: none; }
    .news-widget .info-wrap .title-wrap {
      padding: 0 15px 10px;
      margin-bottom: 15px;
      display: inline-block;
      border-bottom: 1px solid #ddd; }
      .news-widget .info-wrap .title-wrap h3 {
        font-size: 1.143rem;
        color: #585b68;
        text-transform: uppercase;
        font-family: lato-b;
        margin: 0; }
      .news-widget .info-wrap .title-wrap time {
        font-family: lato-eb;
        color: #3955a5;
        font-size: 0.9286rem; }
  .news-widget #news-slider .carousel-indicators {
    bottom: -80px; }
    .news-widget #news-slider .carousel-indicators li {
      border-radius: 0;
      border: none;
      background: #585b68;
      margin-left: 3px;
      margin-right: 3px; }
      .news-widget #news-slider .carousel-indicators li.active {
        background: #3955a5; }
  .news-widget #news-slider .carousel-control {
    opacity: 0; }

/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: #3955a5;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #293f99; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    opacity: 1; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
    color: #585b68; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    border: none;
    display: table-caption;
    padding: 0 0 10px 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: transparent;
      border: none; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
      font-size: 24px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    background: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #585b68; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #585b68;
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 13px;
    background: transparent;
    padding-top: 10px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a {
    position: relative;
    background: #fff;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 12px;
    margin: -8px auto 0;
    color: #585b68;
    font-size: 13px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
    text-align: left;
    padding: 0;
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    content: none; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #3955a5; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #3955a5;
    color: #fff;
    border: solid 1px #585b68;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #585b68;
    color: #3955a5; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  padding: 0px 25px;
  background: url("../images/bg-events.jpg") no-repeat;
  background-size: cover; }
  .events-widget .day, .events-widget .date {
    font-family: 'museo700', serif;
    font-size: 2rem;
    line-height: 1.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 45px;
    font-weight: 900; }
  .events-widget .day, .events-widget .month {
    background: #3955a5;
    color: #fff;
    line-height: 2.5em;
    margin-top: 0px; }
  .events-widget .date {
    margin-bottom: 0px;
    background: #3955a5;
    line-height: 1.5em; }
    .events-widget .date::before {
      content: "";
      border-bottom: dotted 2px #fff;
      width: 50%;
      margin-left: 25%;
      margin-right: 25%;
      display: block; }
  .events-widget .date, .events-widget .date a {
    font-size: 2rem;
    background: #3955a5;
    color: #fff;
    cursor: pointer; }
    .events-widget .date:hover, .events-widget .date a:hover {
      background: #293f99;
      text-decoration: none; }
  .events-widget h3 {
    font-size: 1.143rem;
    color: #585b68;
    margin: 0;
    font-family: 'museo700', serif; }
    .events-widget h3 a {
      color: #585b68; }
  .events-widget time, .events-widget address {
    font-size: 0.8571rem;
    color: #585b68;
    margin-bottom: 0; }
    .events-widget time strong, .events-widget address strong {
      color: #3955a5;
      font-weight: unset;
      font-family: 'museo700', serif; }
  .events-widget hr {
    border-color: #d6d6d6;
    margin: 15px 0 10px; }
  .events-widget .col-md-4 {
    padding: 0 3%; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'museo700', serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #3955a5; }
  #tribe-events a:hover {
    text-decoration: underline; }
#tribe-events dd.tribe-venue {
  text-transform: uppercase; }
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #e5ae5e;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #cc9544; }
#tribe-events .tribe-events-calendar thead th {
  background: #3955a5;
  border-color: #3955a5; }
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #3955a5;
  float: none; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #3955a5; }
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #e04053; }
#tribe-events .tribe-events-sub-nav a {
  color: #585b68;
  font-weight: 300; }

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none; }

.single-tribe_events .tribe-events-venue-map {
  margin: 20px 0 2% 0px;
  width: 100%; }

.tribe-events-single-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-top: 3px; }

#tribe-bar-form {
  background: #FFF;
  border: 1px solid #e4e4e4; }

#tribe-bar-collapse-toggle {
  background: #FFF; }

.tribe-events-list .tribe-events-event-cost span {
  font-weight: 400;
  color: #fff;
  background: #3955a5;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-widget .date, .events-widget .day {
    height: unset !important;
    line-height: 1.5em !important; }

  .d .events-widget .box {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .events-widget .date, .events-widget .day {
    height: unset !important;
    line-height: 1.5em !important; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget .gform_wrapper {
  margin: 0 !important; }
.sign-up-widget .gform_title {
  display: none; }
.sign-up-widget h2 {
  color: #fff !important; }
  .sign-up-widget h2 i {
    margin-bottom: 10px !important; }
.sign-up-widget p {
  color: #fff;
  font-size: 0.8571rem;
  padding: 0 8%;
  margin: 25px 0; }
.sign-up-widget .gform_wrapper {
  width: 100%;
  font-weight: 700; }
  .sign-up-widget .gform_wrapper .gform_body {
    width: 66%;
    display: inline-block;
    vertical-align: middle; }
    .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
      padding-left: 0;
      margin: 0; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
        list-style-type: none; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
          display: none; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
          margin: 0 !important; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
            background: rgba(0, 0, 0, 0.6);
            border-radius: 0px;
            border: none;
            height: 40px;
            width: 100%;
            color: #fff;
            padding: 0 10px;
            font-size: 14.32px;
            border: none;
            font-weight: 400;
            /* firefox 19+ */
            /* ie */ }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
              color: #fff;
              opacity: 1; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
              color: #fff;
              opacity: 1; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
              color: #fff;
              opacity: 1; }
  .sign-up-widget .gform_wrapper .gform_footer {
    width: 33%;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-left: -1%; }
    .sign-up-widget .gform_wrapper .gform_footer .gform_button {
      font-family: 'museo700', serif;
      background: #e04053;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#e04053, #d1273b);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#e04053, #d1273b);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#e04053, #d1273b);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#e04053, #d1273b);
      /* Standard syntax (must be last) */
      background-size: 100% 100px;
      border: 0;
      border-radius: 0px;
      color: #fff !important;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      margin: 15px auto 0;
      max-width: 100%;
      padding: 10px 5px;
      height: 40px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      transition: 0.4s;
      z-index: 2;
      width: 100%; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover, .sign-up-widget .gform_wrapper .gform_footer .gform_button:focus, .sign-up-widget .gform_wrapper .gform_footer .gform_button:active {
        background-position: 100px;
        text-decoration: none;
        color: #fff !important; }
  .sign-up-widget .gform_wrapper .gfield_description {
    display: none; }

/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #3955a5;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #3955a5; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #3955a5;
    background: -webkit-linear-gradient(90deg, #3955a5 50%, #e95063 50%);
    background: -o-linear-gradient(90deg, #3955a5 50%, #e95063 50%);
    background: -moz-linear-gradient(90deg, #3955a5 50%, #e95063 50%);
    background: linear-gradient(90deg, #3955a5 50%, #e95063 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #3955a5;
    background: -webkit-linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    background: -o-linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    background: -moz-linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    background: linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #3955a5;
    background: -webkit-linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    background: -o-linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    background: -moz-linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    background: linear-gradient(180deg, #3955a5 50%, #e95063 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  background: url("../images/bg-testimonials.jpg") repeat;
  padding: 0px 25px 10px;
  text-align: center; }
  .testimonial-widget .testimonial_rotator_slide_title {
    display: none; }
  .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img {
    position: relative;
    overflow: hidden;
    z-index: 3px;
    height: 125px;
    width: 125px;
    background: #ccc;
    border-radius: 50%;
    margin: 50px auto 50px;
    border: 3px solid #fff;
    float: none; }
    .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 150%;
      min-width: 100%; }
  .testimonial-widget .testimonial_rotator_quote {
    font-size: 1.071rem;
    color: #fff;
    padding: 0 7%; }
  .testimonial-widget .testimonial_rotator_author_info {
    color: #fff;
    margin-top: 45px;
    font-family: lato-eb;
    border: none !important; }
    .testimonial-widget .testimonial_rotator_author_info span {
      display: block;
      text-transform: uppercase; }
  .testimonial-widget .testimonial_rotator .has-image .text, .testimonial-widget .testimonial_rotator_single.has-image .text {
    width: 100%;
    float: none; }

/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 25px 25px 50px; }
  .sponsor-widget p {
    text-align: center; }
  .sponsor-widget #sponsors-slider .carousel-control {
    width: 20px;
    opacity: 0; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 50px;
    background: transparent;
    margin: 15px 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 100%;
      min-width: unset; }
  .sponsor-widget img {
    max-width: 14%;
    margin: 15px 1%; }

@media only screen and (max-width: 767px) {
  .sponsor-widget img {
    max-width: 30%;
    margin: 20px 1%; } }
@media only screen and (max-width: 480px) {
  .sponsor-widget img {
    max-width: 47%;
    margin: 10px 1%; } }
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  background: #666666 url("../images/bg-footer.jpg");
  background-size: cover;
  padding: 42px 0px 0;
  text-align: left;
  font-family: 'Lato', sans-serif;
  color: #fff; }
  footer.footer .top {
    padding-bottom: 25px; }
    footer.footer .top h3 {
      font-weight: 400;
      color: #fff;
      font-size: 18px;
      font-family: 'museo700', serif; }
    footer.footer .top .left p, footer.footer .top .left a, footer.footer .top .left address {
      font-size: 13px;
      display: block;
      color: #fff;
      margin: 0;
      line-height: 1.8; }
    footer.footer .top .left ul {
      padding: 0; }
      footer.footer .top .left ul li {
        list-style-type: none; }
    footer.footer .top .right img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  footer.footer .bottom {
    background: transparent;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #656770; }
    footer.footer .bottom .textwidget {
      display: inline-block; }
    footer.footer .bottom p {
      color: #fff;
      display: inline-block; }
    footer.footer .bottom a {
      color: #fff;
      display: inline-block; }
    footer.footer .bottom .copy-r {
      float: left; }
    footer.footer .bottom .elevation {
      float: right; }
      footer.footer .bottom .elevation p, footer.footer .bottom .elevation a {
        font-size: 12px; }
      footer.footer .bottom .elevation a:last-child {
        color: #0edaee; }
  footer.footer ul.social {
    padding: 15px 0 0; }
    footer.footer ul.social li {
      display: inline-block; }
      footer.footer ul.social li a {
        color: #fff;
        font-size: 25px;
        margin-right: 20px;
        transition: 0.4s; }
        footer.footer ul.social li a:hover {
          opacity: 0.7; }

@media only screen and (max-width: 480px) {
  footer.footer ul.social {
    text-align: center;
    padding: 25px 0; }

  footer.footer .bottom .copy-r, footer.footer .bottom .elevation {
    float: none;
    display: block;
    text-align: center; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: none;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: 700;
      font-size: 12.32px;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif;
      color: #3955a5; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.8rem;
        color: #737373; }
    ul.breadcrumbs li a {
      color: #737373;
      font-size: 12.32px;
      font-weight: 700;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #3955a5; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #585b68;
  padding: 110px 15px 70px;
  text-align: left;
  min-height: 350px;
  position: relative;
  overflow: hidden; }
  .interior-top .container {
    position: relative;
    z-index: 5; }
  .interior-top h1 {
    color: #fff;
    font-size: 45px;
    font-family: 'museo700', serif;
    line-height: 0.9em;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    font-weight: 900;
    max-width: 90%;
    margin: 0;
    padding: 25px 0; }
  .interior-top img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  color: #585b68;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  background: url("../images/under-interior-top.jpg");
  background-size: cover;
  background-attachment: fixed; }
  .interior .post-categories {
    padding: 0; }
    .interior .post-categories li {
      display: inline-block; }
      .interior .post-categories li a {
        color: #3955a5;
        text-decoration: none;
        font-weight: 400; }
  .interior .content-left {
    padding-right: 5%; }
  .interior .container {
    background: transparent;
    margin-top: 0;
    padding: 55px 35px 75px; }
  .interior img {
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #585b68;
    font-family: 'museo700', serif;
    text-transform: none;
    letter-spacing: 0.03em;
    font-weight: 400; }
    .interior h1 a, .interior h2 a, .interior h3 a, .interior h4 a {
      color: #585b68; }
  .interior h5, .interior h6 {
    color: #585b68;
    font-family: 'museo700', serif;
    text-transform: none;
    letter-spacing: 0.03em; }
  .interior h1 {
    font-size: 40px; }
  .interior h2 {
    font-size: 35px; }
  .interior h3 {
    font-size: 30px; }
  .interior h4 {
    font-size: 25px; }
  .interior h5 {
    font-size: 20px; }
  .interior h6 {
    font-size: 17px; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #ccc; }
  .interior strong {
    color: #585b68;
    margin-bottom: 1.5em; }
  .interior p {
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #585b68;
    font-size: 1rem; }
  .interior blockquote {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 700;
    color: #3f454f;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background: #f2f2f2;
    text-align: left;
    border-left: 7px solid #293f99;
    font-family: 'Lato', sans-serif;
    padding: 15px 20px;
    position: relative; }
  .interior p small {
    display: inline-block; }
  .interior small {
    display: block; }
  .interior a {
    color: #3955a5;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #3f454f; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #3f454f;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3955a5;
        position: relative;
        display: inline-block;
        margin-right: 15px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #293f99; }
  .interior .table-responsive .table tr {
    text-align: center; }
    .interior .table-responsive .table tr th {
      text-align: center;
      background: #3955a5;
      color: #fff;
      border: none;
      padding: 10px 5px; }
      .interior .table-responsive .table tr th:hover {
        background: #3955a5; }
    .interior .table-responsive .table tr:nth-child(even) td {
      background: #ededed;
      border: none;
      padding: 10px 5px; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      background: #fff;
      border: none;
      padding: 10px 5px; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: #fff;
    border: 1px solid #3955a5;
    box-shadow: none;
    color: #585b68;
    border-radius: 4px; }
  .interior textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #e04053;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e04053, #d1273b);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e04053, #d1273b);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e04053, #d1273b);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e04053, #d1273b);
    /* Standard syntax (must be last) */
    background-size: 100% 100px;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    display: block;
    padding: 10px 25px;
    margin-top: 25px;
    border: none;
    text-transform: uppercase;
    height: auto;
    border-radius: 0px; }
    .interior input[type="submit"]:hover {
      background-position: 100px;
      text-decoration: none; }
  .interior label {
    color: #3f454f; }
  .interior button {
    background: #e04053;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e04053, #d1273b);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e04053, #d1273b);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e04053, #d1273b);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e04053, #d1273b);
    /* Standard syntax (must be last) */
    background-size: 100% 100px;
    color: #fff;
    font-size: 16px;
    padding: 0px 25px;
    border: none;
    transition: 0.3s;
    height: 35px; }
    .interior button:hover {
      background-position: 100px;
      color: #fff; }

.gform_confirmation_message {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700; }

@media only screen and (max-width: 1700px) {
  .gform_confirmation_message {
    font-size: 1.2rem; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gform_confirmation_message {
    font-size: 1rem;
    width: 63%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gform_confirmation_message {
    font-size: 1rem;
    width: 63%; } }
@media only screen and (max-width: 767px) {
  .interior-top {
    padding: 25px;
    min-height: 400px; }

  .interior-top img {
    max-height: 100%; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    min-height: 300px; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar {
  padding-left: 5%; }
  .sidebar .inner-nav a {
    text-decoration: none; }
  .sidebar .inner-nav ul {
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar .inner-nav ul li {
      display: none;
      padding-left: 0px; }
      .sidebar .inner-nav ul li a {
        font-size: 1.786rem;
        padding-bottom: 25px;
        display: block;
        text-transform: none;
        color: #585b68;
        font-family: 'museo700', serif;
        font-weight: 400; }
      .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
        display: block;
        border: solid 1px #fff;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 2px 4px #c1c1c1;
        background: #f6f6f6; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
          display: block;
          padding-left: 0px; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
            font-size: 1rem;
            font-style: initial;
            background: transparent;
            padding: 5px 15px;
            display: block;
            text-transform: capitalize;
            font-family: 'Lato', sans-serif;
            color: #585b68; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
              text-decoration: underline; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
            display: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
            display: block;
            border: none;
            background: transparent;
            padding: 0px;
            margin-bottom: 0px;
            border-bottom: none; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
              background: #e04053;
              /* For browsers that do not support gradients */
              background: -webkit-linear-gradient(#e04053, #d1273b);
              /* For Safari 5.1 to 6.0 */
              background: -o-linear-gradient(#e04053, #d1273b);
              /* For Opera 11.1 to 12.0 */
              background: -moz-linear-gradient(#e04053, #d1273b);
              /* For Firefox 3.6 to 15 */
              background: linear-gradient(#e04053, #d1273b);
              /* Standard syntax (must be last) */
              color: #fff;
              font-family: 'Lato', sans-serif; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
              display: block;
              padding-left: 25px; }
              .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
                background: transparent;
                color: #585b68;
                font-family: 'Lato', sans-serif; }
      .sidebar .inner-nav ul li::before {
        content: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border: none !important; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
          padding-left: 30px; }

.sidebar-a, .sidebar-b {
  background: #3955a5;
  padding: 25px 25px 45px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 3;
  text-align: center; }
  .sidebar-a h3, .sidebar-b h3 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em; }
    .sidebar-a h3::after, .sidebar-b h3::after {
      content: "";
      background: #fff;
      width: 100%;
      height: 1px;
      margin: 25px 0;
      display: block; }
  .sidebar-a p, .sidebar-a a, .sidebar-b p, .sidebar-b a {
    color: #fff; }
  .sidebar-a a, .sidebar-b a {
    text-decoration: underline; }
    .sidebar-a a.btn-3, .sidebar-b a.btn-3 {
      color: #fff;
      text-decoration: none;
      padding: 15px 25px;
      font-family: 'museo700', serif;
      text-transform: uppercase;
      background: #3955a5;
      margin-top: 25px;
      font-size: 18px;
      display: inline-block;
      border: 1px solid #6482d2;
      border-radius: 5px;
      transition: 0.4s; }
      .sidebar-a a.btn-3:hover, .sidebar-b a.btn-3:hover {
        background: #293f99; }

.sidebar-b {
  background: #d1273b; }

.sidebar-c img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 75px; } }
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-left: 0;
    padding-top: 75px; } }
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #e04053;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #d1273b;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-height: 150%; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #3955a5;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #e04053; }

hr.solid {
  border-style: solid; }

/*END Category Page----------------------------------*/
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #e5ae5e; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #3955a5; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

/*END Error Page------------------------------------------*/
.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px;
  cursor: pointer;
  background: #efefef;
  margin-bottom: 0; }
  h1[id*="accordion-"]:hover,
  h2[id*="accordion-"]:hover,
  h3[id*="accordion-"]:hover,
  h4[id*="accordion-"]:hover,
  h5[id*="accordion-"]:hover,
  h6[id*="accordion-"]:hover {
    background: #dfdfdf; }

.accordion-content {
  padding-bottom: 10px;
  background: #efefef;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }

label.gfield_label {
  margin-top: 25px; }

.custom-event {
  background: #f8f8f8;
  color: #e95063;
  font-size: 1rem;
  border-bottom: 1px solid #dedede;
  font-family: 'museo700', serif; }
  .custom-event .container {
    background: transparent;
    margin-top: 0;
    padding: 55px 35px 75px; }
  .custom-event img {
    max-width: 100%; }
  .custom-event h1, .custom-event h2, .custom-event h3, .custom-event h4 {
    color: #e95063;
    font-family: 'museo700', serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 900; }
  .custom-event h5, .custom-event h6 {
    color: #e95063;
    font-family: 'museo700', serif;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .custom-event h1 {
    font-size: 3.214rem;
    text-align: center;
    margin-bottom: 50px; }
    .custom-event h1 span {
      color: #3955a5;
      display: block; }
  .custom-event h2 {
    font-size: 2.5rem; }
  .custom-event h3 {
    font-size: 2.143rem; }
  .custom-event h4 {
    font-size: 1.786rem; }
  .custom-event h5 {
    font-size: 1.429rem; }
  .custom-event h6 {
    font-size: 1.214rem; }
  .custom-event .events-widget {
    margin: 0 0 50px; }
    .custom-event .events-widget .box {
      box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
      border: 1px solid #fff;
      margin: 0 0 30px;
      font-size: 12px;
      font-family: 'museo700', serif; }
      .custom-event .events-widget .box .col-md-2 {
        padding: 0; }
      .custom-event .events-widget .box .col-md-10 {
        padding: 10px 20px 0; }
      .custom-event .events-widget .box h3 {
        font-size: 15px;
        text-transform: none;
        color: #585b68;
        font-weight: 600; }
      .custom-event .events-widget .box time, .custom-event .events-widget .box address {
        display: inline-block; }
      .custom-event .events-widget .box address {
        color: #3955a5; }
      .custom-event .events-widget .box .day, .custom-event .events-widget .box .month {
        font-size: 18px;
        line-height: 2.3em;
        height: 34px !important; }
      .custom-event .events-widget .box .date {
        font-size: 18px;
        height: 34px !important; }
  .custom-event .pinterest-wrap {
    margin: 0 0 50px;
    min-height: 375px;
    border: 1px #d3d3d3 solid;
    border-bottom: 5px #cccccc solid;
    border-radius: 4px; }

.sponsors .container {
  background: transparent;
  margin-top: 0;
  padding: 55px 35px 75px; }
.sponsors h1, .sponsors h2, .sponsors h3, .sponsors h4 {
  color: #e95063;
  font-family: 'museo700', serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 900; }
.sponsors h5, .sponsors h6 {
  color: #e95063;
  font-family: 'museo700', serif;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
.sponsors h1 {
  font-size: 3.214rem;
  text-align: center;
  margin-bottom: 50px; }
  .sponsors h1 span {
    color: #3955a5;
    display: block; }
  .sponsors h1::after {
    content: "";
    background: #d3d3d3;
    height: 1px;
    width: 50%;
    display: block;
    margin: 25px auto; }
.sponsors h2 {
  font-size: 2.5rem; }
.sponsors h3 {
  font-size: 2.143rem; }
.sponsors h4 {
  font-size: 1.786rem; }
.sponsors h5 {
  font-size: 1.429rem; }
.sponsors h6 {
  font-size: 1.214rem; }
.sponsors p {
  text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-event .events-widget .box .col-md-10 {
    padding: 18px 20px 15px;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .custom-event .events-widget .box .col-md-10 {
    padding: 18px 20px 15px;
    text-align: center; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #585b68; }
  html a, body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
/*END FrontPage-------------------------------------------*/
.b {
  position: relative;
  padding: 0;
  background: #fff url("../images/bg-b-right.png") no-repeat;
  background-position: 68% 115%;
  color: #585b68; }
  .b .b-left {
    position: relative;
    padding-left: 0; }
    .b .b-left .img-wrap {
      background: transparent; }
      .b .b-left .img-wrap img {
        width: auto;
        min-width: 100%;
        max-width: unset;
        height: unset;
        max-height: unset;
        min-height: 100%; }
      .b .b-left .img-wrap a {
        background: url("../images/hand-up.png") no-repeat;
        background-size: auto 100%;
        background-position: bottom right;
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        width: 130px;
        height: 99px;
        overflow: hidden;
        text-indent: -999999px;
        transition: 0.4s; }
        .b .b-left .img-wrap a:hover {
          -webkit-filter: grayscale(0.5);
          -moz-filter: grayscale(0.5);
          filter: grayscale(0.5); }
  .b p {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #585b68;
    padding-bottom: 50px; }
  .b h2 {
    font-family: 'museo700', serif;
    color: #585b68;
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1; }
    .b h2::after {
      content: "";
      background: #e4e4e4;
      width: 100%;
      height: 1px;
      display: block;
      margin: 15px 0; }
  .b small {
    display: block;
    color: #6b5e4c;
    font-size: 15px;
    margin-bottom: 30px; }
  .b img {
    display: block;
    margin: 0 auto 15px; }
  .b .b-right {
    padding: 40px 20px 45px 45px; }

.c {
  padding: 65px 15px 65px;
  background: #f2f5fd url("../images/bg-c.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;
  color: #666;
  text-align: left;
  position: relative; }
  .c #news-slider {
    padding-top: 0px;
    font-family: 'Lato', sans-serif; }
    .c #news-slider .newbox {
      padding: 17px 11px 22px;
      background: #fff;
      border: 1px solid #d1d2d2; }
    .c #news-slider a.btn-2 {
      margin-top: 15px;
      margin-bottom: 25px; }
    .c #news-slider .img-wrap {
      height: 270px;
      border: 3px solid #fff; }
      .c #news-slider .img-wrap:hover a {
        top: 50%;
        padding: 50% 0; }
      .c #news-slider .img-wrap img {
        width: 100%;
        height: auto; }
      .c #news-slider .img-wrap a {
        position: absolute;
        z-index: 2;
        font-size: 40px;
        top: 150%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 2;
        color: #fff;
        transition: 0.4s;
        width: 100%;
        line-height: 100px;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        width: 100%; }
        .c #news-slider .img-wrap a:hover {
          text-decoration: none;
          font-size: 50px; }
    .c #news-slider h3 {
      font-family: 'museo700', serif;
      color: #585b68;
      font-size: 40px;
      letter-spacing: 0.05em;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 1; }
      .c #news-slider h3::after {
        content: "";
        background: #e4e4e4;
        width: 100%;
        height: 1px;
        display: block;
        margin: 15px 0; }
    .c #news-slider a {
      color: #585b68; }
    .c #news-slider p {
      font-size: 15px; }
      .c #news-slider p strong {
        font-size: 18px;
        font-weight: 600;
        color: #e04053; }
    .c #news-slider .carousel-indicators {
      bottom: -50px; }
      .c #news-slider .carousel-indicators li {
        border-radius: 6px;
        background: #d6d6d6;
        width: 45px;
        margin: 2.5px;
        height: 6px; }
        .c #news-slider .carousel-indicators li.active {
          background: #61646d;
          width: 45px;
          margin: 2.5px;
          height: 6px; }
    .c #news-slider .carousel-control {
      opacity: 1;
      width: 0px;
      text-shadow: none;
      display: none; }
      .c #news-slider .carousel-control span {
        font-size: 60px; }
      .c #news-slider .carousel-control.left {
        left: -36px;
        background: transparent; }
      .c #news-slider .carousel-control.right {
        right: -36px;
        background: transparent; }
  .c .carousel-control {
    opacity: 1;
    width: 0px;
    text-shadow: none; }
    .c .carousel-control span {
      font-size: 60px; }
    .c .carousel-control.left {
      left: 5%;
      background: transparent; }
    .c .carousel-control.right {
      right: 5%;
      background: transparent; }
  .c .c-right {
    position: relative; }
    .c .c-right::before {
      content: "";
      background: url("../images/shadow-c.png") no-repeat;
      background-size: 90% auto;
      background-position: center;
      width: 100%;
      height: 48px;
      display: block;
      position: absolute;
      top: 242px; }
    .c .c-right p {
      font-size: 15px;
      font-style: italic;
      font-weight: 700;
      margin-top: 15px; }

.d {
  background: url("../images/bg-d.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 15px 80px;
  text-align: center; }
  .d #impact h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'museo700', serif;
    position: relative;
    text-align: center; }
    .d #impact h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      position: absolute;
      top: 105px;
      z-index: 1;
      left: 0; }
  .d #impact p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: left; }
  .d #impact a.btn-2 {
    color: #fff !important;
    font-weight: 700;
    margin-top: 20px; }
    .d #impact a.btn-2:hover {
      opacity: 0.8; }
  .d #impact .img-wrap {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    margin: 0 auto;
    display: block; }
  .d #impact .carousel-indicators {
    bottom: -50px; }
    .d #impact .carousel-indicators li {
      width: 12px;
      height: 12px;
      background: #fff;
      border: none;
      margin: 0 4px; }
      .d #impact .carousel-indicators li.active {
        width: 12px;
        height: 12px;
        border: none;
        background: #6482d2;
        margin: 0 4px; }
  .d #impact .carousel-control {
    display: none; }

.e {
  position: relative;
  padding: 50px 15px;
  background: #fff url("../images/bg-c.png") no-repeat;
  background-position: auto 120%;
  background-position: center;
  color: #585b68; }
  .e h2 {
    font-family: 'museo700', serif;
    color: #585b68;
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 90px;
    line-height: 1; }
    .e h2::after {
      content: "";
      background: #e4e4e4;
      width: 100%;
      height: 1px;
      display: block;
      margin: 15px 0; }
  .e .newsbox {
    padding: 35px 15px 20px;
    border: #e5e5e5 solid 1px;
    border-top: 2px solid #e04053;
    background: #fff;
    transition: 0.4s;
    position: relative; }
    .e .newsbox::before {
      content: "\f040";
      background: #3955a5;
      width: 60px;
      height: 60px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      display: block;
      color: #fff;
      font-size: 35px;
      padding: 12px 0 0 17px;
      position: absolute;
      top: -60px;
      left: 10px;
      opacity: 0;
      transition: 0.4s; }
    .e .newsbox:hover {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
      border-top: 2px solid #3955a5; }
      .e .newsbox:hover::before {
        top: -30px;
        opacity: 1; }
    .e .newsbox time {
      font-size: 18px;
      color: #e04053;
      font-weight: 700; }
    .e .newsbox h3 {
      font-family: 'museo700', serif;
      color: #585b68;
      font-size: 26px;
      letter-spacing: 0.05em;
      font-weight: 300;
      margin-bottom: 0px;
      line-height: 1; }
      .e .newsbox h3::after {
        content: "";
        background: #e4e4e4;
        width: 100%;
        height: 1px;
        display: block;
        margin: 15px 0; }
    .e .newsbox a.btn-2 {
      margin-top: 30px; }
  .e a.btn-1 {
    margin: 27px auto 0px !important;
    display: block;
    width: 22%; }

.f {
  padding: 25px 25px 0; }
  .f h2 {
    font-family: 'museo700', serif;
    color: #585b68;
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center; }
  .f .img-wrap {
    height: 142px;
    background: #fff; }
    .f .img-wrap img {
      max-width: 95%;
      max-height: 95%;
      transition: 0.4s;
      min-height: unset;
      min-width: unset;
      /* -webkit-filter: grayscale(100%) brightness(110%);
       -moz-filter: grayscale(100%) brightness(110%);
       -ms-filter: grayscale(100%) brightness(110%);
       -o-filter: grayscale(100%) brightness(110%);
       filter: grayscale(100%) brightness(110%);
       filter: gray; /* IE 6-9 */ }
      .f .img-wrap img:hover {
        max-width: 95%;
        max-height: 95%;
        /*  -webkit-filter: grayscale(0%) brightness(100%);
           -moz-filter: grayscale(0%) brightness(100%);
           -ms-filter: grayscale(0%) brightness(100%);
           -o-filter: grayscale(0%) brightness(100%);
           filter: grayscale(0%) brightness(100%);
           filter: none; /* IE 6-9 */ }
  .f #sponsors-slider {
    border-top: #e4e4e4 solid 1px; }
    .f #sponsors-slider .col-md-2 {
      border-right: #e4e4e4 solid 1px; }
      .f #sponsors-slider .col-md-2:last-child {
        border-right: none; }
    .f #sponsors-slider .carousel-control {
      display: none; }

.g {
  background: #3955a5 url("../images/bg-g.jpg") no-repeat;
  background-position: center -115%;
  color: #fff;
  padding: 40px 25px 60px; }
  .g h2 {
    font-family: 'museo700', serif;
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center; }
    .g h2::after {
      content: "";
      background: #597ee3;
      width: 100%;
      height: 1px;
      display: block;
      margin: 15px 0;
      box-shadow: 0 1px 1px #304c94; }
  .g img {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: 25px; }
  .g p small {
    font-family: 'museo700', serif;
    font-size: 14px; }
  .g ul {
    padding: 45px 0 0; }
    .g ul li {
      list-style-type: none; }
      .g ul li p {
        font-family: 'museo700', serif;
        font-size: 26px; }
        .g ul li p .fa-circle {
          font-size: 26px;
          vertical-align: middle;
          display: inline-block;
          line-height: 1em;
          margin-right: 5px; }
      .g ul li:nth-child(1) .fa-circle {
        color: #e04053; }
      .g ul li:nth-child(2) .fa-circle {
        color: #fff; }
      .g ul li:nth-child(3) .fa-circle {
        color: #e5ae5e; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b .b-left {
    padding-right: 0; }
    .b .b-left .img-wrap {
      max-height: 300px; }

  .b .b-right {
    padding: 40px 20px 45px 20px; }

  .e .newsbox {
    margin-bottom: 40px; }

  .g {
    background-position: center center;
    text-align: center; }
    .g img {
      margin: 0 auto; }
    .g ul {
      padding: 5px 0 0; } }
@media only screen and (max-width: 767px) {
  .b .b-left {
    padding-right: 0; }
    .b .b-left .img-wrap {
      max-height: 300px; }

  .b .b-right {
    padding: 40px 20px 45px 20px; }

  .e .newsbox {
    margin-bottom: 40px; }

  .e a.btn-1 {
    width: 50%; }

  .g {
    background-position: center center;
    text-align: center; }
    .g img {
      margin: 0 auto; }
    .g ul {
      padding: 5px 0 0; } }
@media only screen and (max-width: 480px) {
  .e a.btn-1 {
    width: 50%; } }

/*# sourceMappingURL=style.css.map */
