@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; }
/*START Helper Classes------------------------------------------*/
.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: transparent; }
  .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: inherit;
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: auto;
    z-index: 1; }

/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Montserrat', sans-serif;
  background: #006594;
  border: 1px solid #3c8cb1;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 25px auto 0;
  max-width: 100%;
  min-width: 156px;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: 0.4s !important; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    text-decoration: none;
    color: #fff !important;
    background: #004261; }
a.btn-2 {
  font-family: 'Montserrat', sans-serif;
  background: #d31145;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 25px auto 0;
  max-width: 100%;
  min-width: 154px;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: 0.4s !important; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    text-decoration: none;
    background: #a40d36; }
a.btn-3 {
  font-family: 'Lato', sans-serif;
  background: #006594;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0px auto 0;
  max-width: 100%;
  min-width: 145px;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s !important; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    text-decoration: none;
    background: #004261; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #7b7b7c;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.75); }
  header.header .textwidget {
    display: inline-block; }
  header.header .container {
    position: relative; }
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    header.header.fixed a.btn-donate {
      bottom: -53px; }
    header.header.fixed .top-right, header.header.fixed .top-left {
      display: none;
      transition: 0.4s; }
    header.header.fixed .top-social {
      padding-bottom: 0;
      transition: 0.4s; }
    header.header.fixed section.navigation {
      padding: 0px; }
    header.header.fixed img.logo {
      width: 95px;
      padding: 3px 0 0 0;
      transition: 0.4s; }

.top-social {
  background: #fff;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.4s;
  border-bottom: 1px solid #e3e3e3; }

ul.social {
  padding: 0px 0 0 0;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  float: right; }
  ul.social li {
    display: inline-block;
    line-height: 1.2em;
    margin-left: 2px;
    margin-top: 7px;
    vertical-align: middle; }
    ul.social li a {
      vertical-align: middle;
      color: #61616e;
      line-height: 1.2em;
      transition: 0.4s;
      display: block;
      border: 2px solid #61616e;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      position: relative; }
      ul.social li a i {
        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%); }
      ul.social li a:hover {
        color: #fff;
        background: #7b7b7c; }
    ul.social li:first-child {
      margin: 7px 10px !important; }
      ul.social li:first-child p {
        font-size: 12px;
        font-weight: 700;
        color: #7b7b7c;
        margin: 3px 0 0; }

.nav-top {
  background: transparent;
  display: block;
  padding-right: 0px;
  padding-top: 0px;
  transition: 0.4s;
  text-align: right; }

ul.top-links {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 35px; }
  ul.top-links li {
    display: inline-block; }
    ul.top-links li ul li {
      display: block; }
      ul.top-links li ul li a::after {
        content: none; }
    ul.top-links li a {
      text-transform: uppercase;
      color: #7b7b7c;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif; }
      ul.top-links li a::after {
        content: "";
        background: #7b7b7c;
        width: 2px;
        height: 10px;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle; }
    ul.top-links li:last-child a::after {
      content: none; }

img.logo {
  position: absolute;
  float: left;
  z-index: 33;
  background: #fff;
  padding: 10px;
  width: inherit;
  transition: 0.4s;
  border-radius: 0 0 7px 7px; }

.nav-right {
  float: right;
  width: 100%;
  margin-right: -8px; }

.menu-login ul {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  float: right;
  top: 0; }
  .menu-login ul li {
    display: inline-block; }
    .menu-login ul li ul li {
      display: block; }
      .menu-login ul li ul li a::after {
        content: none; }
    .menu-login ul li a {
      text-transform: uppercase;
      font-weight: 700;
      color: #7b7b7c;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif; }
      .menu-login ul li a::after {
        content: "";
        background: #7b7b7c;
        width: 2px;
        height: 10px;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle; }
    .menu-login ul li:last-child a::after {
      content: none; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 0px 0 0px; }

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none; }

.navbar-default .navbar-brand {
  background: transparent;
  border-bottom: none;
  border-radius: 15px;
  float: left;
  width: 20%;
  position: relative;
  min-height: 110px;
  display: none; }
  .navbar-default .navbar-brand:hover {
    background: transparent; }
  .navbar-default .navbar-brand 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-width: 100%; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.8571rem;
  margin-top: 44px; }
  #navigation ul {
    padding: 0px 0 0px 0;
    text-align: right;
    width: 100%;
    font-size: 0; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li::after, #navigation ul li.open::after {
        content: none; }
      #navigation ul li:first-child ul li a, #navigation ul li.open:first-child ul li a {
        border-radius: 0; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
        right: 0;
        left: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        #navigation ul li:last-child ul li a, #navigation ul li.open:last-child ul li a {
          border-radius: 0; }
        #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
          right: auto;
          left: -100%; }
        #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
          right: auto;
          left: -100%; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: #d31145;
        color: #fff; }
      #navigation ul li.active ul li::after, #navigation ul li.open.active ul li::after {
        content: none; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        font-size: 14px;
        color: #fff;
        border-radius: 0px;
        margin-top: 0;
        background: #006594; }
        #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: #d31145;
          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 !important; }
      #navigation ul li.active ul li:last-child ul, #navigation ul li.open.active ul li:last-child ul {
        left: 100%;
        top: 0px;
        right: auto; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Montserrat', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #414153;
        font-size: 14px;
        font-weight: 700;
        padding: 15px 5px;
        position: relative;
        text-align: center;
        text-transform: none;
        transition: 0.4s;
        white-space: normal;
        display: block;
        position: relative;
        min-width: 115px; }
        #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 {
          color: #fff;
          background: #006594; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: left;
        min-height: 0;
        border: none;
        padding: 0;
        background: #006594; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #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 {
            padding: 10px 15px;
            font-size: 14px;
            color: #fff;
            margin-top: 0;
            border-radius: 0;
            text-align: left; }
            #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 {
              background: #d31145;
              color: #fff;
              margin-top: 0;
              border-radius: 0; }
            #navigation ul li ul li a::after, #navigation ul li.open ul li a::after {
              content: none !important; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none;
            border-radius: 0; }
            #navigation ul li ul li:first-child a::after, #navigation ul li.open ul li:first-child a::after {
              content: ""; }
          #navigation ul li ul li:last-child a, #navigation ul li.open ul li:last-child a {
            border-radius: 0; }
          #navigation ul li ul li:last-child ul, #navigation ul li.open ul li:last-child ul {
            left: 100%;
            top: 0px;
            right: auto; }

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  box-shadow: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header.header.fixed img.logo {
    width: 100px; }

  .nav-right {
    width: 80%; }

  .navbar-default .navbar-brand {
    width: 20%; }

  ul.top-links li a::after {
    margin: 0 5px; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 12px 15px;
    font-size: 12px;
    min-width: 100px; }

  .nav-right {
    width: 100%; }

  img.logo {
    width: 120px; }

  #navigation ul li.active a::after {
    bottom: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.top-links li a::after {
    margin: 0 5px; }

  ul.top-links li a {
    font-size: 10px; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 8px 15px;
    font-size: 12px;
    min-width: 80px; }

  .nav-right {
    width: 100%; }

  .navbar-default .navbar-brand {
    width: 20%; }
    .navbar-default .navbar-brand img {
      max-width: 100%; }

  img.logo {
    width: 100px;
    left: -17px;
    top: 41px; }

  header.header.fixed img.logo {
    margin-left: 12px;
    top: 0; }

  #navigation ul li.active a::after {
    bottom: 10px; } }
@media only screen and (max-width: 767px) {
  header.header {
    position: relative; }
    header.header.fixed .top-right, header.header.fixed .top-left {
      display: none; }

  #navigation ul li:first-child a, #navigation ul li.open:first-child a {
    border-radius: 0; }

  #navigation {
    background: #006594;
    margin-top: 0; }

  #navigation ul li a, #navigation ul li.open a {
    color: #fff;
    padding: 20px 5px; }

  #navigation ul li.active a {
    background: #d31145; }

  #navigation ul li.active a::after, #navigation ul li.open.active a::after {
    content: none; }

  .navbar-header {
    background: #fff; }

  .navbar-default .navbar-brand {
    width: 87px;
    min-height: 50px;
    position: absolute;
    z-index: 10;
    left: 0px;
    display: block; }
    .navbar-default .navbar-brand img {
      max-width: 100%;
      max-height: 90%; }

  img.logo {
    display: none; }

  .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: #d31145; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #d31145;
      border-color: #d31145; }
      .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: #d31145; }

  .navbar-nav {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px; }

  #navigation ul li {
    display: block;
    border-bottom: 1px solid #d31145; }

  #navigation ul li:last-child a {
    margin-left: 0; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    padding: 10px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: -50px; }
    #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: #fff;
      color: #006594; }

  #navigation ul li ul {
    max-height: unset;
    background: #d31145;
    text-align: center; }
    #navigation ul li ul li {
      border-bottom: 1px solid #d31145; }
      #navigation ul li ul li ul {
        background: #048a44; }

  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px !important;
    left: 0 !important;
    top: 98% !important; }

  .navbar-collapse {
    overflow-y: none; }

  #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: -33px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 13px 12px 12px; }
    #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: #fff;
      color: #006594; }
  #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 #d31145;
    color: #d31145;
    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: #d31145;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul {
    overflow: scroll;
    height: 306px; }
    #navigation ul ul {
      height: auto; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .top-left {
    display: block;
    text-align: center;
    float: none;
    margin: 0; }
    .top-left p {
      margin-bottom: 10px;
      margin-top: 10px;
      line-height: 1; }

  .top-right {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 0px; }

  .nav-right {
    margin-right: 0; }

  header.header::before {
    content: none; }

  .top-social {
    padding-bottom: 0px; }

  .dropdown-menu {
    position: relative; }

  section.navigation {
    padding: 5px 0 5px; }

  ul.top-links {
    display: block;
    padding: 0;
    text-align: center;
    margin: 10px auto !important; }

  .menu-login ul {
    margin: 0 auto;
    padding-right: 10px; } }
@media only screen and (max-width: 480px) {
  .top-social .container {
    padding: 0px; }

  ul.social {
    display: block;
    float: none;
    text-align: center; }

  ul.top-links {
    display: block;
    padding: 0;
    text-align: center;
    margin: 7px auto !important;
    width: 100%; }

  ul.top-links li a {
    font-size: 11px; }

  ul.top-links li a::after {
    margin: 0 5px; }

  .custom-links {
    text-align: center; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search {
  float: right !important;
  display: inline-block;
  padding-top: 0px;
  margin-right: 50px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  border-left: 1px solid rgba(226, 226, 226, 0.4);
  width: 140px;
  height: 39px; }
  div.search .screen-reader-text {
    display: none; }
  div.search #searchform {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    width: 140px; }
  div.search .fa-search {
    background: transparent;
    color: #61616e;
    border-left: 1px solid rgba(226, 226, 226, 0.4);
    border-right: 1px solid rgba(226, 226, 226, 0.4);
    cursor: pointer;
    font-size: 17px;
    height: 39px;
    left: auto;
    padding-right: 10px;
    padding-top: 8px;
    position: absolute;
    right: -36px;
    top: 0px;
    width: 35px;
    z-index: 8;
    padding-left: 8px; }
    div.search .fa-search.s-hover {
      text-decoration: none;
      color: #006594;
      border-color: #7b7b7c;
      background: #7b7b7c;
      color: #fff; }
  div.search .fa-times {
    display: none;
    margin-right: 10px;
    color: #006594;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      display: none;
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent !important;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 39px;
    padding: 0;
    position: absolute;
    right: -36px;
    text-indent: -9999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 35px;
    z-index: 11; }
    div.search #searchsubmit:hover {
      background: transparent;
      color: transparent; }
  div.search #s {
    height: 39px;
    border: none;
    border-right: none;
    background: transparent;
    color: #000;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
    margin: 0 !important; }

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  div.search {
    float: right; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  div.search {
    float: right; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  div.search {
    float: right; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div.search {
    float: right; } }
@media only screen and (max-width: 767px) {
  div.search {
    float: none !important;
    display: block; } }
@media only screen and (max-width: 480px) {
  div.search {
    float: none !important;
    display: block;
    margin: 0 auto;
    -webkit-transform: translate(-13%, 0);
    -moz-transform: translate(-13%, 0);
    -ms-transform: translate(-13%, 0);
    transform: translate(-13%, 0); } }
@media only screen and (max-width: 320px) {
  div.search {
    float: none !important;
    display: block;
    margin: 0 auto; } }
/*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: #7b7b7c;
      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: #d31145;
  background: -webkit-linear-gradient(#d31145, rgba(211, 17, 69, 0.2));
  background: -o-linear-gradient(#d31145, rgba(211, 17, 69, 0.2));
  background: -moz-linear-gradient(#d31145, rgba(211, 17, 69, 0.2));
  background: linear-gradient(#d31145, rgba(211, 17, 69, 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;
  z-index: 105; }
  .font-resizer::after {
    content: "";
    display: inline-block;
    background: #e7e8ee;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: -5px;
    margin-left: 5px; }
  .font-resizer.active p {
    background: #006594;
    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: #006594;
    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: #006594;
    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: #f36a05;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

@media only screen and (max-width: 480px) {
  .font-resizer::after {
    content: none; } }
/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .slotholder .tp-bgimg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/pattern.png");
    z-index: 1000; }
  .slider-widget .slider-a .tp-bullet {
    background: #fff;
    border-radius: 50%; }
  .slider-widget .slider-a .custom .tp-bullet.selected {
    background: #006594 !important; }
  .slider-widget .caption-a {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .slider-widget .caption-a h2 {
      color: #fff;
      font-size: 45px;
      font-weight: 400;
      line-height: 1em;
      margin: 0;
      text-transform: none; }
    .slider-widget .caption-a h3 {
      font-size: 15px;
      color: #fff;
      text-transform: none;
      font-weight: 400;
      line-height: 24px;
      position: relative;
      margin-top: 0; }
      .slider-widget .caption-a h3::after {
        content: "";
        background: #fff;
        height: 2px;
        width: 56px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 15px; }
      .slider-widget .caption-a h3::before {
        content: "";
        background: #fff;
        height: 2px;
        width: 56px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px; }
    .slider-widget .caption-a p {
      font-weight: 400;
      margin-top: 5px; }
    .slider-widget .caption-a a {
      padding: 15px 5px !important;
      margin-top: 35px !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h2 {
    font-size: 35px !important;
    margin-bottom: 8px !important; }

  .slider-widget .caption-a h3 {
    font-size: 17px !important;
    margin-bottom: 8px !important; }

  .slider-widget .caption-a p {
    line-height: 1em !important; }

  .slider-widget .caption-a a {
    padding: 10px 5px !important;
    font-size: 14px !important;
    margin-top: 0px !important; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h2 {
    font-size: 30px !important;
    line-height: 1em  !important;
    margin-bottom: 8px !important; }

  .slider-widget .caption-a h3 {
    font-size: 17px !important;
    margin-bottom: 8px !important; }

  .slider-widget .caption-a p {
    font-size: 1.143rem !important;
    line-height: 1em !important; }

  .slider-widget .caption-a a {
    padding: 10px 5px !important;
    font-size: 14px !important;
    margin-top: 10px !important; }

  .slider-widget .find-vote h3 {
    font-size: 14px; }

  .slider-widget .find-vote {
    margin: -65px auto 0px; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h2 {
    font-size: 26px !important;
    line-height: 1em  !important;
    margin-bottom: 8px !important; }

  .slider-widget .caption-a h3 {
    font-size: 16px !important;
    margin-bottom: 8px !important; }

  .slider-widget .caption-a a {
    padding: 10px 5px !important;
    font-size: 14px !important;
    margin-top: 0px !important; }

  .slider-widget .caption-a p {
    font-size: 1rem !important;
    line-height: 1em !important; }

  .slider-widget .caption-a h3::before {
    content: none; }

  .slider-widget .caption-a h3::after {
    content: none; }

  .slider-widget .find-vote h3 {
    font-size: 14px; }

  .slider-widget .find-vote {
    margin: -65px auto 0px; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  background: #f0f1fc;
  padding: 15px 0 70px;
  /* #news-slider{
     .carousel-indicators{
       bottom:-70px;
       li{
         border:none;
         background: #fff;
         margin-left:3px;
         margin-right: 3px;
         &.active{
           background: $principal;
         }
       }
     }
     .carousel-control{
       opacity: 0;
     }
   }*/ }
  .news-widget .title-top h2 {
    text-transform: uppercase;
    text-align: center;
    color: #414153;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 70px;
    font-family: 'Montserrat', sans-serif; }
    .news-widget .title-top h2:after {
      content: "";
      background: #d0d0d0;
      width: 100%;
      position: relative;
      bottom: -25px;
      height: 1px;
      display: block;
      left: 0; }
  .news-widget .box {
    padding-bottom: 85px !important;
    background: #fff;
    border: 1px solid #d8d9e3;
    max-width: 260px;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 2px #e8e9f4;
    -moz-box-shadow: 0px 0px 2px 2px #e8e9f4;
    box-shadow: 0px 0px 2px 2px #e8e9f4; }
    .news-widget .box:hover, .news-widget .box:focus, .news-widget .box:active {
      background: #006594;
      text-decoration: none;
      color: #61616e !important; }
      .news-widget .box:hover .info-wrap h3, .news-widget .box:focus .info-wrap h3, .news-widget .box:active .info-wrap h3 {
        color: #61616e; }
      .news-widget .box:hover .info-wrap p, .news-widget .box:focus .info-wrap p, .news-widget .box:active .info-wrap p {
        color: #61616e; }
      .news-widget .box:hover .info-wrap time, .news-widget .box:focus .info-wrap time, .news-widget .box:active .info-wrap time {
        color: #61616e; }
    .news-widget .box .title-wrap {
      margin-bottom: 15px; }
    .news-widget .box .img-wrap {
      height: 140px; }
      .news-widget .box .img-wrap img {
        height: auto;
        width: 100%; }
    .news-widget .box .info-wrap {
      background: transparent;
      border-top: none;
      color: #7b7b7c;
      padding: 30px 15px 20px;
      position: relative;
      text-align: center;
      text-align: left;
      z-index: 4; }
      .news-widget .box .info-wrap h3 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 23px;
        margin: 0;
        color: #414153; }
      .news-widget .box .info-wrap p {
        font-size: 0.8571rem;
        margin-bottom: 20px;
        line-height: 1.8em; }
      .news-widget .box .info-wrap time {
        display: block;
        color: #7b7b7c;
        font-size: 13px;
        font-weight: 700; }
    .news-widget .box .info-bottom {
      bottom: 15px;
      height: 45px;
      position: absolute;
      width: 100%; }
      .news-widget .box .info-bottom a.btn-2 {
        color: #61616e;
        font-weight: 700;
        margin-left: 15px;
        position: relative; }
        .news-widget .box .info-bottom a.btn-2:hover {
          color: #d31145; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-widget .box .info-wrap h3 {
    font-size: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-widget .box {
    margin: 10px auto; } }
@media only screen and (max-width: 767px) {
  .news-widget .box {
    margin: 10px auto; } }
/*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: #d31145;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #048a44; }
  .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: #7b7b7c; }
  .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: #7b7b7c; }
  .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: #7b7b7c;
    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: #7b7b7c;
    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: #d31145; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #d31145;
    color: #fff;
    border: solid 1px #7b7b7c;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #7b7b7c;
    color: #d31145; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  background-size: cover !important;
  background: url("../images/bg-events.jpg") no-repeat;
  height: auto;
  padding: 80px 25px 80px; }
  .events-widget .col-md-4 {
    padding: 50px 0; }
    .events-widget .col-md-4 h2 {
      font-family: 'Montserrat', sans-serif;
      color: #61616e;
      font-size: 33px;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      display: block;
      margin: 60px auto; }
  .events-widget .col-md-8 {
    padding: 50px 0; }
    .events-widget .col-md-8 .col-md-2 {
      vertical-align: middle; }
      .events-widget .col-md-8 .col-md-2 .day, .events-widget .col-md-8 .col-md-2 .date {
        font-family: 'Montserrat', sans-serif;
        display: block;
        font-size: 2rem;
        height: 60px;
        line-height: 1.5em;
        text-align: center;
        text-transform: uppercase; }
      .events-widget .col-md-8 .col-md-2 .day {
        font-family: 'Lato', sans-serif;
        background: #f36a05;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 2.2em;
        margin-top: 0px; }
      .events-widget .col-md-8 .col-md-2 .date {
        margin-bottom: 15px; }
      .events-widget .col-md-8 .col-md-2 .date, .events-widget .col-md-8 .col-md-2 .date a {
        font-family: 'Lato', sans-serif;
        background: #d31145;
        color: #61616e;
        cursor: pointer;
        font-size: 40px;
        font-weight: 700; }
        .events-widget .col-md-8 .col-md-2 .date:hover, .events-widget .col-md-8 .col-md-2 .date a:hover {
          background: #006594;
          text-decoration: none; }
    .events-widget .col-md-8 .col-md-4 {
      padding: 0; }
      .events-widget .col-md-8 .col-md-4 h3 {
        font-family: 'Montserrat', sans-serif;
        color: #61616e;
        font-size: 16px;
        margin: 0;
        font-weight: 700; }
      .events-widget .col-md-8 .col-md-4 time, .events-widget .col-md-8 .col-md-4 address {
        font-family: 'Montserrat', sans-serif;
        color: #61616e;
        font-size: 13px;
        margin-bottom: 0; }
        .events-widget .col-md-8 .col-md-4 time strong, .events-widget .col-md-8 .col-md-4 address strong {
          font-family: 'Montserrat', sans-serif;
          color: #61616e;
          font-weight: unset; }
      .events-widget .col-md-8 .col-md-4 hr {
        border-color: rgba(176, 176, 176, 0.8);
        margin: 10px 0 10px;
        width: 90%; }
      .events-widget .col-md-8 .col-md-4 p {
        color: #61616e;
        font-size: 12px;
        font-weight: 400; }
      .events-widget .col-md-8 .col-md-4 a {
        color: #c8bab6;
        font-size: 13px;
        text-transform: none; }
  .events-widget .carousel-indicators {
    bottom: -100px !important;
    left: 200px; }
    .events-widget .carousel-indicators ol.carousel-indicators {
      position: absolute;
      bottom: 0px; }
    .events-widget .carousel-indicators li {
      background: #fff !important;
      border: none;
      margin: 1px 3px; }
    .events-widget .carousel-indicators .active {
      background: #006594 !important; }
    .events-widget .carousel-indicators .carousel-inner .item {
      height: 100%;
      width: 100%; }
    .events-widget .carousel-indicators .carousel-inner > .active {
      height: 100% !important; }
    .events-widget .carousel-indicators .carousel-inner {
      height: 100%;
      width: 100%; }

/*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: 'Montserrat', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #d31145; }
  #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: #232429;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #007cef; }
#tribe-events .tribe-events-calendar thead th {
  background: #d31145;
  border-color: #d31145; }
#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: #e37818; }
#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: #e37818; }
#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: #006594; }
#tribe-events .tribe-events-sub-nav a {
  color: #7b7b7c;
  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: #d31145;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-widget {
    background-size: cover !important;
    background-position: center; }

  .events-widget .col-md-4 h2 {
    margin: 0; }

  .events-widget .col-md-4 {
    padding: 0; }

  .events-widget .col-md-8 {
    width: 90%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-widget {
    background-size: cover !important;
    background-position: center; }

  .events-widget .col-md-4 {
    padding: 0px; }

  .events-widget .col-md-4 h2 {
    text-align: center;
    margin: 0px auto; }

  .events-widget .col-md-4 h2::after {
    content: none; }

  .events-widget .col-md-8 .col-md-4 {
    padding: 10px 35px; }

  .events-widget .carousel-indicators {
    bottom: -100px !important;
    left: 50%; } }
@media only screen and (max-width: 767px) {
  .events-widget {
    background-size: cover !important;
    background-position: center;
    padding: 20px 0;
    min-height: 925px; }

  .events-widget .col-md-4 {
    padding: 10px; }

  .events-widget .col-md-4 h2 {
    text-align: center;
    margin: 60px auto 10px; }

  .events-widget .col-md-4 h2::after {
    content: none; }

  .events-widget .col-md-8 {
    padding: 0px 10%; }

  .events-widget .col-md-8 .col-md-4 {
    padding: 10px 35px; } }
@media only screen and (max-width: 480px) {
  .events-widget {
    padding: 15px 20px 14px; }

  .events-widget .col-md-4 {
    padding: 10px; }

  .events-widget .col-md-4 h2 {
    text-align: center; }

  .events-widget .col-md-4 h2::after {
    content: none; }

  .events-widget .col-md-8 {
    padding: 30px 10%; }

  .events-widget .col-md-8 .col-md-4 {
    padding: 10px 35px; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  text-align: left;
  padding: 0px 0px; }
  .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%; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 60%;
      display: inline-block;
      vertical-align: top; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 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: transparent;
              border-radius: 0px;
              border: none;
              height: 40px;
              width: 100%;
              color: #fff;
              padding: 0 10px;
              font-size: 11px;
              border: 1px solid #fff;
              text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
              /* 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: 38%;
      display: inline-block;
      text-align: right;
      margin: 0 0 0 -4px;
      padding: 0; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #d31145;
        height: 40px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 10px 10px 8px;
        text-transform: uppercase;
        transition: 0.4s;
        font-size: 12px;
        border: none;
        font-family: 'Montserrat', sans-serif; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #048a44;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 5px 15% 0px; }

  .sign-up-widget {
    text-align: center; }

  .sign-up-widget {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; }

  .sign-up-widget .gform_wrapper .gform_body {
    width: 100%; }

  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0;
    width: 100%; }

  .sign-up-widget {
    text-align: center; }

  .sign-up-widget {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .sign-up-widget {
    padding: 0; }

  .sign-up-widget .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0; }

  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; } }
/*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: #d31145;
        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: #d31145; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #d31145;
    background: -webkit-linear-gradient(90deg, #d31145 50%, #f36a05 50%);
    background: -o-linear-gradient(90deg, #d31145 50%, #f36a05 50%);
    background: -moz-linear-gradient(90deg, #d31145 50%, #f36a05 50%);
    background: linear-gradient(90deg, #d31145 50%, #f36a05 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: #d31145;
    background: -webkit-linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    background: -o-linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    background: -moz-linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    background: linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #d31145;
    background: -webkit-linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    background: -o-linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    background: -moz-linear-gradient(180deg, #d31145 50%, #f36a05 50%);
    background: linear-gradient(180deg, #d31145 50%, #f36a05 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 {
  padding: 50px 0px 100px;
  text-align: center;
  background: transparent;
  min-height: 500px; }
  .testimonial-widget h2 {
    text-align: center;
    color: #414153;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: capitalize; }
    .testimonial-widget h2::before {
      content: "";
      background: #d31145;
      display: block;
      height: 5px;
      width: 38px;
      margin: 0 auto !important;
      top: -14px;
      left: 0;
      position: relative; }
  .testimonial-widget #carousel-testimonial {
    padding: 0; }
    .testimonial-widget #carousel-testimonial .carousel-inner .img-wrap {
      background: transparent;
      border-radius: 50%;
      border: 6px solid #fff;
      float: none;
      height: 125px;
      margin: 0 auto;
      overflow: hidden;
      width: 125px;
      z-index: 3;
      -webkit-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.75); }
      .testimonial-widget #carousel-testimonial .carousel-inner .img-wrap img {
        position: relative;
        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: 3; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      padding: 15px 0;
      text-align: center;
      font-family: 'Lato', sans-serif;
      color: #414153;
      line-height: 1.2rem;
      font-size: 15px;
      font-weight: 400; }
      .testimonial-widget #carousel-testimonial .carousel-inner .quote p {
        font-family: 'Lato', sans-serif;
        color: #414153;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 10px;
        margin-top: 0; }
      .testimonial-widget #carousel-testimonial .carousel-inner .quote small {
        display: block;
        color: #d31145;
        font-size: 13px;
        margin-top: 3px; }
      .testimonial-widget #carousel-testimonial .carousel-inner .quote a {
        color: #414153;
        font-weight: 700;
        font-family: 'Lato', sans-serif; }
    .testimonial-widget #carousel-testimonial .carousel-indicators {
      bottom: -30px !important; }
      .testimonial-widget #carousel-testimonial .carousel-indicators ol.carousel-indicators {
        position: absolute;
        bottom: 0px; }
      .testimonial-widget #carousel-testimonial .carousel-indicators li {
        background: #fff !important;
        border: none;
        margin: 0 2px; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .active {
        background: #d31145 !important; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .carousel-inner .item {
        height: 100%;
        width: 100%; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .carousel-inner > .active {
        height: 100% !important; }
      .testimonial-widget #carousel-testimonial .carousel-indicators .carousel-inner {
        height: 100%;
        width: 100%; }

/*END Testimonials------------------------------------------*/
@media only screen and (max-width: 767px) {
  .testimonial-widget #carousel-testimonial {
    padding: 0 10%; }

  .testimonial-widget #carousel-testimonial .carousel-inner::before {
    content: none; } }
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 25px 0px 0; }
  .sponsor-widget h2 {
    text-transform: uppercase;
    text-align: center;
    color: #414153;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif; }
    .sponsor-widget h2:after {
      content: "";
      background: #d0d0d0;
      width: 100%;
      position: relative;
      bottom: -25px;
      height: 1px;
      display: block;
      left: 0; }
  .sponsor-widget #sponsors-slider .col-md-2 {
    padding: 0; }
  .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: 120px;
    background: transparent;
    margin: 0;
    border-right: 1px solid #e3e3e3; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 100%;
      min-width: unset;
      padding: 20px 5px; }

/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  text-align: left;
  position: relative;
  color: #ffffff; }
  footer.footer h3 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0; }
  footer.footer .top {
    padding: 45px 0 30px;
    background: #393f4a url("../images/bg-footer.jpg"); }
    footer.footer .top .top-left p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 12px;
      color: #ffffff;
      margin: 0px;
      text-align: left;
      padding-right: 20px; }
    footer.footer .top .top-left span {
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase; }
    footer.footer .top .top-left a {
      color: #ffffff; }
    footer.footer .top .top-center ul {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 12px;
      padding: 0;
      list-style: none;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase; }
      footer.footer .top .top-center ul a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #ffffff; }
    footer.footer .top .top-right ul.social {
      padding: 0;
      font-size: 1.2rem;
      float: left;
      margin-top: 6px;
      margin-bottom: 3px;
      margin-right: 10px;
      text-align: left; }
      footer.footer .top .top-right ul.social li {
        display: inline-block;
        line-height: 1.2em;
        margin: 0 !important;
        font-size: 14px; }
        footer.footer .top .top-right ul.social li:first-child {
          display: none; }
        footer.footer .top .top-right ul.social li a {
          -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
          border: 3px solid #fff;
          color: #fff;
          display: block;
          height: 32px;
          margin: 0 2px 10px !important;
          padding: 4px !important;
          text-align: center;
          width: 32px; }
          footer.footer .top .top-right ul.social li a:hover, footer.footer .top .top-right ul.social li a:focus, footer.footer .top .top-right ul.social li a:active {
            background: #006594;
            color: #fff; }
          footer.footer .top .top-right ul.social li a::before {
            content: none; }
          footer.footer .top .top-right ul.social li a .fa {
            color: #fff; }
        footer.footer .top .top-right ul.social li:first-child a::before {
          content: none; }
    footer.footer .top .footer-logo {
      position: relative;
      height: 180px;
      width: unset; }
      footer.footer .top .footer-logo img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  footer.footer .bottom {
    font-family: 'Montserrat', sans-serif;
    background: #2d323a url("../images/bg-copyr.jpg");
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    max-height: 50px;
    padding: 15px 0px 0; }
    footer.footer .bottom .bottom-left {
      float: left; }
      footer.footer .bottom .bottom-left p {
        font-weight: 700; }
    footer.footer .bottom .bottom-right {
      float: right; }
      footer.footer .bottom .bottom-right p a {
        color: #00eaff;
        font-weight: 700; }

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  footer.footer .arrow-footer {
    right: 25px; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  footer.footer .arrow-footer {
    right: 25px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer.footer .arrow-footer {
    right: 25px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer ul#menu-main-menu-1 li, footer.footer ul#menu-main-menu-1 li.open {
    margin-bottom: 0px; }

  footer.footer .arrow-footer {
    right: 0; }

  footer.footer .top {
    padding: 30px 0; }

  footer.footer .top .footer-logo img {
    margin: 0 auto;
    display: block; }

  footer.footer .top .top-right .search-footer {
    margin: 0 auto; }

  footer.footer .top h3 {
    padding: 20px 0px 10px;
    display: block;
    margin: 10px auto;
    text-align: center; }

  footer.footer .top .top-left p {
    text-align: center;
    padding: 0; }

  footer.footer .top .top-left {
    padding: 0; }

  footer.footer .top .top-center {
    padding: 0; }

  footer.footer .top .top-right {
    padding: 0; }

  footer.footer .top .top-center ul {
    text-align: center; }

  footer.footer .top .top-center li {
    margin-bottom: 5px; }

  footer.footer .top .top-right ul.social {
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
    display: block; }

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom {
    height: auto;
    max-height: unset; } }
@media only screen and (max-width: 767px) {
  footer.footer ul#main_menu li, footer.footer ul#main_menu li.open {
    padding: 10px 0; }

  footer.footer ul#menu-main-menu-1 li, footer.footer ul#menu-main-menu-1 li.open {
    margin-bottom: 20px; }

  footer.footer .arrow-footer {
    right: 0; }

  footer.footer .top {
    padding: 30px 0; }

  footer.footer .top .footer-logo {
    margin: 10px auto;
    display: block;
    height: 90px; }

  footer.footer .top .top-right .search-footer {
    margin: 0 auto; }

  footer.footer .top h3 {
    padding: 20px 0px 10px;
    display: block;
    margin: 10px auto;
    text-align: center; }

  footer.footer .top .top-left p {
    text-align: center;
    padding: 0; }

  footer.footer .top .top-left {
    padding: 0; }

  footer.footer .top .top-center {
    padding: 0; }

  footer.footer .top .top-right {
    padding: 0; }

  footer.footer .top .top-center ul {
    text-align: center; }

  footer.footer .top .top-center li {
    margin-bottom: 5px; }

  footer.footer .top .top-right ul.social {
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
    display: block; }

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom {
    height: auto;
    max-height: unset; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: 400;
      font-size: 0.8571rem;
      margin-bottom: 0;
      color: #006594; }
    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.7143rem;
        color: #7b7b7c; }
    ul.breadcrumbs li a {
      color: #7b7b7c;
      font-size: 0.8571rem;
      font-weight: unset;
      text-decoration: none;
      margin-bottom: 0; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #d31145; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: transparent;
  text-align: left;
  min-height: 350px;
  position: relative;
  overflow: hidden; }
  .interior-top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/interior-shadow.png") repeat-x;
    background-size: auto 100%;
    z-index: 2; }
  .interior-top .container {
    position: relative;
    z-index: 5; }
  .interior-top h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    font-size: 45px;
    line-height: 1.2em;
    margin-top: 130px;
    position: relative;
    text-align: center;
    text-transform: none;
    z-index: 2;
    /*&:last-of-type{        
        font-size: 22px;
        color:#fff;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 400px;
        max-width: 100%;
         &::after{
          content: "";
          background: #fff;
          height: 2px;
          width: 56px;
          position: absolute;
          right: -60px;
          bottom: 10px;
         }
         &::before{
          content: "";
          background: #fff;
          height: 2px;
          width: 56px;
          position: absolute;
          left: -60px;
          bottom: 10px;
         }        
    }*/ }
  .interior-top img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    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: #7b7b7c;
  font-size: 1rem;
  font-family: 'Lato', sans-serif; }
  .interior .container {
    background: rgba(255, 255, 255, 0.95);
    margin-top: 0px;
    padding: 60px 35px 200px;
    position: relative;
    z-index: 5; }
  .interior img {
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #414153;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.03em; }
  .interior h5, .interior h6 {
    color: #414153;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.03em; }
  .interior h1 {
    font-size: 45px; }
  .interior h2 {
    font-size: 40px;
    color: #006594; }
  .interior h3 {
    font-size: 30px;
    color: #d31145; }
  .interior h4 {
    font-size: 1.786rem; }
  .interior h5 {
    font-size: 1.429rem; }
  .interior h6 {
    font-size: 1.214rem; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #bdbdbd; }
  .interior strong {
    color: #7b7b7c;
    margin-bottom: 2em;
    font-weight: 400; }
  .interior p {
    margin-bottom: 2em;
    line-height: 1.5em;
    color: #7b7b7c;
    font-size: 15px; }
  .interior blockquote {
    background: #f4f4f4;
    border-left: 8px solid #006594;
    color: #414153;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 2em;
    margin-left: 6%;
    padding: 15px 20px;
    text-align: left;
    width: 70%;
    font-family: 'Lato', sans-serif; }
  .interior small {
    display: block; }
  .interior a {
    color: #01398c;
    text-decoration: underline;
    transition: 0.3s;
    font-weight: 400; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #7b7b7c; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #7b7b7c;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 4px solid #01398c;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .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 #01398c; }
  .interior .table-responsive .table tr {
    text-align: center; }
    .interior .table-responsive .table tr th {
      text-align: center;
      background: #d31145;
      color: #fff;
      padding: 10px 0; }
      .interior .table-responsive .table tr th:hover {
        background: #d31145; }
    .interior .table-responsive .table tr:nth-child(even) td {
      background: #fff;
      padding: 10px 0; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      background: #eee;
      padding: 10px 0; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #7b7b7c; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #d31145;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 25px;
    padding: 12px 40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.4s; }
    .interior input[type="submit"]:hover {
      background: #a40d36;
      text-decoration: none; }
  .interior button {
    background: #006594;
    color: #fff;
    padding: 8px 10px;
    border: none;
    transition: 0.3s; }
    .interior button:hover {
      background: #004261;
      color: #fff; }
  .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li {
    padding-left: 20px;
    color: #7b7b7c;
    list-style-type: none !important;
    line-height: 1.8em; }
    .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li::before {
      content: "";
      display: inline-block;
      margin-right: 5px;
      position: absolute;
      margin-top: 9px;
      margin-left: -15px;
      border-left: 4px solid #01398c;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      width: 6px;
      height: 6px; }
    .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul {
      padding: 0; }
      .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul li {
        padding-left: 35px; }
        .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul li::before {
          border-left: 4px solid #01398c; }
    .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list {
      list-style-type: none !important;
      padding: 0px;
      color: #7b7b7c; }
      .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list br {
        display: none; }
      .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list li {
        padding-left: 20px;
        color: #7b7b7c;
        list-style-type: none !important;
        line-height: 1.8em; }
        .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list li::before {
          content: "";
          display: inline-block;
          margin-right: 5px;
          position: absolute;
          margin-top: 9px;
          margin-left: -15px;
          border-left: 4px solid #01398c;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          width: 6px;
          height: 6px; }
        .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list li ul {
          padding: 0; }
          .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list li ul li {
            padding-left: 35px; }
            .interior .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html ul li ul.list li ul li::before {
              border-left: 4px solid #01398c; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interior-top h1:last-of-type::before {
    content: none; }

  .interior-top h1:last-of-type::after {
    content: none; } }
@media only screen and (max-width: 767px) {
  .interior-top h1:last-of-type::before {
    content: none; }

  .interior-top h1:last-of-type::after {
    content: none; } }
@media only screen and (max-width: 480px) {
  .interior-top h1:last-of-type::before {
    content: none; }

  .interior-top h1:last-of-type::after {
    content: none; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.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: 21px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 0;
      display: block;
      text-transform: none;
      color: #7b7b7c;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .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;
      background: #f6f6f6;
      padding: 30px 15px;
      margin-bottom: 30px;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
      position: relative;
      font-family: 'Montserrat', sans-serif; }
      .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;
        box-shadow: none; }
        .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 25px;
          display: block;
          text-transform: none;
          font-family: 'Montserrat', sans-serif;
          color: #7b7b7c;
          letter-spacing: unset;
          font-weight: 400; }
          .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: #d31145;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            border-bottom: 3px solid #a80000; }
          .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: #7b7b7c;
              font-family: 'Montserrat', sans-serif;
              border-bottom: none; }
    .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 {
  background: #d31145;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: none;
    padding: 15px 0; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 80%;
      display: block;
      margin: 15px auto 5px; }
  .sidebar-a p, .sidebar-a a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  .sidebar-a a {
    text-decoration: underline; }

.sidebar-b {
  padding: 30px 10px 20px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  border-radius: 1px;
  background: #006594; }
  .sidebar-b h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    margin: 0 0px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 23px; }
    .sidebar-b h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 80%;
      margin: 15px auto 5px;
      display: block; }
  .sidebar-b p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center; }
  .sidebar-b a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }

/*Custom Sidebar Color --------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-top: 50px; } }
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-top: 50px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #006594;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #f36a05;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #d31145; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px; }

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #d31145; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #006594;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #f36a05;
    text-decoration: none;
    color: #fff !important; }

/*END Sidebar Woocommerce------------------------------------*/
/*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: #006594;
  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: #f36a05;
    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: #d31145;
    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: #006594; }

hr.solid {
  border-style: solid; }

/*END Category Page----------------------------------*/
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

.search-page h2 a {
  text-decoration: none; }
  .search-page h2 a::after {
    content: "";
    background: #006594;
    height: 5px;
    width: 35px;
    margin: 5px 0px 30px;
    display: block;
    transition: 0.4s; }
  .search-page h2 a:hover::after {
    width: 40%; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #232429; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #d31145; }
  .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: 15px 10px 15px;
  cursor: pointer;
  font-size: 21px;
  background: #006594;
  color: #fff;
  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: #004261; }

.accordion-content {
  padding-bottom: 10px;
  background: #efefef;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }

label.gfield_label {
  margin-top: 25px; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  height: inherit; }

.gform_body .gfield_description p {
  font-size: 17px; }

.interior-top.custom h1 {
  padding: 125px 0 105px; }

.interior.custom .container {
  padding: 35px 35px 25px; }
.interior.custom .container-fluid {
  padding: 0; }
  .interior.custom .container-fluid .a-custom .row {
    margin: 0; }
  .interior.custom .container-fluid .a-custom .left {
    padding: 0;
    position: relative; }
    .interior.custom .container-fluid .a-custom .left a.btn-2 {
      position: absolute;
      right: 30px;
      bottom: 45px; }
    .interior.custom .container-fluid .a-custom .left img {
      width: 100%; }
  .interior.custom .container-fluid .a-custom .right {
    padding-left: 5%; }
  .interior.custom .container-fluid .b-custom {
    padding: 100px 0; }
    .interior.custom .container-fluid .b-custom .row {
      margin: 0; }
    .interior.custom .container-fluid .b-custom .left {
      padding-right: 5%; }
    .interior.custom .container-fluid .b-custom .right {
      padding: 0px; }
      .interior.custom .container-fluid .b-custom .right img {
        width: 100%; }

.support {
  text-align: center;
  background: #01398c url("../images/support.jpg");
  background-size: cover;
  background-position: 20% center;
  position: relative; }
  .support .container {
    padding: 100px 0;
    background: transparent;
    position: static; }
  .support h2 {
    color: #fff;
    margin-bottom: 35px; }
    .support h2::before {
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 0;
      top: 41%;
      width: 39%;
      display: block;
      height: 1px; }
    .support h2::after {
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: auto;
      right: 0;
      top: 41%;
      width: 39%;
      display: block;
      height: 1px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support h2::before, .support h2::after {
    width: 32%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support h2::before, .support h2::after {
    width: 32%; }

  .interior.custom .container-fluid .b-custom {
    padding: 20px 0 0; }

  .interior.custom .container-fluid .a-custom .right {
    padding-left: 15px; }

  .interior.custom .container-fluid .b-custom .left {
    padding-right: 15px; } }
@media only screen and (max-width: 767px) {
  .support h2::before, .support h2::after {
    width: 20%; }

  .support {
    background-position: 35% center; }

  .interior.custom .container-fluid .b-custom {
    padding: 20px 0 0; }

  .interior.custom .container-fluid .a-custom .right {
    padding-left: 15px; }

  .interior.custom .container-fluid .b-custom .left {
    padding-right: 15px; } }
@media only screen and (max-width: 480px) {
  .support h2::before, .support h2::after {
    content: none; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #7b7b7c;
  overflow-x: hidden; }
  html a, body a {
    outline: none !important; }

.page-id-4 .interior .container-fluid {
  padding: 0;
  background-color: #f4f4f4; }
  .page-id-4 .interior .container-fluid .medium-pad-bottom-4x, .page-id-4 .interior .container-fluid .medium-pad-vertical-4x {
    padding-bottom: 0px; }
  .page-id-4 .interior .container-fluid p {
    margin: 0;
    padding: 0; }
  .page-id-4 .interior .container-fluid .main-back-to-top {
    background-color: #d31145;
    line-height: 62px; }
  .page-id-4 .interior .container-fluid a {
    color: #fff;
    text-decoration: none; }
  .page-id-4 .interior .container-fluid .sprite-icons-2x.icon--search.icon--dark {
    margin-top: -9px !important;
    padding: 0px !important; }
  .page-id-4 .interior .container-fluid .field-holder__icon ~ .field {
    height: unset !important; }

.store-locator-map {
  height: 600px !important; }

/*END html & body-------------------------------------*/
.find-vote {
  background: rgba(211, 17, 69, 0.9);
  bottom: 0;
  display: block;
  left: 0;
  margin: -76px auto 0px;
  position: relative;
  text-align: center;
  width: 100%; }
  .find-vote a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: block;
    height: 76px;
    padding: 25px 0; }
    .find-vote a::after {
      background: transparent;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid rgba(211, 17, 69, 0.9);
      bottom: -15px;
      content: "";
      left: 0;
      margin: 0 auto !important;
      position: absolute;
      right: 0;
      text-align: center;
      width: 15px;
      z-index: 0; }
  .find-vote:hover a {
    background: rgba(140, 11, 46, 0.9);
    text-decoration: none; }
    .find-vote:hover a::after {
      border-top: 15px solid rgba(140, 11, 46, 0.9); }

.b {
  padding: 80px 0 70px;
  background: url("../images/bg-b.jpg"); }
  .b .col-md-5 {
    padding: 15px; }
  .b .video-description {
    height: 360px;
    position: relative;
    max-height: 360px; }
    .b .video-description h2 {
      text-transform: capitalize;
      text-align: left;
      color: #414153;
      font-size: 37px;
      font-weight: 700;
      margin-top: 0;
      font-family: 'Montserrat', sans-serif; }
    .b .video-description p {
      font-weight: 400;
      font-family: 'Lato', sans-serif;
      font-size: 15px;
      color: #414153; }
    .b .video-description a {
      position: absolute;
      left: 0;
      bottom: 0; }

.c {
  background: url("../images/bg-c-logo.png") no-repeat;
  background-position: center bottom;
  min-height: 330px;
  max-height: 700px;
  position: relative; }
  .c::before {
    content: "";
    position: absolute;
    background: rgba(239, 253, 253, 0.6);
    width: 45%;
    min-height: 100%;
    left: 0;
    z-index: 1; }
  .c .c-left {
    padding: 40px 50px 40px 15px;
    position: relative;
    z-index: 3;
    min-height: 500px; }
    .c .c-left h2 {
      margin-bottom: 22px;
      text-transform: capitalize;
      color: #414153;
      font-size: 22px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif; }
      .c .c-left h2::before {
        content: "";
        background: #e3e3e3;
        height: 1px;
        width: 100%;
        margin: 0 auto 40px;
        display: block;
        position: absolute;
        top: 100px;
        left: 0; }
    .c .c-left p {
      font-family: 'Lato', sans-serif;
      color: #7b7b7c;
      line-height: 1.2rem;
      font-size: 15px;
      font-weight: 400;
      margin-top: 45px; }
    .c .c-left a {
      position: absolute;
      left: calc(50% - 15px);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 35px; }
  .c .c-right {
    background: transparent;
    padding: 40px 15px 40px 50px;
    position: relative;
    min-height: 500px; }
    .c .c-right h2 {
      margin-bottom: 22px;
      text-transform: capitalize;
      color: #414153;
      font-size: 25px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif; }
      .c .c-right h2::before {
        content: "";
        background: #e3e3e3;
        height: 1px;
        width: 100%;
        margin: 0 auto 40px;
        display: block;
        position: absolute;
        top: 100px;
        left: 0; }
    .c .c-right p {
      font-family: 'Lato', sans-serif;
      color: #414153;
      line-height: 1.2rem;
      font-size: 15px;
      font-weight: 400;
      margin-top: 45px; }
    .c .c-right a {
      position: absolute;
      left: 50px;
      bottom: 35px; }

.infoBox .store-email a {
  cursor: default; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b {
    padding: 30px 0 40px; }

  .b .b-video {
    max-width: 100%; }

  .b .video-description {
    max-height: 235px; }

  .b .video-description h2 {
    margin-top: 35px; }

  .c::before {
    width: 100%;
    min-height: 330px; }

  .c .c-right {
    background: transparent;
    padding: 40px 15px 40px 15px; }

  .c .c-right a {
    left: 15px; } }
@media only screen and (max-width: 767px) {
  .b {
    padding: 30px 0 40px; }

  .b .b-video {
    max-width: 100%; }

  .b .video-description h2 {
    margin-top: 35px; }

  .b .video-description {
    max-height: 235px; }

  .c::before {
    width: 100%;
    min-height: 330px; }

  .c .c-right {
    background: transparent;
    padding: 40px 15px 40px 15px; }

  .c .c-right a {
    left: 15px; } }
@media only screen and (max-width: 480px) {
  .b {
    padding: 30px 0 40px; }

  .b .b-video {
    max-width: 100%; }

  .b .video-description h2 {
    margin-top: 35px; }

  .b .video-description {
    max-height: 300px; } }

/*# sourceMappingURL=style.css.map */
