@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------------------------------------------*/
.flex-container {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  -webkit-align-content: space-around;
  margin: 0 auto;
  position: relative;
  display: flex; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .d-flex.justify-content-between {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.justify-content-around {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .d-flex.flex-end {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.evenly {
    -webkit-flex-flow: row nowrap;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
  .d-flex.center {
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }

.col-align-vertical {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  float: none; }

.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;
    width: 100%;
    height: auto;
    z-index: 1; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Roboto Condensed', sans-serif;
    background: #07247d;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #07247d !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Roboto Condensed', sans-serif;
      color: #464648;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #464648;
        color: #464648;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #464648;
          color: #343434;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1, button.btn-1 {
  font-family: 'Roboto Condensed', sans-serif;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282828;
  color: #282828 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  margin-top: 30px !important;
  padding: 7px 20px;
  position: relative !important;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active {
    transition: 0.4s;
    background: #e2122f;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #e2122f; }
a.btn-2, button.btn-2 {
  font-family: 'Roboto Condensed', sans-serif;
  background: #e2122f;
  border-radius: 5px;
  border: 1px solid #e2122f;
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  margin-top: 30px !important;
  padding: 7px 20px;
  position: relative !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active {
    transition: 0.4s;
    background: transparent;
    text-decoration: none;
    color: #282828 !important;
    border: 1px solid #282828; }
a.btn-3, button.btn-3 {
  font-family: 'Roboto', sans-serif;
  background: #e2122f;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px !important;
  border: 3px solid #e2122f;
  border-radius: 3px;
  padding: 7px 45px;
  font-weight: 600;
  transition: 0.4s;
  margin-top: 15px;
  display: inline-block; }
  a.btn-3 span, button.btn-3 span {
    font-weight: 700; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active {
    transition: 0.4s;
    background: #07247d;
    border: 3px solid #07247d;
    text-decoration: none;
    color: #fff !important; }
a.btn-5, button.btn-5 {
  font-family: 'Roboto Condensed', sans-serif;
  background: #07247d;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 17px !important;
  padding: 10px 19px;
  font-weight: 400 !important;
  transition: 0.4s;
  margin-top: 25px;
  display: inline-block; }
  a.btn-5:hover, a.btn-5:focus, a.btn-5:active, button.btn-5:hover, button.btn-5:focus, button.btn-5:active {
    transition: 0.4s;
    background: #04164d;
    text-decoration: none;
    color: #fff !important; }

@media only screen and (max-width: 480px) {
  a.btn-1, a.btn-blue, a.btn-2, a.btn-yellow, button.btn-1, button.btn-blue, button.btn-2, button.btn-yellow {
    padding: 15px 12px 14px; } }
/*END Buttons-------------------------------------*/
/* START header------------------------------------------*/
body.fixed {
  padding-top: 105px; }
  body.fixed header.header {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
    left: 0;
    position: fixed;
    background: #07247d !important;
    top: 0;
    width: 100%;
    z-index: 150;
    -webkit-animation: hanimation 0.5s forwards ease-out;
    /* Chrome, Safari, Opera */
    animation: hanimation 0.5s forwards ease-out;
    /* Chrome, Safari, Opera */
    /* Standard syntax */ }
    body.fixed header.header::before {
      display: none; }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
    body.fixed header.header::after {
      content: none; }
    body.fixed header.header .top .logo {
      top: 15px; }
      body.fixed header.header .top .logo::before {
        top: -15px; }
      body.fixed header.header .top .logo img {
        width: 80%; }
    body.fixed header.header .social-networks {
      display: inline-block;
      font-size: 0;
      line-height: 1em;
      margin: 0 15px;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      body.fixed header.header .social-networks li {
        display: inline-block;
        margin: 0 10px 0 0 !important;
        position: relative; }
        body.fixed header.header .social-networks li a {
          border-radius: 50%;
          border: none;
          color: #fff;
          display: inherit;
          margin: 0 15px;
          position: relative;
          transition: 0.4s;
          font-size: 18px; }
          body.fixed header.header .social-networks li a:hover {
            color: #fff;
            transition: 0.4s; }
    body.fixed header.header #open-search {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 22px;
      line-height: 1em;
      vertical-align: middle;
      transition: 0.4s; }
      body.fixed header.header #open-search .search-icon {
        display: block; }
      body.fixed header.header #open-search .sticky-search-icon {
        display: none; }
      body.fixed header.header #open-search:hover, body.fixed header.header #open-search:focus {
        outline: none;
        color: #fff;
        transition: 0.4s; }
  body.fixed a.glink {
    color: #07247d; }

header.header {
  font-family: 'Roboto', sans-serif;
  background: #07247d;
  width: 100%;
  z-index: 150; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }
  header.header .menu-logo {
    display: block; }

.top {
  height: 37px;
  position: relative; }
  .top .logo {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 10;
    height: 105px; }
    .top .logo::before {
      content: "";
      background: transparent url("../images/bg-logo.png") no-repeat;
      width: 379px;
      height: 100%;
      position: absolute;
      left: -70px;
      top: -10px;
      display: inline-block;
      z-index: 1;
      background-size: 100% 100%; }
    .top .logo a {
      display: block;
      position: relative;
      z-index: 2; }
      .top .logo a img {
        margin: 0;
        width: 100%; }
  .top .header-top {
    display: inline-block;
    float: right;
    text-align: right;
    width: calc(100% - 380px);
    position: relative; }
    .top .header-top .social-networks {
      display: inline-block;
      font-size: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .top .header-top .social-networks li {
        display: inline-block;
        margin: 0 5px 0 0 !important;
        position: relative; }
        .top .header-top .social-networks li.social-icon a {
          border: none;
          color: #fff;
          display: inherit;
          margin: 0 5px;
          position: relative;
          transition: 0.4s;
          font-size: 18px;
          width: 30px;
          height: 30px;
          padding-top: 8px; }
          .top .header-top .social-networks li.social-icon a:hover {
            background: #e2122f;
            border-radius: 5px;
            border-radius: 1px solid #e2122f;
            width: 30px;
            height: 30px;
            color: #fff;
            transition: 0.4s; }
    .top .header-top .btn-dnt {
      background: #f6c83f;
      transition: 0.4s;
      border-radius: 0 0 7px 7px;
      display: inline-block;
      margin-left: 15px; }
      .top .header-top .btn-dnt a {
        font-family: 'Roboto Condensed', sans-serif;
        color: #07247d;
        display: inherit;
        margin: 0 15px;
        position: relative;
        transition: 0.4s;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: capitalize !important;
        text-decoration: none !important;
        padding: 5px 10px;
        border-radius: 10px;
        margin-left: 15px; }
        .top .header-top .btn-dnt a:hover {
          text-decoration: none !important; }
      .top .header-top .btn-dnt:hover {
        text-decoration: none !important;
        background: #fff;
        color: #07247d;
        transition: 0.4s; }
    .top .header-top #open-search {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 22px;
      line-height: 1em;
      vertical-align: middle;
      transition: 0.4s;
      width: 30px;
      outline: none !important;
      height: 30px; }
      .top .header-top #open-search .search-icon {
        display: block; }
      .top .header-top #open-search .sticky-search-icon {
        display: none; }
      .top .header-top #open-search:hover, .top .header-top #open-search:focus {
        background: #e2122f;
        border-radius: 5px;
        border-radius: 1px solid #e2122f;
        width: 30px;
        height: 30px;
        color: #fff;
        transition: 0.4s; }

a.glink {
  color: #fff; }

.gt_white_content a {
  color: #07247d; }

section.navigation {
  position: relative; }
  section.navigation::before {
    content: "";
    background: #fff;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    z-index: 1; }
  section.navigation::after {
    content: "";
    background: transparent url("../images/header-shadow.png") no-repeat;
    width: 100%;
    height: 64px;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    z-index: 0; }
  section.navigation .container {
    position: relative; }
  section.navigation .navbar-nav {
    float: none; }
  section.navigation .nav-right {
    float: none; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0px;
  border: none; }
  .navbar.navbar-default .container {
    position: relative; }
  .navbar.navbar-default .navbar-brand {
    display: none;
    height: auto;
    padding: 10px 0; }

#navigation > ul > li.menu-item-has-children::after {
  content: "";
  background: #e2122f;
  bottom: 1px;
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: 0.4s;
  width: 0;
  z-index: 0; }

#navigation {
  border: none;
  float: right;
  font-size: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  width: calc(100% - 300px); }
  #navigation ul li, #navigation ul li.open {
    float: none;
    position: relative;
    vertical-align: middle; }
    #navigation ul li:hover, #navigation ul li.open:hover {
      transition: 0.6; }
      #navigation ul li:hover::after, #navigation ul li.open:hover::after {
        width: calc(100% - 15px); }
    #navigation ul li.current-menu-item.active > a::after, #navigation ul li.open.current-menu-item.active > a::after {
      content: "";
      background: #e2122f;
      bottom: 1px;
      display: block;
      height: 7px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      transition: 0.4s;
      width: calc(100% - 15px) !important;
      z-index: 0; }
    #navigation ul li a, #navigation ul li.open a {
      font-family: 'Roboto', sans-serif;
      background: transparent;
      border-radius: 0;
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 400;
      padding: 22px 15px;
      position: relative;
      text-align: center;
      text-shadow: none;
      text-transform: none;
      transition: 0.4s;
      white-space: normal;
      z-index: 1;
      text-transform: capitalize; }
    #navigation ul li > ul, #navigation ul li.open > ul {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      border: 0;
      display: none;
      left: 50%;
      min-height: 0;
      padding: 0;
      text-align: left; }
      #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 !important; }
        #navigation ul li > ul li.active a, #navigation ul li.open > ul li.active a {
          background: #07247d;
          color: #fff; }
          #navigation ul li > ul li.active a::before, #navigation ul li > ul li.active a::after, #navigation ul li.open > ul li.active a::before, #navigation ul li.open > ul li.active a::after {
            content: none !important; }
        #navigation ul li > ul li a, #navigation ul li.open > ul li a {
          font-family: 'Roboto Condensed', sans-serif;
          border-radius: 0;
          border: 0;
          color: #000000;
          font-size: 1rem;
          font-weight: 500;
          position: relative;
          margin-top: 0;
          padding: 8px 15px;
          text-transform: none; }
          #navigation ul li > ul li a::before, #navigation ul li.open > ul li a::before {
            content: none !important; }
          #navigation ul li > ul li a::after, #navigation ul li.open > ul li a::after {
            content: "";
            background: #b7b7b7;
            height: 1px;
            width: 75%;
            margin: 0 auto;
            display: block;
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            transition: 0.4s; }
          #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: #07247d;
            color: #fff;
            margin-top: 0;
            border-radius: 0; }
            #navigation ul li > ul li a:hover::after, #navigation ul li > ul li a:focus::after, #navigation ul li > ul li a:active::after, #navigation ul li.open > ul li a:hover::after, #navigation ul li.open > ul li a:focus::after, #navigation ul li.open > ul li a:active::after {
              width: 100%;
              transition: 0.4s; }
        #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 a::after, #navigation ul li.open > ul li:last-child a::after {
            content: none !important; }
        #navigation ul li > ul li:last-child ul, #navigation ul li.open > ul li:last-child ul {
          left: 100% !important;
          top: 0px;
          right: auto; }
        #navigation ul li > ul li ul, #navigation ul li.open > ul li ul {
          left: 150% !important; }

#navigation > ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3; }

.dropdown-menu {
  background: rgba(7, 36, 125, 0.8);
  border-radius: 0;
  display: block;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body.fixed header.header .top .logo a img {
    width: 65%; }

  section.navigation .container {
    position: relative;
    width: 100%; }

  .top .logo a img {
    width: 80%; }

  #navigation {
    width: calc(100% - 215px); }
    #navigation ul li a, #navigation ul li.open a {
      padding: 15px 7px 10px; }

  header.header::before {
    height: 190%; } }
@media only screen and (max-width: 991px) {
  body.fixed header.header section.navigation .navbar-nav {
    margin: 0;
    position: relative;
    right: unset;
    bottom: unset; }
  body.fixed header.header section.navigation .nav-right {
    width: 100% !important;
    padding: 14px 0px; }
  body.fixed header.header .navbar-brand {
    display: block; }
  body.fixed header.header .top .logo {
    display: none; }
  body.fixed header.header #navigation ul > li > a {
    padding: 20px;
    color: #07247d; }

  /*end Fixed menu css*/
  header.header {
    position: relative !important; }
    header.header::before {
      display: none !important; }
    header.header .header-top {
      display: none; }
    header.header section.navigation::before {
      content: none; }
    header.header::after {
      content: none; }

  .navbar.navbar-default .navbar-brand {
    margin-left: 5%; }
    .navbar.navbar-default .navbar-brand img {
      width: 65%; }

  section.navigation {
    border: none;
    background: #fff; }
    section.navigation .container {
      width: 100%;
      padding: 0; }
    section.navigation .top {
      display: none; }
    section.navigation .navbar-brand {
      display: block !important; }
    section.navigation .nav-right {
      width: 100%;
      padding: 0;
      float: right; }
      section.navigation .nav-right .navbar-header {
        float: none;
        width: 100%; }

  .dropdown-btn {
    display: none; }

  #navigation {
    text-align: left;
    overflow-y: scroll !important;
    max-height: 360px;
    border: none;
    width: 100%; }
    #navigation ul {
      text-align: center;
      padding: 0px;
      width: 100%;
      flex-direction: column; }
      #navigation ul li, #navigation ul li.open {
        border-bottom: none;
        display: block;
        position: relative !important; }
        #navigation ul li a, #navigation ul li.open a {
          color: #07247d; }
        #navigation ul li::after, #navigation ul li.open::after {
          content: none !important; }
        #navigation ul li:last-child a, #navigation ul li.open:last-child a {
          margin-left: 0; }
        #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
          right: unset !important;
          top: unset !important; }
        #navigation ul li ul, #navigation ul li.open ul {
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          left: 50%;
          background: #07247d;
          margin-bottom: 15px;
          max-height: unset !important;
          position: relative;
          text-align: center;
          width: 100%; }
          #navigation ul li ul::before, #navigation ul li.open ul::before {
            content: none; }
          #navigation ul li ul li, #navigation ul li.open ul li {
            border: none !important;
            display: block;
            width: 100% !important; }
            #navigation ul li ul li::after, #navigation ul li.open ul li::after {
              content: none !important; }
            #navigation ul li ul li ul, #navigation ul li.open ul li ul {
              left: 50% !important;
              display: none;
              background: #07247d; }
              #navigation ul li ul li ul li a, #navigation ul li.open ul li ul li a {
                color: #fff !important; }
            #navigation ul li ul li a, #navigation ul li.open ul li a {
              padding: 5px 35px 5px 20px !important;
              color: #fff !important; }
        #navigation ul li.menu-item-has-children, #navigation ul li.open.menu-item-has-children {
          display: block; }
          #navigation ul li.menu-item-has-children .dropdown-btn, #navigation ul li.open.menu-item-has-children .dropdown-btn {
            z-index: 20;
            background: transparent;
            border: none;
            color: #07247d;
            display: block;
            left: auto;
            padding: 4px 10px 6px;
            position: absolute;
            right: 20px;
            bottom: 10px;
            top: 15px !important;
            height: 30px; }
            #navigation ul li.menu-item-has-children .dropdown-btn .caret, #navigation ul li.open.menu-item-has-children .dropdown-btn .caret {
              border-top: 7px dashed;
              border-right: 7px solid transparent;
              border-left: 7px solid transparent; }
            #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, #navigation ul li.open.menu-item-has-children .dropdown-btn:hover, #navigation ul li.open.menu-item-has-children .dropdown-btn:focus, #navigation ul li.open.menu-item-has-children .dropdown-btn:active {
              background: transparent;
              color: #e2122f; }

  section.navigation::after {
    display: none; }

  #navigation ul.navbar-nav li a,
  #navigation ul.navbar-nav li.open a {
    padding: 20px; }

  #navigation ul li ul li a,
  #navigation ul li.open ul li a {
    padding: 15px !important; }

  #navigation ul.navbar-nav li a::after {
    content: none !important; }

  #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 {
    background: transparent;
    border: none;
    bottom: inherit !important;
    color: #07247d;
    display: block;
    height: auto;
    left: auto;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px !important;
    width: 40px; }
    #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: transparent;
      color: #07247d; }
  #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 {
    background: transparent none repeat scroll 0% 0%;
    border: none;
    bottom: inherit !important;
    color: #fff !important;
    display: block;
    left: auto;
    padding: 6px 13px 6px 12px;
    position: absolute;
    right: 15px;
    top: 10px !important; }
    #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 {
      color: #464648; }

  #navigation .open-search {
    float: none;
    margin: 15px auto; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  .navbar.navbar-default {
    border-radius: 0px;
    border: none;
    margin-bottom: 0; }
    .navbar.navbar-default .container {
      padding: 0; }

  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: none;
    color: #e2122f;
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 9px 10px;
    position: relative; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent;
    top: 10px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #07247d; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #07247d;
      height: 4px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: inherit !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none;
    width: 100%; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 768px) {
  body.fixed header.header .top .logo {
    top: 5px; }
    body.fixed header.header .top .logo img {
      width: 80%; }

  section.navigation .top {
    height: 0; }
    section.navigation .top .logo {
      top: 5px; }
      section.navigation .top .logo a img {
        width: 85%; }
  section.navigation .nav-right {
    padding: 18px 0px; } }
@media only screen and (max-width: 480px) {
  section.navigation .top {
    height: 0; }
    section.navigation .top .logo {
      top: 8px; }
      section.navigation .top .logo a img {
        width: 205px; }
  section.navigation .nav-right {
    padding: 18px 0px; }

  body.fixed header.header .top .logo img {
    width: 75%; }

  body.fixed header.header .navbar-brand {
    width: 230px; }
    body.fixed header.header .navbar-brand img {
      width: 44%; } }
/*END Main Navigation------------------------------------- */
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #f4ba0e; }

div.search {
  font-family: 'Roboto Condensed', sans-serif;
  background: #f4ba0e;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #f6c83f;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  div.search::after {
    content: "";
    background: #f6c83f;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #464648;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    border: none;
    color: #343434;
    border-radius: 0;
    margin-left: -4px;
    height: 47px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    text-indent: -99999999px;
    width: 50px;
    transition: 0.4s;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: 0.4s;
    float: right; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #343434;
    font-size: 20px;
    height: 47px;
    padding: 15px;
    vertical-align: middle;
    width: calc(100% - 50px); }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #343434; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #343434; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #343434; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #343434; }

/*END Search Widget------------------------------------------*/
/*END News------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  footer.footer::before {
    content: "";
    background: transparent url("../images/footer-shadow.png") no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: .95;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  footer.footer::after {
    content: "";
    background: transparent url("../images/footer-mask.png") no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  footer.footer .footer-middle {
    position: relative;
    padding: 30px 0 5px;
    z-index: 3; }
    footer.footer .footer-middle .flex-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      text-align: center;
      float: none; }
      footer.footer .footer-middle .flex-container .flex-item {
        max-width: 100%; }
        footer.footer .footer-middle .flex-container .flex-item:nth-last-child(1) img {
          margin: auto 15px; }
    footer.footer .footer-middle .social-footer {
      text-align: right; }
      footer.footer .footer-middle .social-footer .social-networks {
        display: inline-block;
        font-size: 0;
        line-height: 1em;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        padding-top: 25px; }
        footer.footer .footer-middle .social-footer .social-networks li {
          display: inline-block;
          margin: 0 5px 0 0 !important;
          position: relative; }
          footer.footer .footer-middle .social-footer .social-networks li.social-icon a {
            border: none;
            color: #fff;
            display: inherit;
            margin: 0 5px;
            position: relative;
            transition: 0.4s;
            font-size: 18px;
            width: 30px;
            height: 30px;
            padding-top: 8px; }
            footer.footer .footer-middle .social-footer .social-networks li.social-icon a:hover {
              background: #e2122f;
              border-radius: 5px;
              border-radius: 1px solid #e2122f;
              width: 30px;
              height: 30px;
              color: #fff;
              transition: 0.4s; }
    footer.footer .footer-middle .foundation-logo img {
      max-width: 100%; }
    footer.footer .footer-middle .contact-info, footer.footer .footer-middle .address-information {
      font-family: 'Roboto Condensed', sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2em;
      text-align: left; }
      footer.footer .footer-middle .contact-info strong, footer.footer .footer-middle .address-information strong {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2em; }
      footer.footer .footer-middle .contact-info a, footer.footer .footer-middle .address-information a {
        color: #fff !important;
        text-decoration: underline !important; }
      footer.footer .footer-middle .contact-info h2, footer.footer .footer-middle .address-information h2 {
        color: #e2122f;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px; }
      footer.footer .footer-middle .contact-info h3, footer.footer .footer-middle .address-information h3 {
        margin-top: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 25px; }
    footer.footer .footer-middle .address-information span {
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      color: #fff; }
      footer.footer .footer-middle .address-information span:nth-child(1) {
        margin-top: 5px; }
    footer.footer .footer-middle .right-footer {
      position: relative;
      text-align: right;
      display: flex; }
      footer.footer .footer-middle .right-footer .right-logo {
        margin: 15px 10px; }
      footer.footer .footer-middle .right-footer .left-logo {
        margin: 15px 10px; }
  footer.footer .footer-bottom {
    background: transparent;
    padding: 20px 0 15px;
    position: relative;
    text-align: center;
    z-index: 3; }
    footer.footer .footer-bottom .copyright-section {
      display: flex;
      justify-content: space-between; }
    footer.footer .footer-bottom .copy-r {
      float: none;
      margin-bottom: 5px; }
    footer.footer .footer-bottom .elevationweb {
      float: none; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .elevationweb {
      font-family: 'Roboto Condensed', sans-serif;
      display: block;
      font-weight: 400;
      font-size: 16px;
      color: #fff !important; }
      footer.footer .footer-bottom .copy-r a, footer.footer .footer-bottom .elevationweb a {
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff !important;
        font-weight: 400; }
        footer.footer .footer-bottom .copy-r a span, footer.footer .footer-bottom .elevationweb a span {
          text-transform: uppercase; }
        footer.footer .footer-bottom .copy-r a:hover, footer.footer .footer-bottom .elevationweb a:hover {
          text-decoration: underline; }
    footer.footer .footer-bottom .classic-text-widget {
      display: block !important; }
  footer.footer .fixed-footer {
    display: none; }

@media only screen and (max-width: 991px) {
  footer.footer .footer-top {
    padding-bottom: 0; }
    footer.footer .footer-top .address-information, footer.footer .footer-top .contact-info {
      text-align: center; }
    footer.footer .footer-top .right-footer {
      text-align: center; }
      footer.footer .footer-top .right-footer ul.social {
        position: relative;
        top: unset; }
      footer.footer .footer-top .right-footer .links-footer {
        text-align: center; }
    footer.footer .footer-top .flex-container {
      -webkit-align-content: space-around;
      -webkit-align-items: center;
      -webkit-flex-flow: column wrap;
      align-content: space-around;
      align-items: center;
      justify-content: center; }
      footer.footer .footer-top .flex-container .flex-item {
        margin-bottom: 25px; }
  footer.footer .footer-bottom .copyright-section {
    flex-direction: column;
    flex-wrap: wrap; }

  footer.footer .footer-middle .social-footer {
    text-align: center !important; } }
@media only screen and (max-width: 768px) {
  footer.footer {
    padding-bottom: 50px; }
    footer.footer .fixed-footer {
      bottom: 0;
      display: block !important;
      left: 0;
      padding: 0;
      position: fixed;
      text-align: center;
      width: 100%;
      z-index: 99;
      background: #fff;
      box-shadow: 5px 6px 22px 0px #000000; }
      footer.footer .fixed-footer .header-top {
        display: flex;
        justify-content: space-between; }
        footer.footer .fixed-footer .header-top .social-networks {
          display: inline-block;
          font-size: 0;
          line-height: 1em;
          margin: 0;
          padding: 0;
          float: left;
          margin-top: 9px;
          text-align: center;
          vertical-align: middle; }
          footer.footer .fixed-footer .header-top .social-networks li {
            display: inline-block;
            margin: 0 5px 0 0 !important; }
            footer.footer .fixed-footer .header-top .social-networks li a {
              border-radius: 0;
              border: none;
              color: #262626;
              display: inherit;
              height: 30px;
              margin: 0;
              position: relative;
              transition: 0.4s;
              width: 30px; }
              footer.footer .fixed-footer .header-top .social-networks li a i {
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                font-size: 20px;
                left: 50%;
                position: absolute;
                top: 50%; }
              footer.footer .fixed-footer .header-top .social-networks li a:hover {
                background: transparent;
                color: #f6c83f;
                box-shadow: none; }
                footer.footer .fixed-footer .header-top .social-networks li a:hover i {
                  background: transparent;
                  text-shadow: none; }
        footer.footer .fixed-footer .header-top #open-search {
          background: transparent;
          border: none;
          color: #262626;
          font-size: 22px;
          line-height: 1em;
          float: none;
          vertical-align: middle; }
          footer.footer .fixed-footer .header-top #open-search:hover, footer.footer .fixed-footer .header-top #open-search:focus {
            outline: none;
            color: #f6c83f; }
        footer.footer .fixed-footer .header-top .btn-dnt {
          background: #e2122f;
          transition: 0.4s;
          border-radius: 3px;
          display: inline-block;
          margin-left: 15px; }
          footer.footer .fixed-footer .header-top .btn-dnt a {
            font-family: 'Roboto Condensed', sans-serif;
            border-radius: 50%;
            border: none;
            color: #fff;
            display: inherit;
            margin: 0 15px;
            position: relative;
            transition: 0.4s;
            font-weight: 700;
            font-size: 18px;
            text-transform: capitalize !important;
            text-decoration: none !important;
            padding: 5px 25px;
            border-radius: 5px;
            transition: 0.4s;
            margin-left: 15px; }
            footer.footer .fixed-footer .header-top .btn-dnt a:hover {
              text-decoration: none !important; }
          footer.footer .fixed-footer .header-top .btn-dnt:hover {
            text-decoration: none !important;
            background: #07247d;
            color: #fff;
            transition: 0.4s; }
        footer.footer .fixed-footer .header-top a.glink {
          color: #0b048e; }

  footer.footer .footer-top .flex-item img {
    width: 75%; }

  footer.footer .footer-middle .flex-container {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  footer.footer .flex-item .images-side {
    margin-top: 25px; }
    footer.footer .flex-item .images-side img:nth-last-child(1) {
      margin-top: 25px !important; } }
@media only screen and (max-width: 480px) {
  footer.footer .footer-top {
    text-align: center; }
    footer.footer .footer-top .footer-top-left {
      float: none;
      text-align: center; }
    footer.footer .footer-top .footer-top-right {
      text-align: center;
      float: none; }

  footer.footer .sign-up-section .d-flex {
    flex-direction: column; } }
footer.footer .fixed-footer .header-top .social-networks {
  display: none; }

/*END footer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  overflow: hidden;
  position: relative; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider .item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .caption-a {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .left .caption-a, .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .right .caption-a {
          -webkit-animation-name: opacityTransitionOff;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.4s;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransitionOff;
          animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .caption-a {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .next.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .prev.right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control {
        z-index: 2; }
      .slider-widget .slider-a #home-slider.carousel-fade .bullets {
        bottom: 33px;
        height: 25px;
        left: 0;
        position: absolute;
        z-index: 1;
        right: 0;
        margin: 0 auto; }
        .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          list-style: none;
          margin: 0;
          position: relative;
          right: unset;
          text-align: center;
          width: 100%;
          z-index: 15; }
          .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
            background: #fff;
            border-radius: 50%;
            border: 3px solid #fff;
            height: 12px;
            margin: 0 6px;
            width: 12px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active {
              background: #e2122f;
              transition: 0.4s;
              border: 5px solid #e2122f;
              width: 15px;
              height: 15px; }
      .slider-widget .slider-a #home-slider .carousel-control {
        opacity: 1;
        transition: 0.4s; }
        .slider-widget .slider-a #home-slider .carousel-control span {
          background: transparent url("../images/arrow-slider.png") no-repeat;
          background-position: 50% 50%;
          background-size: auto;
          border-radius: 50%;
          height: 47px;
          text-align: center;
          text-shadow: none;
          transition: box-shadow 0.4s;
          width: 47px; }
          .slider-widget .slider-a #home-slider .carousel-control span:before {
            -webkit-transform: translate(-50%, -55%);
            -moz-transform: translate(-50%, -55%);
            -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
            display: none;
            left: 50%;
            position: absolute;
            top: 50%; }
          .slider-widget .slider-a #home-slider .carousel-control span:hover {
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
        .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
          background: transparent;
          width: 10%; }
        .slider-widget .slider-a #home-slider .carousel-control.left span {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .slider-widget .slider-a .slider-box {
      height: 55vh;
      position: relative;
      text-align: left; }
      .slider-widget .slider-a .slider-box::before {
        content: "";
        background: transparent url("../images/slider-shadow.png") repeat;
        background-position: center;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 4; }
    .slider-widget .slider-a .bg-img {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%;
      z-index: 2; }
      .slider-widget .slider-a .container::before {
        content: none;
        bottom: 0;
        display: block;
        height: 100%;
        left: -30%;
        position: absolute;
        width: 160%;
        z-index: 0; }
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 50%;
    z-index: 10; }
    .slider-widget .caption-a h2 {
      font-family: 'Roboto Condensed', sans-serif;
      color: #fff;
      display: block;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0 0 10px 0;
      padding: 0;
      position: relative;
      text-transform: uppercase !important;
      z-index: 12; }
      .slider-widget .caption-a h2::before {
        content: "";
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: transparent url("../images/logo-title.png") no-repeat;
        position: absolute;
        top: -95px;
        left: 50%;
        width: 73px;
        height: 94px; }
    .slider-widget .caption-a a.btn-slider {
      font-family: 'Roboto Condensed', sans-serif;
      background: #e2122f;
      border-radius: 3px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 10px 35px;
      display: inline-block;
      letter-spacing: 1px;
      margin-top: 35px;
      position: relative;
      z-index: 12; }

@media only screen and (min-width: 1370px) and (max-width: 1440px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 4%; } }
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 4%; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider-widget .slider-a .slider-box {
    height: 70vh; }
  .slider-widget .slider-a .caption-a {
    margin-top: 72px; } }
@media only screen and (max-width: 991px) {
  header.header .sticky-logo {
    display: block; }

  header.header .menu-logo {
    display: none; }

  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 2%; }

  .slider-widget .slider-a .slider-box .bg-img {
    background-size: cover;
    background-position: center; }
  .slider-widget .slider-a .caption-a h2 {
    font-size: 40px; }
  .slider-widget .slider-a .caption-a p {
    font-size: 20px; } }
@media only screen and (max-width: 768px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 4%; }

  .slider-widget .slider-a .slider-box {
    height: 400px; }
  .slider-widget .slider-a .caption-a {
    width: 90%; }
    .slider-widget .slider-a .caption-a h2 {
      font-size: 27px;
      line-height: .9em; }
      .slider-widget .slider-a .caption-a h2 span {
        font-size: 20px; }
    .slider-widget .slider-a .caption-a a.btn-1 {
      margin-top: 0;
      margin-bottom: 30px;
      padding: 20px 53px 19px; }
    .slider-widget .slider-a .caption-a p {
      font-size: 18px;
      line-height: 1em; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 0; }

  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 22px; }

  .slider-widget {
    width: 100%; }
    .slider-widget .slider-a {
      width: 100%; }
      .slider-widget .slider-a .bg-img {
        background-size: cover;
        background-position: center; }
      .slider-widget .slider-a .slider-box {
        height: 350px; }
      .slider-widget .slider-a .caption-a {
        width: 90%;
        font-size: 15px; }
        .slider-widget .slider-a .caption-a h2 {
          font-size: 20px !important; }
        .slider-widget .slider-a .caption-a a.btn-1 {
          padding: 18px 53px 17px;
          margin-bottom: 40px; }
        .slider-widget .slider-a .caption-a p {
          font-size: 16px;
          line-height: 1em; } }
/*END Slider--------------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Roboto Condensed', sans-serif;
      color: #282828;
      font-size: 12.5px;
      font-weight: 400;
      margin-bottom: 0; }
    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.9rem;
        color: #7c7c7c; }
    ul.breadcrumbs li a {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      color: #343434;
      font-size: 12.5px;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #07247d; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  background-color: #fff;
  min-height: 380px;
  overflow: hidden;
  position: relative; }
  .interior-top::before {
    content: "";
    background: transparent url("../images/slider-shadow.png") repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .interior-top .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 50%;
    z-index: 1; }
    .interior-top .caption-a h1 {
      font-family: 'Roboto Condensed', sans-serif;
      color: #fff;
      display: block;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0 0 10px 0;
      padding: 0;
      position: relative;
      text-transform: uppercase !important;
      z-index: 12; }
      .interior-top .caption-a h1::before {
        content: "";
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: transparent url("../images/logo-title.png") no-repeat;
        position: absolute;
        top: -95px;
        left: 50%;
        width: 73px;
        height: 94px; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: 'Roboto Condensed', sans-serif;
  background: #fff;
  color: #343434;
  font-size: 18px;
  overflow: hidden;
  position: relative; }
  .interior .side-direction {
    padding: 15px 0; }
  .interior img {
    height: auto;
    max-width: 100%; }
  .interior .title-page {
    font-family: 'Roboto', sans-serif;
    color: #282828;
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase; }
  .interior .subsection-title {
    font-family: 'Roboto', sans-serif;
    color: #282828;
    display: block;
    font-size: 23px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
    text-transform: uppercase; }
  .interior h3.subsection-title {
    font-size: 21px; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    font-family: 'Roboto', sans-serif;
    color: #07247d;
    font-weight: 700;
    margin-top: 0;
    text-transform: none; }
  .interior h5, .interior h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #282828;
    text-transform: none; }
  .interior h3, .interior h4, .interior h5, .interior h6 {
    margin-bottom: 25px; }
  .interior h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600 !important; }
  .interior h2 {
    font-size: 36px;
    margin-bottom: 15px; }
  .interior h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .interior h4 {
    font-size: 28px;
    margin-bottom: 15px; }
  .interior h5 {
    font-size: 26px;
    margin-bottom: 15px; }
  .interior h6 {
    font-size: 24px;
    margin-bottom: 15px; }
  .interior hr {
    border-color: #343434 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .interior p {
    font-family: 'Roboto', sans-serif;
    color: #343434 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 15px; }
    .interior p strong {
      font-weight: 700; }
  .interior blockquote {
    font-family: 'Roboto', sans-serif;
    border: none;
    color: #1dc4ff;
    display: block;
    float: none;
    font-size: 22px;
    line-height: 1.1em;
    margin: 45px 0 50px 0;
    padding: 0 50px;
    position: relative;
    width: 95%;
    text-align: center; }
    .interior blockquote::before {
      content: "";
      background: url("../images/quote.png") no-repeat;
      background-size: contain;
      display: block;
      height: 28px;
      left: 0;
      position: absolute;
      top: 20%;
      width: 33px; }
    .interior blockquote::after {
      content: "";
      background: url("../images/quote.png") no-repeat;
      background-size: contain;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 20%;
      display: block;
      height: 28px;
      position: absolute;
      right: 0;
      width: 33px; }
    .interior blockquote p, .interior blockquote a, .interior blockquote address, .interior blockquote span, .interior blockquote strong, .interior blockquote time {
      color: #07247d; }
  .interior small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #7a7a7a; }
  .interior a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #07247d;
    font-size: 18px;
    text-decoration: underline;
    transition: 0.3s; }
  .interior dl.list dt {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0b048e !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 0; }
  .interior dl.list dd {
    font-family: 'Roboto Condensed', sans-serif;
    color: #343434 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative; }
    .interior dl.list dd::before {
      content: "";
      border-bottom: 4px solid transparent;
      border-left: 4px solid #f6c83f;
      border-top: 4px solid transparent;
      display: inline-block;
      margin-left: 0;
      left: 0;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 6px;
      height: 6px; }
  .interior ul.list {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      font-family: 'Roboto Condensed', sans-serif;
      color: #343434 !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
      list-style-type: none;
      margin: 0 0 8px 0 !important;
      padding-left: 15px;
      position: relative; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 17px;
        margin-left: -15px;
        border-left: 4px solid #f6c83f;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #343434 !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em; }
        .interior ul.list li p strong {
          color: #1dc4ff;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.7em; }
      .interior ul.list li ul {
        padding-left: 10px;
        margin-top: 10px; }
  .interior .table-responsive .table {
    border: 1px solid #d5d5d5;
    font-family: 'Roboto Condensed', sans-serif; }
    .interior .table-responsive .table tr {
      text-align: center;
      background-color: transparent; }
      .interior .table-responsive .table tr th {
        background: #1dc4ff;
        border: none;
        color: #fff;
        font-weight: 900;
        padding: 10px 0;
        text-align: center; }
        .interior .table-responsive .table tr th:hover {
          background: #0b048e; }
      .interior .table-responsive .table tr:nth-child(even) td {
        background: #fff;
        border: none;
        color: #404040;
        font-weight: 400;
        padding: 10px 0; }
      .interior .table-responsive .table tr:nth-child(odd) td {
        background: #f4f4f4;
        border: none;
        color: #404040;
        padding: 10px 0; }
  .interior input, .interior textarea, .interior select {
    height: 40px;
    background: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #2d1a09;
    border-radius: 5px; }
    .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;
    max-width: 100%; }
  .interior #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #343434; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    font-family: 'Roboto Condensed', sans-serif;
    background: #f6c83f;
    border-radius: 6px;
    border: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 1em;
    max-width: 100%;
    padding: 15px 25px 14px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: 0.4s;
    width: auto; }
    .interior input[type="submit"] span {
      font-size: 18px;
      font-weight: 700; }
    .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
      background: #f4ba0e;
      text-decoration: none;
      outline: none; }
  .interior .img-box {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 50px; }
    .interior .img-box .left-side {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 33%;
      height: 250px; }
    .interior .img-box .right-side {
      width: 65%;
      margin-left: 15px; }
      .interior .img-box .right-side h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700 !important;
        color: #07247d;
        font-size: 36px; }
      .interior .img-box .right-side a.btn-2 {
        text-transform: none !important;
        padding: 7px 35px;
        margin-top: 0 !important; }
  .interior .align-right {
    display: block;
    text-align: right; }

@media only screen and (max-width: 991px) {
  .interior .side-direction {
    padding-right: 15px;
    padding-bottom: 30px; } }
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-item {
    width: 100% !important;
    margin-bottom: 35px !important; }

  .interior .img-box {
    flex-direction: column;
    margin-bottom: 65px; }
    .interior .img-box .left-side {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 35px;
      width: 100%; }
    .interior .img-box .right-side {
      width: 100%;
      text-align: center;
      margin-left: 0; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    min-height: 250px; }

  .interior h2, .life h2, .caption-a h2 {
    font-size: 30px !important;
    line-height: 1.3em !important; }
    .interior h2 span, .life h2 span, .caption-a h2 span {
      font-size: 22px !important; }
  .interior h3, .life h3, .caption-a h3 {
    font-size: 28px !important; }
  .interior h4, .life h4, .caption-a h4 {
    font-size: 24px !important; }
  .interior h5, .life h5, .caption-a h5 {
    font-size: 22px !important; }
  .interior h6, .life h6, .caption-a h6 {
    font-size: 20px !important; }

  .interior-top .caption-a {
    top: 65%; }
    .interior-top .caption-a h1 {
      font-size: 25px !important; } }
/*END INTERIOR PAGE--------------------------------------------*/
.sidebar {
  display: flex;
  margin-bottom: 45px; }
  .sidebar .sidebar-item {
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    border-radius: 5px;
    font-size: 0;
    margin-bottom: 40px;
    margin: 0 5px;
    position: relative;
    width: 33%; }
    .sidebar .sidebar-item:nth-child(1) {
      background: #e4122f; }
    .sidebar .sidebar-item:nth-child(2) {
      background: #f6c83f; }
    .sidebar .sidebar-item:nth-child(3) {
      background: #07247d; }
    .sidebar .sidebar-item .info-box {
      background: transparent;
      width: 100%;
      position: relative; }
      .sidebar .sidebar-item .info-box .info-img {
        width: 100%;
        min-height: 230px;
        border-radius: 5px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .sidebar .sidebar-item .info-box .info-body {
        padding: 20px;
        text-align: left; }
        .sidebar .sidebar-item .info-box .info-body h2 {
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          color: #fff;
          font-size: 26px; }
        .sidebar .sidebar-item .info-box .info-body p {
          font-family: 'Roboto', sans-serif;
          color: #fff !important;
          font-size: 18px;
          margin-bottom: 0; }
        .sidebar .sidebar-item .info-box .info-body a {
          font-family: 'Roboto Condensed', sans-serif;
          color: #fff;
          font-size: 20px;
          font-weight: 700;
          text-decoration: none;
          transition: 0.4s; }
          .sidebar .sidebar-item .info-box .info-body a:hover {
            text-decoration: underline;
            transition: 0.4s; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .sidebar-item.info-box .info-box-middle .side-img {
    width: 225px; } }
@media only screen and (max-width: 991px) {
  .sidebar {
    flex-direction: column; }

  .sidebar-item.info-box .info-box-top .title-sidebar {
    flex-direction: column; }
    .sidebar-item.info-box .info-box-top .title-sidebar .img-side {
      width: 100%; }
    .sidebar-item.info-box .info-box-top .title-sidebar .text-side {
      width: 100%;
      margin-top: 15px; }
      .sidebar-item.info-box .info-box-top .title-sidebar .text-side h2 {
        text-align: center; }

  .sidebar-item.info-box .info-box-bottom .box-selects .select-list {
    text-align: center; }
    .sidebar-item.info-box .info-box-bottom .box-selects .select-list select {
      width: 40%; }

  .sidebar-item .social-box {
    margin-top: 20%; } }
@media only screen and (max-width: 480px) {
  .sidebar-item .social-box {
    margin-top: 40%; }

  .sidebar-item.info-box .info-box-middle .side-img {
    left: 0 !important; } }
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  height: 215px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  width: 250px;
  z-index: 3; }
  .img-category img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    max-height: inherit;
    min-height: inherit;
    max-width: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1; }
  .img-category a {
    background: #282828;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 2; }
    .img-category a:hover {
      background: #1dc4ff;
      color: #fff !important; }

.programs-image {
  background: #1dc4ff; }

.interior.programs a {
  text-decoration: none; }
  .interior.programs a h3 {
    margin: 0; }
.interior.programs .read-more {
  float: right; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #fff; }

/*END Category Page----------------------------------*/
.pagination {
  text-align: center;
  display: block; }
  .pagination .nav-links a {
    background: transparent;
    border-radius: 5px;
    color: #4b5562;
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    z-index: 2; }
    .pagination .nav-links a:before {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -2; }
    .pagination .nav-links a:hover {
      text-decoration: none;
      color: #464648; }
      .pagination .nav-links a:hover:before {
        background: #e2122f; }
  .pagination .nav-links span {
    color: #07247d; }
  .pagination .nav-links .current {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    color: #464648;
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 2; }
    .pagination .nav-links .current:before {
      content: "";
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #e2122f;
      border-radius: 50%;
      display: block;
      height: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 50px;
      z-index: -2; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #343434; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #07247d; }
  .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; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
.accordion {
  margin: 0 0 20px 0 !important; }
  .accordion br {
    display: none; }
  .accordion p {
    margin-bottom: 0; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #0b048e !important;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  font-size: 25px !important;
  padding: 15px 40px 15px 10px !important; }
  h1[id*="accordion-"]::after,
  h2[id*="accordion-"]::after,
  h3[id*="accordion-"]::after,
  h4[id*="accordion-"]::after,
  h5[id*="accordion-"]::after,
  h6[id*="accordion-"]::after {
    content: "\f067";
    position: absolute;
    right: 40px;
    color: #464648;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    background: #07247d;
    color: #fff; }
    h1[id*="accordion-"].open::after,
    h2[id*="accordion-"].open::after,
    h3[id*="accordion-"].open::after,
    h4[id*="accordion-"].open::after,
    h5[id*="accordion-"].open::after,
    h6[id*="accordion-"].open::after {
      color: #464648; }
  h1[id*="accordion-"]:hover, h1[id*="accordion-"]:active, h1[id*="accordion-"]:focus,
  h2[id*="accordion-"]:hover,
  h2[id*="accordion-"]:active,
  h2[id*="accordion-"]:focus,
  h3[id*="accordion-"]:hover,
  h3[id*="accordion-"]:active,
  h3[id*="accordion-"]:focus,
  h4[id*="accordion-"]:hover,
  h4[id*="accordion-"]:active,
  h4[id*="accordion-"]:focus,
  h5[id*="accordion-"]:hover,
  h5[id*="accordion-"]:active,
  h5[id*="accordion-"]:focus,
  h6[id*="accordion-"]:hover,
  h6[id*="accordion-"]:active,
  h6[id*="accordion-"]:focus {
    background: #fff;
    color: #fff;
    outline: none; }
    h1[id*="accordion-"]:hover::after, h1[id*="accordion-"]:active::after, h1[id*="accordion-"]:focus::after,
    h2[id*="accordion-"]:hover::after,
    h2[id*="accordion-"]:active::after,
    h2[id*="accordion-"]:focus::after,
    h3[id*="accordion-"]:hover::after,
    h3[id*="accordion-"]:active::after,
    h3[id*="accordion-"]:focus::after,
    h4[id*="accordion-"]:hover::after,
    h4[id*="accordion-"]:active::after,
    h4[id*="accordion-"]:focus::after,
    h5[id*="accordion-"]:hover::after,
    h5[id*="accordion-"]:active::after,
    h5[id*="accordion-"]:focus::after,
    h6[id*="accordion-"]:hover::after,
    h6[id*="accordion-"]:active::after,
    h6[id*="accordion-"]:focus::after {
      color: #fff; }

.accordion-title {
  padding-right: 25px; }
  .accordion-title::after {
    content: "\f067";
    position: absolute;
    right: 30px;
    color: #464648;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-title.open::after {
    content: '\f068';
    color: #464648; }

.accordion-content {
  background: transparent;
  border-top: none;
  border: none;
  padding: 15px; }

label.gfield_label {
  margin: 10px 0 0 0; }

.gform_wrapper ul.gform_fields li.gfield .ginput_container_radio {
  /*RADIO Button circular style*/ }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #1dc4ff;
      border: 4px solid #1dc4ff;
      border-radius: 50%;
      height: 15px;
      left: 0;
      position: absolute;
      width: 15px;
      z-index: -1; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }

.interior .gform_confirmation_wrapper {
  font-size: 18px !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 18px; }

.e-left {
  /* facebook fedd */ }
  .e-left #cff .cff-author .cff-page-name.cff-author-date {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 600; }
  .e-left #cff .cff-author .cff-story {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 400; }
  .e-left #cff .cff-author .cff-date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px; }

.e-right #ctf.ctf-masonry .ctf-item {
  background: #fff;
  border-bottom: none;
  border-radius: 7px;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 4.5%;
  padding-bottom: 120px !important;
  margin: 0 0 25px 25px;
  width: 45%; }
  .e-right #ctf.ctf-masonry .ctf-item .ctf-author-box {
    position: absolute;
    bottom: 15px; }
    .e-right #ctf.ctf-masonry .ctf-item .ctf-author-box .ctf-author-name {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      font-size: 19px; }
  .e-right #ctf.ctf-masonry .ctf-item .ctf-tweet-content .ctf-tweet-text {
    line-height: 1.2em; }
    .e-right #ctf.ctf-masonry .ctf-item .ctf-tweet-content .ctf-tweet-text a {
      word-break: break-all; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .e-right #ctf.ctf-masonry .ctf-item {
    margin: 0 0 25px 15px;
    width: 43%; } }
@media only screen and (max-width: 991px) {
  section.section-social-media .box-social {
    padding-right: 10px !important; }

  .e-right #ctf .ctf-item {
    background: #fff;
    border-bottom: none;
    border-radius: 7px;
    box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 4.5%;
    padding-bottom: 120px !important;
    margin: 20px auto 20px;
    width: 90%;
    position: relative; }
    .e-right #ctf .ctf-item .ctf-author-box {
      position: absolute;
      bottom: 15px; }
      .e-right #ctf .ctf-item .ctf-author-box .ctf-author-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 19px; }
    .e-right #ctf .ctf-item .ctf-tweet-content .ctf-tweet-text {
      line-height: 1.2em; } }
/*Start GRID View*/
.staff-template .flex-container {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  float: none; }

.team-grid-box {
  margin-bottom: 40px;
  text-align: center;
  background-color: #000000; }
  .team-grid-box .img-wrap {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #282828;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    width: 250px;
    height: 300px;
    z-index: 0; }
    .team-grid-box .img-wrap .hover-effect-link {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #000000;
      bottom: -60px;
      height: 150px;
      opacity: 0;
      position: absolute;
      right: -30px;
      transition: 0.4s;
      width: 90px;
      z-index: 1; }
      .team-grid-box .img-wrap .hover-effect-link .fa-external-link {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: #fff;
        font-size: 20px;
        position: absolute;
        left: 20%;
        bottom: 44%;
        z-index: 2; }
    .team-grid-box .img-wrap:hover {
      transition: opacity 0.4s; }
      .team-grid-box .img-wrap:hover .hover-effect-link {
        transition: opacity 0.4s;
        opacity: 1; }
  .team-grid-box .team-info {
    margin: 10px auto 0;
    position: relative;
    text-align: center;
    padding-bottom: 15px; }
    .team-grid-box .team-info h3, .team-grid-box .team-info span, .team-grid-box .team-info p, .team-grid-box .team-info a {
      background: transparent;
      color: #fff;
      display: block;
      line-height: 1em;
      margin: 0 0 10px;
      text-align: center; }
    .team-grid-box .team-info h3 {
      font-size: 22px;
      font-weight: bold;
      margin-top: 0 !important; }
      .team-grid-box .team-info h3 a {
        text-decoration: none; }
      .team-grid-box .team-info h3:hover a {
        text-decoration: underline; }
    .team-grid-box .team-info span {
      font-size: 16px;
      color: #fff; }
    .team-grid-box .team-info .social-networks {
      position: relative;
      font-size: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .team-grid-box .team-info .social-networks li {
        display: inline-block;
        background: #1dc4ff;
        margin: 0 10px 0 0 !important;
        vertical-align: middle; }
        .team-grid-box .team-info .social-networks li a {
          border-radius: 0;
          border: none;
          color: #fff;
          display: inherit;
          height: 30px;
          margin: 0;
          position: relative;
          transition: 0.4s;
          width: 30px; }
          .team-grid-box .team-info .social-networks li a i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 18px;
            left: 50%;
            position: absolute;
            top: 50%; }
          .team-grid-box .team-info .social-networks li a:hover {
            background: transparent;
            color: #0b048e;
            box-shadow: none; }
            .team-grid-box .team-info .social-networks li a:hover i {
              background: transparent;
              text-shadow: none; }

/*END Grid View*/
.gform_wrapper select, .gform_wrapper textarea {
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit; }

.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
  content: ""; }

.gform_wrapper {
  margin: 16px 0;
  max-width: 100%; }

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto; }

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
  box-sizing: border-box !important; }

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal; }

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important; }

.gform_wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none; }

.gform_wrapper select {
  line-height: 1.5; }

.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block; }

.gform_wrapper ul, html > body .entry ul {
  text-indent: 0; }

.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible; }

.gform_wrapper ul li.gfield {
  clear: both; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: hidden; }

.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px; }

.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px; }

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible; }

.gform_wrapper select option {
  padding: 2px;
  display: block; }

.gform_wrapper .inline {
  display: inline !important; }

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px; }

.gform_wrapper .clear-multi {
  display: flex; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  flex-direction: row; }

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
  margin-right: .5rem; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: .5rem; }

.gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number] {
  width: calc(3rem + 8px) !important; }

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important; }

.gform_wrapper .gfield_date_year {
  width: 5rem; }

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
  width: calc(3rem + 8px); }

.gform_wrapper .gfield_date_year input {
  width: 4rem; }

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  width: 3rem;
  text-align: center; }

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem; }

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width: 33.333%;
  flex-direction: row; }

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    max-width: 4rem; }

  .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem); }

  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 4rem; }

  .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem); } }
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left; }

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%; }

.gform_wrapper .gfield_time_minute {
  margin-right: .5rem; }

.gform_wrapper .gfield_time_hour {
  margin-right: .25rem; }

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px); }

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px); }

.gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important; }

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 3rem;
  text-align: center; }

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer; }

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF; }

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%; }

.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit; }

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both; }

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%; }

.gform_wrapper .hidden_label .gfield_label, .gform_wrapper label.hidden_sub_label, .gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px; }

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px; }

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px; }

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0; }

.gfield.left_label, .gfield.right_label {
  padding-top: 10px; }

.gform_wrapper li.hidden_label input {
  margin-top: 12px; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px; }

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
  width: 100%; }

.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px); }

.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
  width: 100%; }

.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px); }

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%; }

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%; }

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%; }

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em; }

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px; }

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important; }

.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px; }

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0;
  clear: both; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important; }

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label, .gform_wrapper div.charleft {
  white-space: nowrap !important; }

.gform_wrapper .gfield_checkbox li label {
  margin: 0; }

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px; }

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 0 16px 0 0; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px; }

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px; }

.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px; }

.gform_wrapper .gfield_description {
  width: 100%; }

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px; }

.gfield_date_year + .gfield_description {
  padding: 0; }

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box; }

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px); }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: .875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center; }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px; }

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important; }

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px); }

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%; }

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%; }

.gform_wrapper .gfield_error .gfield_label {
  color: #790000; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px; }

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center; }

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000; }

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important; }

.gform_wrapper ol.validation_list li a {
  color: #790000; }

.gform_wrapper div#error {
  margin-bottom: 25px; }

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important; }

.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%; }

.gform_wrapper li.gfield fieldset > * {
  width: auto; }

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px; }

div.gf_page_steps + div.validation_error {
  margin-top: 16px; }

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  margin-bottom: 16px; }

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000; }

.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px; }

.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center; }

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px !important;
  display: block;
  max-width: 100%; }

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px; }

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%; }

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.2; }

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700; }

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden; }

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important; }

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px; }

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px; }

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px; }

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper li.gfield_html {
  max-width: 100%; }

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px; }

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important; }

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px; }

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px; }

.gform_wrapper .simple_captcha_small input {
  width: 64px; }

.gform_wrapper .simple_captcha_medium input {
  width: 96px; }

.gform_wrapper .simple_captcha_large input {
  width: 128px; }

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%; }

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
  margin-left: 32%; }

.gform_wrapper .math_small input {
  width: 70px; }

.gform_wrapper .math_medium input {
  width: 510px; }

.gform_wrapper .math_large input {
  width: 612px; }

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important; }

.gform_wrapper div.charleft[style] {
  width: 92% !important; }

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important; }

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1; }

.gform_wrapper div.charleft.ginput_counter_error {
  color: red; }

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important; }

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em; }

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7; }

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit; }

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0; }

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px; }

.gform_wrapper span.ginput_product_price {
  color: #900; }

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px; }

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem; }

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem; }

.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0;
  clear: both; }

.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%; }

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px; }

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px; }

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%; }

.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px; }

.gform_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px; }

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8; }

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal; }

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF; }

.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF; }

.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF; }

.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF; }

.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF; }

.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #CCC; }

.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: inherit; }

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial,sans-serif;
  margin-right: 4px; }

.gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle; }

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD; }

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px; }

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%; }

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C; }

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0; }

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040; }

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C; }

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important; }

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left; }

.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block; }

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000; }

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0; }

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding: 4px 0; }

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px; }

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px; }

.gform_wrapper .gfield_list, .gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%; }

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box; }

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle; }

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important; }

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none; }

.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important; }

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
  background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover, .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) 0 2px no-repeat; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: url(chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #EEE), color-stop(80%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -moz-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -o-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl .chosen-drop, .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px; }

.gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto; }

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px; }

.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.gform_wrapper .form_saved_message form {
  text-align: center; }

.form_saved_message p.resume_form_link_wrapper {
  background-color: white;
  display: inline-block;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2); }

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e; }

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0; }

.form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px; }

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: .25em; }

div.form_saved_message div.form_saved_message_emailform form input {
  margin: .75em auto 0;
  display: inline-block; }

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: white;
  border: 1px solid #91afc7;
  color: #424242;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 0 5px 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 0 #eeeeee;
  box-shadow: inset 0 0 5px 0 #eeeeee; }

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: .75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #91afc7;
  border: 1px solid #91afc7;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none; }

@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email], div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%; } }
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em; }

.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box; }

.form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2; }

.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline; }

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important; }

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block; }

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px; }

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px; }

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%; }

.gform_wrapper table.recaptchatable {
  table-layout: auto; }

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%; }

.gfield .wp-editor-container {
  border: 1px solid #ddd; }

.gfield .wp-switch-editor {
  border-color: #ddd; }

.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5; }

.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important; }

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0; }

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px; }

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px; }

.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px; }

@media only screen and (max-width: 641px) {
  .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important; }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem; }

  .gform_wrapper textarea {
    line-height: 1.5; }

  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8; }

  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px; }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(100% - 10px);
    line-height: 2;
    float: none; }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0; }

  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px); }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block; }

  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important; }

  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer; } }
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px; }

  .gform_wrapper table.gfield_list {
    border: 0; }

  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC; }

  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px; }

  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 !important; }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap;
    display: block;
    clear: both; }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px; }

  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px; }

  .gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
    padding: 4px 0 0; }

  .gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0; }

  .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px; }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px !important;
    background-color: #EEE; }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important; }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important; }

  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0; }

  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px; } }
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%; }

  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important; }

  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3; }

  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0; }

  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px; }

  .gform_wrapper .right_label .gfield_label {
    text-align: right; }

  .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
    width: 70%; }

  .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px; }

  .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
    margin-left: 29%; }

  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5; }

  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%; }

  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden; }

  .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%; }

  .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
    width: 15%; }

  .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: calc(35% - 8px); }

  .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
    width: 70%; }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important; }

  .gform_wrapper .top_label .gfield_list {
    width: 100%; }

  .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
    width: 45%; }

  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%; }

  .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%; }

  .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%; }

  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%; }

  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px); }

  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%; }

  .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%; }

  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: auto; }

  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%; }

  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%; }

  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%; }

  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%; }

  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0; }

  .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px; }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left; }

  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block; }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px; }

  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0; }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block; }

  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle; }

  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block; }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0; }

  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px; }

  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px; }

  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block; }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px; }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px; }

  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0; }

  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0; }

  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 29%;
    width: 70%; }

  .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px); }

  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px); }

  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px); }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%; }

  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px); }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%; }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%; }

  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px; }

  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%; }

  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%; }

  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%; }

  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%; }

  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important; }

  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important; }

  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px); }

  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px); }

  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important; }

  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px; }

  .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%; }

  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0; }

  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0; }

  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
    width: 70%;
    margin-left: 29% !important; }

  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px); }

  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%; }

  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0; }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important; }

  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0; }

  .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px; } }
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label::after, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label::after {
  -webkit-appearance: none;
  outline: none; }

.donate-custom .interior-top {
  background-color: transparent; }
  .donate-custom .interior-top::before {
    display: none !important; }
  .donate-custom .interior-top .logo img {
    display: block;
    width: 15%;
    position: relative;
    top: 25px; }
.donate-custom .interior {
  background-color: #f6f2f2;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: unset !important; }
  .donate-custom .interior a {
    color: #ff8213; }
  .donate-custom .interior p {
    font-size: 18px; }

.custom-donate {
  padding: 50px 0;
  padding-bottom: 60%;
  /*custom Donate FORM*/ }
  .custom-donate .separator {
    border: 1px solid #07247d;
    margin-bottom: 60px; }
  .custom-donate .custom-donate-info {
    text-align: left; }
    .custom-donate .custom-donate-info h3 {
      color: #07247d;
      font-size: 29px;
      font-weight: 400 !important;
      text-transform: capitalize !important;
      margin-bottom: 30px; }
    .custom-donate .custom-donate-info p {
      color: #07247d !important; }
      .custom-donate .custom-donate-info p a {
        font-weight: 600;
        color: #07247d; }
    .custom-donate .custom-donate-info img {
      border-radius: 5px; }
    .custom-donate .custom-donate-info .items-donate {
      display: flex;
      align-content: center;
      margin: 40px auto; }
      .custom-donate .custom-donate-info .items-donate .img-item img {
        min-width: 75px; }
      .custom-donate .custom-donate-info .items-donate .body-item {
        margin: auto 35px; }
        .custom-donate .custom-donate-info .items-donate .body-item h3 {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 18px;
          margin-bottom: 3px;
          color: #07247d; }
        .custom-donate .custom-donate-info .items-donate .body-item p {
          font-size: 18px;
          color: #07247d !important; }
      .custom-donate .custom-donate-info .items-donate .testimonials-dnt {
        margin-top: 50px;
        display: flex;
        position: relative; }
        .custom-donate .custom-donate-info .items-donate .testimonials-dnt::before {
          content: "";
          background: rgba(232, 249, 255, 0.76);
          height: 105%;
          width: 140%;
          position: absolute;
          display: block;
          z-index: 0;
          left: -50%;
          top: -12px; }
        .custom-donate .custom-donate-info .items-donate .testimonials-dnt .body-testimonial {
          width: 80%;
          position: relative;
          z-index: 1; }
          .custom-donate .custom-donate-info .items-donate .testimonials-dnt .body-testimonial h3 {
            font-weight: 500 !important;
            font-size: 21px;
            color: #07247d; }
          .custom-donate .custom-donate-info .items-donate .testimonials-dnt .body-testimonial p {
            color: #07247d;
            font-size: 17px; }
        .custom-donate .custom-donate-info .items-donate .testimonials-dnt .img-testimonial {
          width: 100px;
          height: 100px;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 50%;
          border: 3px solid #07247d;
          position: absolute;
          right: -3px;
          top: 20px; }
  .custom-donate .custom-box-form {
    background: #fff;
    background-position: 50% 50%;
    background-size: contain;
    border-radius: 2px;
    position: relative;
    z-index: 9999999; }
  .custom-donate #gform_wrapper_8 {
    background: transparent;
    border-radius: 1px;
    padding: 30px 25px;
    text-align: left; }
    .custom-donate #gform_wrapper_8 form {
      margin: 0 !important;
      padding: 0;
      /*start Body Form*/ }
      .custom-donate #gform_wrapper_8 form .gform_heading {
        display: none; }
        .custom-donate #gform_wrapper_8 form .gform_heading .gform_title {
          display: none; }
      .custom-donate #gform_wrapper_8 form .gform_body {
        display: block;
        vertical-align: top; }
        .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields, .custom-donate #gform_wrapper_8 form .gform_body .top_label {
          padding: 0;
          margin: 0;
          /*gfield is a GLOBAL class*/
          /* end gfield is a global class*/
          /*Gfield HTML*/
          /*Gfield HTML*/
          /*Input Fied TEXT*/
          /*Input Fied TEXT*/
          /* Product PRICE */
          /* End Product PRICE*/
          /*WARNING MESSAGE*/
          /*WARNING MESSAGE*/
          /*Credit Card Fields*/
          /* END Credit Card Fields*/
          /*Radio Button Recurring*/
          /*Select after Enter Other amount */ }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield {
            display: block;
            margin: 0;
            padding: 0;
            vertical-align: middle; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield label.gfield_label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield label.gfield_label {
              display: none; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container {
              margin-top: 0;
              /*Input Fied TEXT*/ }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select {
                font-family: 'Roboto Condensed', sans-serif;
                background-color: transparent !important;
                border-radius: 1px;
                border: 1px solid #07247d !important;
                box-shadow: none;
                color: #07247d;
                font-size: 20px !important;
                font-weight: 400;
                height: 50px;
                margin: 15px 0;
                padding: 10px 15px 10px 45px !important;
                position: relative;
                text-transform: none;
                width: 100%;
                /* firefox 19+ */
                /* ie */ }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input#fund, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select#fund, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input#fund, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select#fund {
                  padding: 10px 15px 10px 9px !important; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input#program, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select#program, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input#program, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select#program {
                  padding: 10px 15px 10px 9px !important; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder {
                  color: #07247d;
                  opacity: 1; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder {
                  color: #07247d;
                  opacity: 1; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder {
                  color: #07247d;
                  opacity: 1; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input::before, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select::before {
                  box-sizing: border-box;
                  display: inline-block;
                  position: relative;
                  margin-left: 10px;
                  font: normal normal normal 14px/1 FontAwesome;
                  font-size: inherit;
                  text-rendering: auto; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select:focus, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input:focus, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select:focus {
                  outline: none; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input option, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select option, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input option, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select option {
                  background: #fff; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container label {
                display: none; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container {
              position: relative; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container::before {
                box-sizing: border-box;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                color: #07247d;
                left: 15px;
                position: absolute;
                top: 30px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container_email::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container_email::before {
              content: "\f003"; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container_text::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container_text::before {
              content: "\f007"; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html {
            color: #fff !important;
            font-size: 16px;
            line-height: 1.4em !important;
            list-style-type: none !important;
            margin-bottom: 20px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html h3, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html h3 {
              font-family: 'Roboto Condensed', sans-serif;
              color: #07247d !important;
              display: block;
              font-size: 24px !important;
              font-weight: 600;
              line-height: 1em;
              margin-bottom: 10px;
              margin-top: 0;
              text-transform: none !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html h3 span, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html h3 span {
                display: inline-block;
                font-weight: 400;
                font-size: 24px;
                color: #07247d !important; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html p, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html p {
              font-family: 'Roboto Condensed', sans-serif;
              color: #07247d !important;
              font-size: 17px;
              line-height: 1.4em; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html p a, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html p a {
                color: #07247d !important; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list {
              padding: 0 !important;
              margin: 0 !important;
              list-style-type: none !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list li {
                font-family: 'Roboto Condensed', sans-serif;
                color: #fff !important;
                font-size: 16px;
                font-weight: 400 !important;
                line-height: 1.4em !important;
                list-style-type: none !important;
                margin: 0 !important;
                padding-left: 20px !important;
                position: relative; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list li::before {
                  content: "";
                  border-radius: 50%;
                  background: #ffffff;
                  display: inline-block;
                  height: 6px;
                  border: none !important;
                  top: 10px;
                  left: 5px;
                  position: absolute;
                  width: 6px; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li p, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list li p {
                  font-family: 'Roboto Condensed', sans-serif;
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 1.4em;
                  color: #fff; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li p strong, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list li p strong {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1.4em; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price {
            /*SELECT field price product*/
            /*Select Field  price product*/
            /*RADIO Button circular style*/
            /* End RADIO Button circular style */
            /*Other field, User define price*/
            /*Other field, User define price*/ }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select {
              background: rgba(0, 0, 0, 0.6);
              padding-left: 15px !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select option, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select option {
                background: rgba(0, 0, 0, 0.6); }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio {
              margin-bottom: 10px;
              display: block !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio {
                /*Flex*/
                display: flex;
                flex-wrap: wrap;
                flex-flow: row wrap;
                justify-content: space-around;
                align-items: center;
                align-content: space-around;
                width: auto !important;
                padding: 0;
                margin: 0; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
                  text-align: center;
                  list-style-type: none;
                  margin: 20px 0 25px 0;
                  overflow: visible; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input {
                    left: 0;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 0;
                    visibility: hidden; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label {
                    color: #ffffff !important; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                    font-family: 'Roboto', sans-serif;
                    display: inline-block !important;
                    color: #07247d;
                    cursor: pointer;
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 1em;
                    margin: 0 auto;
                    max-width: 100%;
                    padding: 10px !important;
                    position: relative;
                    vertical-align: top;
                    z-index: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
                      content: "";
                      -webkit-transform: translate(-50%, -50%);
                      -moz-transform: translate(-50%, -50%);
                      -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
                      background: #ff8213;
                      border-radius: 50%;
                      height: 80px;
                      left: 50%;
                      position: absolute;
                      top: 50%;
                      -webkit-transition: all 0.2s ease;
                      transition: all 0.2s ease;
                      width: 80px;
                      z-index: -1;
                      border: 4px solid #ff8213; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0); }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_product_price {
              float: right;
              position: relative;
              transition: 0.4s;
              width: 100%;
              margin-bottom: 5px; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
                padding: 15px 10px 15px 30px !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price input::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_product_price input::-webkit-input-placeholder {
                text-align: center; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .gfield_creditcard_warning, .custom-donate #gform_wrapper_8 form .gform_body .top_label .gfield_creditcard_warning {
            color: #fff;
            width: auto !important; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, .custom-donate #gform_wrapper_8 form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
              margin-bottom: 10px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, .custom-donate #gform_wrapper_8 form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
              display: none; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
            position: relative; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::before {
              content: "\f09d";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #07247d;
              left: 15px;
              position: absolute;
              top: 1px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::before {
              content: "\f2c3";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #07247d;
              left: 15px;
              position: absolute;
              top: 3px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
              font-size: 0;
              display: block; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
                width: 51%;
                display: inline-block;
                vertical-align: top;
                position: relative; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before {
                  content: "\f023";
                  box-sizing: border-box;
                  font: normal normal normal 14px/1 FontAwesome;
                  color: #07247d;
                  font-size: 22px;
                  left: 15px;
                  position: absolute;
                  text-rendering: auto;
                  top: 15px; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code {
                  display: inline-block;
                  margin-top: 0; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon {
                  top: -18px;
                  display: none; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
                width: 49%;
                display: inline-block; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
                  display: block; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                  font-family: 'Roboto Condensed', sans-serif;
                  width: 45% !important;
                  margin: 0 8px 10px 0;
                  padding: 10px !important;
                  appearance: none;
                  -moz-appearance: none;
                  -webkit-appearance: none;
                  position: relative;
                  background: none; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard .gform_card_icon_style2, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard .gform_card_icon_style2 {
            display: none; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 {
            /*Radio Button Recurring*/ }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio {
              margin-bottom: 10px;
              margin-top: 20px;
              display: block !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio {
                /*Flex*/
                display: flex;
                flex-wrap: wrap;
                flex-flow: row wrap;
                justify-content: space-between;
                align-items: center;
                align-content: center;
                padding: 0;
                margin: 0;
                width: 100%; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li {
                  position: relative;
                  text-align: center;
                  list-style-type: none;
                  width: 47%; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li input {
                    left: 0;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 0;
                    visibility: hidden; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li label {
                    display: block;
                    margin: 0 !important; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label {
                    color: #ffffff !important;
                    background: #ff8213  !important;
                    display: block !important;
                    border: 1px solid #ff8213 !important; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label::after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label::after {
                      display: none; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                    font-family: 'Roboto Condensed', sans-serif;
                    background-color: transparent;
                    border-radius: 1px;
                    border: 1px solid #07247d;
                    box-shadow: none;
                    color: #07247d;
                    font-size: 20px !important;
                    font-weight: 400;
                    height: 50px;
                    line-height: 1em;
                    margin-bottom: 15px;
                    max-width: 100%;
                    padding: 15px 5px;
                    position: relative !important;
                    text-transform: none;
                    width: 100%;
                    padding-top: 14px !important;
                    padding-left: 5px !important;
                    /* firefox 19+ */
                    /* ie */ }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                      color: #07247d;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                      color: #07247d;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                      color: #07247d;
                      opacity: 1; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0); }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 {
            /*Radio Button Recurring*/ }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio {
              margin-bottom: 10px;
              margin-top: 20px;
              display: block !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio {
                /*Flex*/
                display: flex;
                flex-wrap: wrap;
                flex-flow: row wrap;
                justify-content: space-between;
                align-items: center;
                align-content: center;
                padding: 0;
                margin: 0;
                width: 100%; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li {
                  position: relative;
                  text-align: center;
                  list-style-type: none;
                  width: 47%; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li input {
                    left: 0;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 0;
                    visibility: hidden; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li label {
                    display: block;
                    margin: 0 !important; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label {
                    color: #ffffff !important;
                    background: #ff8213  !important;
                    display: block !important;
                    border: 1px solid #ff8213 !important; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label::after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label::after {
                      display: none; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                    font-family: 'Roboto Condensed', sans-serif;
                    background-color: transparent;
                    border-radius: 1px;
                    border: 1px solid #07247d;
                    box-shadow: none;
                    color: #07247d;
                    font-size: 20px !important;
                    font-weight: 400;
                    height: 50px;
                    line-height: 1em;
                    margin-bottom: 15px;
                    max-width: 100%;
                    padding: 15px 5px;
                    position: relative !important;
                    text-transform: none;
                    width: 100%;
                    /* firefox 19+ */
                    /* ie */ }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                      color: #07247d;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                      color: #07247d;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                      color: #07247d;
                      opacity: 1; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0); }
        .custom-donate #gform_wrapper_8 form .gform_body .ginput_container_total {
          margin-bottom: 10px; }
          .custom-donate #gform_wrapper_8 form .gform_body .ginput_container_total .ginput_total {
            color: #fff;
            font-size: 0; }
      .custom-donate #gform_wrapper_8 form .gform_footer {
        padding: 0;
        margin: 0 !important; }
        .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"] {
          font-family: 'Roboto Condensed', sans-serif;
          background: #80b51c;
          border-radius: 5px;
          border: none;
          color: #ffffff !important;
          display: block !important;
          font-size: 20px !important;
          font-weight: 400 !important;
          height: unset;
          line-height: 1em;
          margin: 5px auto 10px;
          padding: 15px 10px;
          text-transform: capitalize;
          transition: 0.4s;
          width: 100% !important;
          border: 1px solid #80b51c; }
          .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"]:hover, .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"]:focus, .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"]:active {
            background: #fff;
            color: #2f2d30 !important;
            text-decoration: none;
            transition: 0.4s;
            border: 1px solid #80b51c; }

/*Validation Error */
body.page-id-618 .gform_wrapper div.validation_error {
  border-top: 2px solid #de0a0a !important;
  color: #de0a0a !important;
  line-height: 1em;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #de0a0a !important; }
body.page-id-618 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
  text-align: center; }

body.page-id-618 .donate-custom .custom-donate .custom-box-form .gform_validation_error form .validation_error {
  border-top: 2px solid #de0a0a !important;
  color: #de0a0a !important;
  border-bottom: 2px solid #de0a0a !important; }

body.page-id-618 #gform_wrapper_8 .gform_body .gform_fields .gfield_error {
  border: 1px solid #de0a0a !important; }

body.page-id-618 #gform_wrapper_8 .gform_body .gform_fields .gfield_error .validation_message {
  color: #310101 !important; }

body .gform_wrapper .validation_error {
  border: 1px solid #f00000; }

/*Validation Error */
@media only screen and (max-width: 991px) {
  .custom-donate .custom-box-form {
    margin-top: 20px; } }
@media only screen and (max-width: 768px) {
  .custom-donate .custom-box-form {
    margin-top: 20px; } }
@media only screen and (max-width: 480px) {
  .custom-donate #gform_wrapper_8 {
    padding: 30px 15px; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
    padding: 0 !important; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li {
    width: 100%; }
    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li label {
      margin: 0 auto !important; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
    width: 100%; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
    width: 100%; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::before {
    top: 17px; }

  .custom-donate div[id*="gform_wrapper_"] form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li,
  .custom-donate div[id*="gform_wrapper_"] form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
    width: 50%; }

  .custom-donate div[id*="gform_wrapper_"] form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select,
  .custom-donate div[id*="gform_wrapper_"] form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
    width: 90% !important; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-section {
  position: relative;
  background: transparent;
  padding: 10px; }
  .sign-up-section::before {
    content: "";
    background: transparent url("../images/sign-shadow.png") no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2; }
  .sign-up-section .container {
    position: relative;
    z-index: 3; }
  .sign-up-section h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-align: left; }
    .sign-up-section h3 span {
      font-weight: 500; }
  .sign-up-section .gform_title {
    display: none; }
  .sign-up-section .gform_wrapper {
    display: inline-block;
    margin: 0;
    width: 40%;
    margin-left: 30px;
    border-radius: 5px; }
    .sign-up-section .gform_wrapper .gform-container {
      display: flex !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      flex-direction: row;
      justify-content: end;
      align-items: center; }
    .sign-up-section .gform_wrapper .gform_body {
      width: calc(100% - 100px);
      display: inline-block;
      vertical-align: top; }
      .sign-up-section .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0;
        margin: 0; }
        .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none !important;
          padding: 0 !important;
          margin-top: 0 !important;
          border: 1px solid #fff;
          border-radius: 5px; }
          .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important;
            background: #495b7e;
            border-radius: 5px; }
            .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: #495b7e;
              border: 1px solid #495b7e;
              color: #fff;
              font-size: 1rem;
              border-radius: 5px;
              height: 50px;
              padding: 0 15px !important;
              width: 100%; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #bdbdbd;
                opacity: 1; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                /* Firefox 19+ */
                color: #bdbdbd;
                opacity: 1; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                /* IE 10+ */
                color: #bdbdbd;
                opacity: 1; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
                /* Firefox 18- */
                color: #bdbdbd;
                opacity: 1; }
    .sign-up-section .gform_wrapper .gform_footer {
      display: inline-block;
      margin-left: -55px !important;
      margin: 0;
      padding: 0;
      text-align: right;
      width: 140px; }
      .sign-up-section .gform_wrapper .gform_footer .gform_button {
        font-family: 'Roboto Condensed', sans-serif;
        background: #f6c83f;
        border: none;
        color: #041e6f;
        font-size: 20px;
        font-weight: 700;
        height: 52px;
        text-align: center;
        text-indent: 0px;
        text-transform: uppercase;
        transition: 0.4s;
        border-radius: 0 5px 5px 0;
        width: 100%; }
        .sign-up-section .gform_wrapper .gform_footer .gform_button:hover {
          background: #f4ba0e;
          transition: 0.4s; }
    .sign-up-section .gform_wrapper .gfield_description {
      display: none; }
  .sign-up-section form[name="pShoppingCartFormBean"] {
    width: 80%; }
    .sign-up-section form[name="pShoppingCartFormBean"] .subscriber-form input[type="text"] {
      width: 40%;
      height: 48px;
      border: none;
      padding-left: 5px; }

@media only screen and (max-width: 991px) {
  .sign-up-widget h2 {
    text-align-last: center;
    margin-bottom: 50px; } }
@media only screen and (max-width: 768px) {
  .sign-up-section h3 {
    margin: 0 0 20px;
    text-align: center; }
  .sign-up-section .gform_wrapper {
    width: 100%;
    display: block; }
    .sign-up-section .gform_wrapper .gform_body {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      text-align: center; }
    .sign-up-section .gform_wrapper .gform_footer {
      width: 100%;
      margin: 0 !important;
      display: block; }

  .col-align-vertical {
    flex-direction: column; }

  .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
    width: 75%; }
  .sign-up-section .gform_wrapper .gform_footer {
    text-align: center; }
    .sign-up-section .gform_wrapper .gform_footer .gform_button {
      width: 75%; } }
@media only screen and (max-width: 480px) {
  .sign-up-section .gform_wrapper {
    margin-left: 0 !important; }

  footer.footer .gform_wrapper .gform_footer {
    display: block !important;
    margin-left: 0 !important;
    width: 100% !important; }

  footer.footer .gform_wrapper .gform_body {
    width: 100%; } }
/*END Sign Up------------------------------------------*/
/*custom Donate FORM*/
#gform_wrapper_10 {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0 !important;
  display: block !important;
  text-align: left;
  /*Validation Error */
  /* .gform_wrapper{
     div.validation_error{
       border-top: 2px solid $red;
       color: #fff;
       line-height: 1em;
       padding: 10px 0;
       text-align: center;
       border-bottom: 2px solid $red;
     }
     li.gfield.gfield_error.gfield_contains_required div.gfield_description{
       padding: 0;
       text-align: center;
     }
   }*/
  /*Validation Error */ }
  #gform_wrapper_10 form {
    margin: 0 !important;
    padding: 0;
    /*start Body Form*/ }
    #gform_wrapper_10 form .gform_heading {
      display: none; }
      #gform_wrapper_10 form .gform_heading .gform_title {
        display: none; }
    #gform_wrapper_10 form div.validation_error {
      padding: 5px !important;
      margin-bottom: 0 !important; }
    #gform_wrapper_10 form .gform_body {
      display: block;
      vertical-align: top; }
      #gform_wrapper_10 form .gform_body ul.gform_fields, #gform_wrapper_10 form .gform_body .top_label {
        padding: 0;
        margin: 0;
        /*gfield is a GLOBAL class*/
        /* end gfield is a GLOBAL class*/
        /*RADIO Button circular style*/
        /* End RADIO Button circular style */
        /* Product PRICE */
        /* End Product PRICE*/
        /*Checkbox give in honor*/
        /*Checkbox give in honor*/
        /*conditional field in honor to*/
        /*conditional field in honor to*/
        /*MODAL*/
        /*Gfield HTML*/
        /*Gfield HTML*/
        /*Input Fied TEXT*/
        /*Input Fied TEXT*/
        /*WARNING MESSAGE*/
        /*WARNING MESSAGE*/
        /*Credit Card Fields*/
        /* END Credit Card Fields*/ }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield, #gform_wrapper_10 form .gform_body .top_label li.gfield {
          display: block;
          margin: 0;
          padding: 0;
          vertical-align: middle; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield label.gfield_label, #gform_wrapper_10 form .gform_body .top_label li.gfield label.gfield_label {
            display: none; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container {
            margin-top: 0;
            /*Input Fied TEXT*/ }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select {
              font-family: 'Roboto Condensed', sans-serif;
              background-color: transparent !important;
              border-radius: 7px;
              border: 1px solid #e0dbdf !important;
              box-shadow: none;
              color: #d5d5d7;
              font-size: 20px !important;
              font-weight: 400;
              padding: 10px 10px !important;
              height: 50px;
              margin-bottom: 15px;
              position: relative;
              text-transform: none;
              width: 100%;
              /* firefox 19+ */
              /* ie */ }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder {
                color: #d5d5d7;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder {
                color: #d5d5d7;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder {
                color: #d5d5d7;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input::before, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select::before, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input::before, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select::before {
                box-sizing: border-box;
                display: inline-block;
                position: relative;
                margin-left: 10px;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input:active, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select:focus, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select:active, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input:focus, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input:active, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select:focus, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select:active {
                outline: none;
                box-shadow: 0px 0px 7px 0px #dbbedc; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select option, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select option {
              color: #000; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container label, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container label {
              display: none; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container {
            position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container input, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container input {
              padding: 10px 10px 10px 40px !important; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container::before, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container::before {
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #000000;
              font-size: 20px;
              left: 15px;
              position: absolute;
              bottom: 16px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container_email::before, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container_email::before {
            content: "\f003"; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.gfield_error input, #gform_wrapper_10 form .gform_body .top_label li.gfield.gfield_error input {
            margin-bottom: 0 !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_1, #gform_wrapper_10 form .gform_body .top_label li#field_10_1 {
          position: absolute;
          top: -65px;
          width: 100%; }
        #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio {
          display: block !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio {
            /*Flex*/
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
            align-items: center;
            align-content: space-between;
            width: auto !important;
            padding: 0;
            margin: 0;
            border: 1px solid #4d2d93;
            border-radius: 4px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li {
              text-align: center;
              list-style-type: none;
              margin: 0;
              width: 50%;
              overflow: visible; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li input, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li input {
                left: 0;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 0;
                visibility: hidden; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li input:checked + label, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li input:checked + label {
                color: #fff !important;
                background: #4d2d93; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
              #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                font-family: 'Roboto', sans-serif;
                color: #4d2d93;
                cursor: pointer;
                display: inline-block !important;
                font-size: 16px;
                font-weight: 700;
                line-height: 1em;
                margin: 0 auto;
                max-width: 100%;
                padding: 10px !important;
                position: relative;
                vertical-align: top;
                width: 100%;
                z-index: 1; }
                #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
                  content: "";
                  -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease;
                  z-index: -1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:checked,
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:checked,
              #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                position: absolute;
                left: -9999px; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0); }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price, #gform_wrapper_10 form .gform_body .top_label li.gfield_price {
          /*Other field, User define price*/ }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price#field_10_3 label, #gform_wrapper_10 form .gform_body .top_label li.gfield_price#field_10_3 label {
            font-family: 'Roboto', sans-serif;
            background-color: #f4eff3;
            border: 1px solid #e0dbdf;
            border-radius: 8px 8px 0 0;
            color: #4d2d93;
            display: block;
            font-size: 16px;
            line-height: 1em;
            margin-bottom: 20px;
            padding: 20px 35px;
            text-align: center;
            cursor: auto; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price {
            color: #ea3687;
            font-size: 20px;
            height: 48px;
            margin: 0 auto;
            position: relative;
            transition: 0.4s;
            width: 90%; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price::before, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price::before {
              content: "\f155";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              color: #4d2d93 !important;
              text-rendering: auto;
              left: 25px !important;
              top: 15px !important; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price::after, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price::after {
              content: "USD";
              font-family: 'Roboto', sans-serif;
              color: #4d2d93;
              font-size: 22px;
              line-height: 1em;
              position: absolute;
              right: 15px;
              text-transform: uppercase;
              top: 13px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
              padding: 12px 10px 14px 40px !important;
              width: 100%;
              font-weight: 500;
              color: #ea3687;
              margin: 0 auto;
              /* firefox 19+ */
              /* ie */ }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount::-webkit-input-placeholder {
                color: #ea3687;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount::-moz-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount::-moz-placeholder {
                color: #ea3687;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount:-ms-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount:-ms-input-placeholder {
                color: #ea3687;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount:focus, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount:active, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount:focus, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount:active {
                box-shadow: inherit !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox {
          margin: 20px auto 0;
          width: 90%; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li {
            overflow: visible;
            line-height: 1em;
            /* checkbox aspect */
            /* checked mark aspect changes */
            /* checked mark aspect */
            /* checked mark aspect changes */ }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li input, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li input {
              height: auto;
              left: 0;
              margin: 0;
              padding: 0;
              position: absolute;
              top: 0;
              visibility: hidden; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li label, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li label {
              font-family: Helvetica, Arial, sans-serif;
              color: #4d2d93;
              display: inline-block;
              font-size: 16px;
              font-weight: 400;
              line-height: 1em;
              padding: 2px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked),
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked),
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked {
              position: absolute;
              left: -9999px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label,
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label,
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label {
              position: relative;
              padding-left: 20px;
              cursor: pointer; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before,
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before,
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before {
              content: '';
              background: transparent;
              border-top: 7px solid transparent;
              border-left: 7px solid #4d2d93;
              border-bottom: 7px solid transparent;
              height: 0em;
              left: 0;
              position: absolute;
              top: 2px;
              width: 10px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
              opacity: 0;
              transition: opacity 0.4s;
              transform: scale(1); }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after {
              opacity: 1;
              transition: opacity 0.4s;
              transform: scale(1); }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after,
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after,
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after {
              content: '';
              background: transparent;
              border-right: 7px solid transparent;
              border-top: 7px solid #4d2d93;
              border-left: 7px solid transparent;
              height: 0em;
              left: 0;
              position: absolute;
              top: 5px;
              width: 10px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before {
              opacity: 1;
              transition: opacity 0.4s;
              transform: scale(1); }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before {
              opacity: 0;
              transition: opacity 0.4s;
              transform: scale(1); }
        #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_5, #gform_wrapper_10 form .gform_body .top_label li#field_10_5 {
          display: none;
          margin-left: 19px !important;
          width: 90%; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_5 label, #gform_wrapper_10 form .gform_body .top_label li#field_10_5 label {
            display: block;
            color: #000000; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_5 input, #gform_wrapper_10 form .gform_body .top_label li#field_10_5 input {
            padding: 12px 10px 14px !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html#field_10, #gform_wrapper_10 form .gform_body .top_label li.gfield_html#field_10 {
          display: inline-block;
          margin-left: 19px !important;
          width: 90%; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html a.btn-donate-popup, #gform_wrapper_10 form .gform_body .top_label li.gfield_html a.btn-donate-popup {
          font-family: 'Roboto Condensed', sans-serif;
          background: #000000;
          border-radius: 7px;
          border: none;
          color: #fff !important;
          display: block;
          font-size: 16px;
          font-weight: 500;
          line-height: 1em;
          margin: 15px auto;
          max-width: 100%;
          padding: 16px 20px !important;
          position: relative;
          text-align: center;
          text-decoration: none !important;
          text-transform: uppercase;
          transition: 0.4s;
          cursor: pointer; }
        #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal {
          background-color: #fcfcfc;
          border: 2px solid #c8c8c8;
          border-radius: 8px;
          margin: 0 auto;
          max-height: 90%;
          max-width: 90%;
          overflow-x: hidden;
          padding: 15px 30px 25px !important;
          position: relative;
          top: 10%;
          width: 480px;
          z-index: 9999; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li#field_10_7, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li#field_10_7 {
            text-align: center; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li#field_10_7 img, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li#field_10_7 img {
              width: 280px;
              margin: 0 auto; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li#field_10_7 hr.solid, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li#field_10_7 hr.solid {
              border-color: #c8c8c8 !important;
              left: -10%;
              margin: 20px auto 30px;
              position: relative;
              width: 120%; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield.icon-person .ginput_container_text, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield.icon-person .ginput_container_text {
            position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield.icon-person .ginput_container_text::before, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield.icon-person .ginput_container_text::before {
              content: "\f2c0";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #000000;
              font-size: 20px;
              left: 15px;
              position: absolute;
              bottom: 16px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_street span.address_line_1, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_street span.address_line_1 {
            position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_street span.address_line_1::before, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_street span.address_line_1::before {
              content: "\f041";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #000000;
              font-size: 20px;
              position: absolute;
              left: 18px;
              top: 16px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_zip span.address_city input, #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_zip span.address_zip input, #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_country span.address_city input, #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_country span.address_zip input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_zip span.address_city input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_zip span.address_zip input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_country span.address_city input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_country span.address_zip input {
            padding: 10px !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield span.address_country, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield span.address_country {
            width: 100%;
            margin: 0 !important;
            padding: 0 !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html, #gform_wrapper_10 form .gform_body .top_label li.gfield_html {
          color: #fff !important;
          font-size: 16px;
          line-height: 1.4em !important;
          list-style-type: none !important;
          margin-bottom: 0; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html h3, #gform_wrapper_10 form .gform_body .top_label li.gfield_html h3 {
            font-family: 'Roboto', sans-serif;
            color: #fff;
            display: block;
            font-size: 24px;
            font-weight: 400;
            line-height: 1em;
            margin-bottom: 10px;
            margin-top: 0; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html h3 span, #gform_wrapper_10 form .gform_body .top_label li.gfield_html h3 span {
              display: inline-block;
              font-weight: 600;
              color: #fff; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html p, #gform_wrapper_10 form .gform_body .top_label li.gfield_html p {
            font-family: 'Roboto Condensed', sans-serif;
            color: #fff;
            font-size: 16px;
            line-height: 1.4em; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html p a, #gform_wrapper_10 form .gform_body .top_label li.gfield_html p a {
              color: #fff !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list {
            padding: 0 !important;
            margin: 0 !important;
            list-style-type: none !important; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list li, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list li {
              font-family: 'Roboto Condensed', sans-serif;
              color: #fff !important;
              font-size: 16px;
              font-weight: 400 !important;
              line-height: 1.4em !important;
              list-style-type: none !important;
              margin: 0 !important;
              padding-left: 20px !important;
              position: relative; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list li::before, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list li::before {
                content: "";
                border-radius: 50%;
                background: #ffffff;
                display: inline-block;
                height: 6px;
                border: none !important;
                top: 10px;
                left: 5px;
                position: absolute;
                width: 6px; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list li p, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list li p {
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.4em;
                color: #fff; }
                #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list li p strong, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list li p strong {
                  color: #fff;
                  font-size: 16px;
                  font-weight: 700;
                  line-height: 1.4em; }
        #gform_wrapper_10 form .gform_body ul.gform_fields .gfield_creditcard_warning, #gform_wrapper_10 form .gform_body .top_label .gfield_creditcard_warning {
          color: #fff;
          width: auto !important;
          margin-top: 0 !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, #gform_wrapper_10 form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
            margin-bottom: 10px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, #gform_wrapper_10 form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
            display: none; }
        #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
          position: relative; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::after {
            content: "\f09d";
            box-sizing: border-box;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #000;
            left: 15px;
            position: absolute;
            bottom: 33px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::after {
            content: "\f2c3";
            box-sizing: border-box;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #000;
            left: 15px;
            position: absolute;
            bottom: 33px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
            font-size: 0;
            display: block; }
            #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
              width: 51%;
              display: inline-block;
              vertical-align: top;
              position: relative; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before {
                content: "\f023";
                box-sizing: border-box;
                font: normal normal normal 14px/1 FontAwesome;
                color: #000;
                font-size: 22px;
                left: 15px;
                position: absolute;
                text-rendering: auto;
                top: 20px; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code {
                display: inline-block;
                margin: 5px; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right .ginput_card_security_code_icon, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right .ginput_card_security_code_icon {
                top: -16px;
                position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
              width: 49%;
              display: inline-block; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
                display: block; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                font-family: 'Roboto Condensed', sans-serif;
                width: 46% !important;
                margin: 5px 8px 10px 0;
                padding: 10px !important;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                position: relative; }
      #gform_wrapper_10 form .gform_body .ginput_container_total {
        margin-bottom: 10px; }
        #gform_wrapper_10 form .gform_body .ginput_container_total .ginput_total {
          color: #fff;
          font-size: 15px !important; }
    #gform_wrapper_10 form .gform_footer {
      padding: 0;
      margin: 0 !important; }
      #gform_wrapper_10 form .gform_footer input[type="submit"] {
        font-family: 'Roboto Condensed', sans-serif;
        background: #000000;
        border-radius: 7px;
        border: none;
        color: #fff !important;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 1em;
        margin: 15px auto;
        max-width: 100%;
        padding: 15px 20px !important;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: 0.4s;
        width: 100%; }
        #gform_wrapper_10 form .gform_footer input[type="submit"]:hover, #gform_wrapper_10 form .gform_footer input[type="submit"]:focus, #gform_wrapper_10 form .gform_footer input[type="submit"]:active {
          background: black;
          color: #fff !important;
          text-decoration: none;
          transition: 0.4s; }
  #gform_wrapper_10 .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important; }
  #gform_wrapper_10 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%; }

/*firefox issue*/
.gf_browser_gecko form .gform_body ul.gform_fields .address_line_1::before {
  top: 27px !important; }
.gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
  bottom: -67px !important; }
.gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after {
  bottom: -30px !important; }

@media only screen and (max-width: 768px) {
  #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_street span.address_line_1::before,
  #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_street span.address_line_1::before {
    top: 15px; }

  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after,
  #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::after {
    bottom: 17px; }

  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after,
  #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::after {
    bottom: 18px; }

  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
    width: 95% !important; }

  /*firefox issue*/
  .gf_browser_gecko form .gform_body ul.gform_fields .address_line_1::before {
    top: 27px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
    bottom: -67px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after {
    bottom: -30px !important; } }
@media only screen and (max-width: 480px) {
  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_cardinfo_left, #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_cardinfo_right, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
    width: 100% !important; }

  /*firefox issue*/
  .gf_browser_gecko form .gform_body ul.gform_fields .address_line_1::before {
    top: 14px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
    bottom: 18px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after {
    bottom: 17px !important; } }
#social-stream-252 {
  background: transparent;
  border-radius: 0;
  padding: 0; }
  #social-stream-252 .dcwss-content {
    border-radius: 0; }
    #social-stream-252 .dcwss-content ul.stream {
      /*display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      
      -webkit-flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      align-content: space-between;
      -webkit-align-content: space-between;*/
      padding-left: 0 !important;
      width: 100% !important;
      /*general li*/
      /*general li*/ }
      #social-stream-252 .dcwss-content ul.stream li.dcsns-li {
        font-family: 'Roboto', sans-serif;
        border: none;
        color: #000000;
        box-shadow: none;
        margin: 0 30px 35px 0 !important;
        border-radius: 5px;
        max-width: 100% !important;
        transition-duration: 0.7s !important; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a {
          border-radius: 15px 15px 0 0;
          display: block;
          height: 125px;
          margin: -20px -20px 5px;
          overflow: hidden;
          position: relative;
          width: calc(100% + 40px); }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a img {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 15px 15px 0 0;
            left: 50%;
            margin-top: -20px;
            position: absolute;
            top: 50%; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a span {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            color: #ffffff; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner {
          padding: 0;
          border-radius: 0 !important;
          margin: 0;
          margin-top: -15px; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb {
            float: none;
            display: block;
            width: 100%;
            padding-bottom: 4%; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb > a {
              border-radius: 5px;
              display: block;
              height: 180px;
              margin-bottom: 5px;
              overflow: hidden;
              position: relative;
              width: 100%; }
              #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb > a img {
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 10px 10px 0 0;
                left: 50%;
                position: absolute;
                top: 50%; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-text, #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-title {
            padding: 0 20px 10px 20px !important; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-text > a, #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-title > a {
              display: inline;
              height: 135px;
              margin-bottom: 5px;
              overflow: hidden;
              position: relative; }
              #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-text > a img, #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .section-title > a img {
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 15px 15px 0 0;
                display: block;
                left: 50%;
                position: absolute;
                top: 50%; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-thumb {
            float: none;
            margin: 0; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-thumb img {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              background: transparent;
              border-radius: 0;
              border: none;
              min-height: 100%;
              left: 50%;
              margin-bottom: 0;
              max-width: inherit;
              padding: 0;
              position: absolute;
              top: 50%;
              min-width: 100%; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-text, #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-title {
            font-family: 'Roboto Condensed', sans-serif;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.3em;
            margin-top: 20px;
            margin-bottom: 30px !important;
            text-align: left; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-text a, #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-title a {
              color: #fff;
              font-weight: 700;
              font-size: 18px; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-text span.section-user, #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-title span.section-user {
              opacity: 0; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-user {
            display: none;
            font-family: 'Roboto', sans-serif;
            background: transparent;
            bottom: 5px;
            float: right;
            font-size: 17px;
            font-style: normal;
            line-height: 1em;
            margin: 0 auto 0;
            padding: 0 20px 0 0;
            position: relative;
            text-align: left;
            width: 68%; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-user a {
              color: #333333 !important;
              font-size: 17px;
              font-weight: bold; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner span.section-share {
            display: none; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .twitter-user {
            bottom: 35px;
            position: absolute;
            right: 20px;
            width: 68%; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-li .inner .twitter-user a strong {
              display: block; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-li span.section-intro {
          font-family: 'Roboto Condensed', sans-serif;
          background: transparent !important;
          color: #ffffff;
          display: block;
          float: right;
          font-size: 16px;
          margin-bottom: 18px;
          padding: 0 20px 0 0;
          text-align: left;
          z-index: 0; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li span.section-intro span {
            font-style: italic;
            font-weight: 300;
            font-size: 16px; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li span.section-intro a {
            color: #07247d; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li span.section-intro a.link-intro {
            display: none; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-li a span.socicon:before {
          font-size: 25px; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-li a span.socicon .socicon:empty {
          width: 0 !important; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-li .socicon {
          bottom: 45px;
          left: 20px;
          color: #fff !important; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .socicon.socicon-facebook {
            color: #fff !important; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-li .socicon.socicon-twitter {
            color: #fff !important; }
      #social-stream-252 .dcwss-content ul.stream li.dcsns-facebook {
        background: #041e6f; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-facebook .section-title {
          display: none; }
      #social-stream-252 .dcwss-content ul.stream li.dcsns-instagram {
        background: #041e6f; }
      #social-stream-252 .dcwss-content ul.stream li.dcsns-twitter {
        background: #041e6f; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user {
          margin-bottom: 0px; }
          #social-stream-252 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user a {
            color: #fff !important; }
            #social-stream-252 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user a strong {
              color: #fff; }
        #social-stream-252 .dcwss-content ul.stream li.dcsns-twitter span.section-text a {
          color: #2db6e8 !important;
          font-size: 13px !important;
          word-break: break-all; }
      #social-stream-252 .dcwss-content ul.stream li.dcsns-youtube {
        background: #041e6f; }

.wall-outer #dcsns-filter.dc-center {
  float: none;
  margin-left: 0 !important;
  margin: 0 auto;
  text-align: center !important;
  padding-left: 0 !important; }

ul#dcsns-filter li:first-child {
  display: none; }

.wall-outer {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  /*end tabs styles*/
  /*.dcwss-content{
    li.dcsns-li {
      &.dcsns-facebook{        
        .socicon{
          height: 40px;
          left: 20px;
          &::before{
            content: "\f09a";
            font-size: 15px;
            color: #3b5998;
            box-sizing: border-box;
            display: inline-block;
            font-size: 30px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-right: 5px;
            font-family: "FontAwesome" !important;
          }
        }      
      }
      &.dcsns-twitter{ 
        span.section-text{
          padding: 0 0 50px !important;
        }      
        .socicon{
          height: 40px;
          left: 20px;
          &::before{
            content: "\f099";
            font-size: 15px;
            color: #4ec2dc;
            box-sizing: border-box;
            display: inline-block;
            font-size: 30px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-right: 5px;
            font-family: "FontAwesome" !important;
          }
        }      
      }
      &.dcsns-instagram{        
        .socicon{
          height: 40px;
          left: 20px;
          &::before{
            content: "\f16d";
            font-size: 15px;
            color: #fb3958;
            box-sizing: border-box;
            display: inline-block;
            font-size: 30px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-right: 5px;
            font-family: "FontAwesome" !important;
          }
        }      
      }
    }
  } */ }
  .wall-outer .dcsns-toolbar .filter {
    text-align: right !important; }
  .wall-outer .dcsns-toolbar ul.option-set {
    /*global css li */
    /*global css li */ }
    .wall-outer .dcsns-toolbar ul.option-set li {
      position: relative;
      display: inline-block;
      height: 35px;
      width: 35px;
      margin: 0 0 0 30px; }
      .wall-outer .dcsns-toolbar ul.option-set li a {
        background: transparent;
        border-radius: 50%;
        height: 35px;
        margin: 0;
        padding: 0;
        width: 35px; }
        .wall-outer .dcsns-toolbar ul.option-set li a span.socicon {
          -webkit-transform: translate(-50%, -56%);
          -moz-transform: translate(-50%, -56%);
          -ms-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 0; }
          .wall-outer .dcsns-toolbar ul.option-set li a span.socicon::before {
            box-sizing: border-box;
            display: inline-block;
            font-size: 35px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            font-family: "FontAwesome" !important; }
        .wall-outer .dcsns-toolbar ul.option-set li a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li a.link-all {
      display: none;
      font-family: 'Roboto', sans-serif;
      background: transparent;
      color: #343434 !important;
      font-size: 18px !important;
      font-weight: 400;
      margin-right: 20px;
      text-shadow: none;
      transition: 0.4s; }
      .wall-outer .dcsns-toolbar ul.option-set li a.link-all:hover {
        color: #004473 !important;
        text-decoration: none; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a {
      border: 1px solid #3b5998; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a span.socicon::before {
        content: "\f09a";
        color: #3b5998; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:active {
        background-color: #3b5998 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a.iso-active {
        background-color: #3b5998 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a {
      border: 1px solid #4ec2dc; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a span.socicon::before {
        content: "\f099";
        color: #4ec2dc; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:active {
        background-color: #4ec2dc !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a.iso-active {
        background-color: #4ec2dc !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a {
      border: 1px solid #cd486b; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a span.socicon::before {
        content: "\f16d";
        color: #cd486b; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:visited {
        background-color: transparent !important; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:active {
        background-color: #cd486b !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a.iso-active {
        background-color: #cd486b !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-google a {
      border: 1px solid #ea4335; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-google a span.socicon::before {
        content: "\f0d5";
        color: #ea4335; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-google a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:active {
        background-color: #ea4335 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-google a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:active span.socicon::before {
          color: #fff; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a {
      border: 1px solid #ff0000; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a span.socicon::before {
        content: "\f167";
        color: #cd486b; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:visited {
        background-color: transparent !important; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:active {
        background-color: #ff0000 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a.iso-active {
        background-color: #ff0000 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-youtube a.iso-active span.socicon::before {
          color: #fff !important; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    width: 24% !important; } }
@media only screen and (max-width: 991px) {
  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    margin: 0 auto !important;
    right: 0; }

  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    width: 250px !important; } }
@media only screen and (max-width: 768px) {
  .wall-outer .dcsns-toolbar ul.option-set {
    margin: 0 auto !important;
    padding: inherit !important;
    text-align: center !important; }
    .wall-outer .dcsns-toolbar ul.option-set li {
      margin: 0 12px 0 !important; }

  #social-stream-37 .dcwss-content ul.stream {
    -webkit-justify-content: center;
    justify-content: center; }

  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    margin: 25px auto !important;
    right: 0; }

  .stream {
    width: 100% !important; }

  .dcwss.dc-wall.col-4 .stream li {
    width: inherit !important;
    margin-bottom: 20px !important; } }
@media only screen and (max-width: 480px) {
  .wall-outer {
    margin-top: 0; }
    .wall-outer .dcsns-toolbar .filter {
      margin-bottom: 0; }

  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    margin: 0 auto !important;
    right: 0; } }
.team-bios-widget .Grid-Boxes-with-Side-Panel .single-box {
  margin-bottom: 15px; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap a {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #464648;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464648;
      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%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap a:hover {
        background: #464648;
        color: #07247d; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap {
    padding-bottom: 15px;
    position: relative;
    left: 0%;
    transition: 0.6s; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.name, .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.position {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      padding: 5px 10px;
      background: #07247d; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.position {
      margin-top: 10px;
      display: block; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box:hover .info-wrap {
    left: -100%; }
.team-bios-widget .Grid-Circles-with-Single-View .single-box {
  margin-bottom: 25px; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    background-position: center;
    transition: 0.6s;
    border-radius: 50%;
    border: 1px solid #464648;
    box-shadow: 0 0 0 4px #fff, 0 0 0 7px;
    height: 240px;
    width: 240px;
    cursor: pointer; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a {
      background: #fff;
      align-items: center;
      border-radius: 50%;
      border: 3px solid #464648;
      color: #464648;
      display: flex;
      height: 40px;
      justify-content: center;
      left: 50%;
      position: absolute;
      top: -50%;
      width: 40px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a:hover {
        background: #464648;
        color: #07247d; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap {
    position: absolute;
    left: 15%;
    top: 75%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap::before {
      content: "";
      background: #07247d;
      position: absolute;
      width: 100%;
      height: 100%;
      left: -50%;
      z-index: -1;
      bottom: 0; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.name, .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.position {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      padding: 5px 10px;
      background: #07247d; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.position {
      margin-top: 0px;
      display: block; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li {
        margin: 3px; }
        .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li a {
          color: #464648;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          background: #07247d;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s;
          font-size: 13px; }
          .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li a:hover {
            background: #e2122f;
            text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .info-wrap {
    left: -100%; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .social-box {
    bottom: 25px; }
.team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel, .team-bios-widget .Grid-Circles-with-popup {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  height: 100%;
  width: 100%;
  display: none !important;
  max-width: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  display: flex; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box, .team-bios-widget .Grid-Circles-with-popup .social-box {
    background: #343434;
    display: flex; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social, .team-bios-widget .Grid-Circles-with-popup .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li, .team-bios-widget .Grid-Circles-with-popup .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li a, .team-bios-widget .Grid-Circles-with-popup .social-box ul.social li a {
          color: #464648;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li a:hover, .team-bios-widget .Grid-Circles-with-popup .social-box ul.social li a:hover {
            background: #e2122f;
            text-decoration: none; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap, .team-bios-widget .Grid-Circles-with-popup .bio-wrap {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 400px;
    max-width: 100%;
    background: #fff;
    max-height: 90%;
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .box-top {
        background: #07247d;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top .name, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          width: 700px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top button.close, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #fff; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .img-wrap, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        background-size: cover;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .position, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px;
          word-break: break-word; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #464648;
            font-family: 'Roboto Condensed', sans-serif; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #e2122f; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Roboto Condensed', sans-serif;
            color: #343434;
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Roboto Condensed', sans-serif;
              font-size: 18px;
              color: #464648; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f105";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #e2122f; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #464648;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Roboto Condensed', sans-serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before, .team-bios-widget .Grid-Circles-with-popup .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #e2122f; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel.active, .team-bios-widget .Grid-Circles-with-popup.active {
    display: block !important; }

@media only screen and (max-width: 768px) {
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box {
    width: 50%;
    margin: 0 auto 15px; } }
@media only screen and (max-width: 480px) {
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box {
    width: 100%;
    margin: 0 auto 15px; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #464648;
  font-size: 16px; }
  html a, body a {
    outline: none !important; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  html .classic-text-widget, body .classic-text-widget {
    display: inline-block !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home {
  /*global Css*/ }
  body.home h2 {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 0;
    position: relative; }
    body.home h2 span, body.home h2 strong {
      display: inline-block;
      font-size: 35px;
      font-weight: 700;
      vertical-align: top; }
  body.home .contain-section {
    padding: 0 10%;
    text-align: center; }
  body.home p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #343434;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 15px 0; }

/*global Css*/
.section-b {
  text-align: center;
  padding: 90px 0; }
  .section-b .text-box-content {
    text-align: center;
    width: 80%;
    position: relative;
    margin: 0 auto; }
    .section-b .text-box-content h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 36px;
      font-weight: 700;
      color: #282828;
      margin-bottom: 25px;
      text-transform: uppercase; }
      .section-b .text-box-content h2 span {
        font-weight: 500 !important; }
    .section-b .text-box-content p {
      font-family: 'Roboto', sans-serif;
      font-size: 19px !important;
      width: 80%;
      margin: auto; }
    .section-b .text-box-content .buttons {
      display: flex;
      justify-content: center; }
      .section-b .text-box-content .buttons a {
        margin: 0 10px; }

.section-c {
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #122d82; }
  .section-c a {
    text-decoration: none !important; }
  .section-c h2 {
    color: #fff;
    text-align: right;
    line-height: 1.3em !important; }
  .section-c .options-box {
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 405px;
    padding: 15px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 25px;
    overflow: hidden; }
    .section-c .options-box:before {
      content: "Learn more";
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700 !important;
      font-size: 20px !important;
      bottom: 10px;
      right: 3%;
      position: absolute;
      transition: 0.4s;
      color: #fff;
      z-index: 1; }
    .section-c .options-box .title-box {
      position: relative;
      width: 50%;
      float: right;
      z-index: 1; }
    .section-c .options-box .learn-more {
      background: #fe9900;
      border-radius: 49%;
      bottom: -50px;
      height: 110px;
      position: absolute;
      right: -50px;
      width: 182px;
      transition: 0.6s; }
      .section-c .options-box .learn-more p {
        opacity: 0;
        transition: 0.4s;
        margin-top: 200px;
        text-align: right;
        color: #fff;
        padding: 0 20px; }
    .section-c .options-box:hover .learn-more {
      width: 100%;
      height: 100%;
      right: 0;
      bottom: 0;
      transition: 0.6s;
      border-radius: 0; }
      .section-c .options-box:hover .learn-more p {
        opacity: 1;
        transition: 0.4s; }
    .section-c .options-box.professional .learn-more {
      background: #e3132f; }

.section-d {
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  padding: 70px 0; }
  .section-d h2.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    font-size: 36px !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 45px; }
  .section-d .metrics {
    width: 65%;
    margin: auto;
    text-align: center;
    position: relative; }
    .section-d .metrics .metrics-number span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700 !important;
      font-size: 55px !important;
      color: #fff;
      margin-bottom: 1px; }
    .section-d .metrics .metrics-title h3 {
      color: #fff;
      font-weight: 700 !important;
      font-size: 22px;
      text-align: center;
      position: relative;
      margin-top: 0; }
    .section-d .metrics.metrics-1 .metrics-number span::before {
      font-family: 'Roboto Condensed', sans-serif;
      content: "%";
      font-weight: 500 !important;
      font-size: 48px !important;
      width: 50px;
      height: 50px;
      color: #fff;
      margin-bottom: 1px;
      position: absolute;
      right: 0;
      display: inline-block; }
  .section-d .testimonials .d-flex {
    margin-top: 100px !important;
    margin: auto; }
    .section-d .testimonials .d-flex .testimonial-img {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      width: 150px;
      height: 150px; }
    .section-d .testimonials .d-flex .testimonial-text {
      width: 65%;
      margin-left: 12%;
      position: relative; }
      .section-d .testimonials .d-flex .testimonial-text::before {
        content: "";
        background: transparent url("../images/blockquote.png") no-repeat;
        position: absolute;
        left: -80px;
        top: 0;
        width: 41px;
        height: 27px; }
      .section-d .testimonials .d-flex .testimonial-text::after {
        content: "";
        transform: scaleX(-1);
        background: transparent url("../images/blockquote.png") no-repeat;
        position: absolute;
        right: -100px;
        bottom: 0;
        width: 41px;
        height: 27px; }
      .section-d .testimonials .d-flex .testimonial-text .testimonial-title h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 30px;
        color: #fff !important;
        font-weight: 600;
        margin-bottom: 25px;
        text-align: center; }
      .section-d .testimonials .d-flex .testimonial-text .testimonial-body p {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px !important;
        color: #fff !important;
        font-weight: 400;
        text-align: center; }
      .section-d .testimonials .d-flex .testimonial-text .testimonial-name h4 {
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff !important;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        text-align: right; }

.section-e {
  position: relative;
  padding: 120px 0;
  background: #dbdce0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden; }
  .section-e .testimonials {
    text-align: center; }
    .section-e .testimonials .testimonial-text {
      width: 75%;
      margin: auto; }
      .section-e .testimonials .testimonial-text span {
        font-size: 18px;
        color: #031b68; }
      .section-e .testimonials .testimonial-text h2 {
        font-family: 'Roboto Condensed', sans-serif;
        color: #e2122f;
        font-size: 22px;
        font-weight: 700;
        margin-top: 25px;
        text-align: center;
        text-transform: uppercase; }
  .section-e #carouselSuccess.carousel-fade .carousel-inner {
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */ }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .caption-a {
      opacity: 0; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .left .caption-a, .section-e #carouselSuccess.carousel-fade .carousel-inner .right .caption-a {
      -webkit-animation-name: opacityTransitionOff;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 0.4s;
      /* Safari 4.0 - 8.0 */
      animation-name: opacityTransitionOff;
      animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active .caption-a {
      -webkit-animation-name: opacityTransition;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 0.8s;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-fill-mode: forwards;
      /* Safari 4.0 - 8.0 */
      animation-name: opacityTransition;
      animation-duration: 0.8s;
      animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .item {
      transition-property: opacity; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .item,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.left,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.right {
      opacity: 0; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .next.left,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .next,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .prev,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.left,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
  .section-e #carouselSuccess.carousel-fade .carousel-control {
    z-index: 2; }
  .section-e #carouselSuccess.carousel-fade .bullets {
    bottom: 33px;
    height: 25px;
    left: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 0 auto; }
    .section-e #carouselSuccess.carousel-fade .bullets .carousel-indicators {
      bottom: 10px;
      list-style: none;
      margin: 0;
      position: relative;
      right: unset;
      text-align: center;
      width: 100%;
      z-index: 15; }
      .section-e #carouselSuccess.carousel-fade .bullets .carousel-indicators li {
        background: transparent;
        border-radius: 50%;
        border: 3px solid #fff;
        height: 12px;
        margin: 0 6px;
        width: 12px; }
        .section-e #carouselSuccess.carousel-fade .bullets .carousel-indicators li.active {
          background: #fff;
          transition: 0.4s;
          border: 5px solid #fff;
          width: 15px;
          height: 15px; }
  .section-e #carouselSuccess .carousel-control {
    opacity: 1;
    transition: 0.4s; }
    .section-e #carouselSuccess .carousel-control span {
      background: transparent url("../images/arrow-testimonial.png") no-repeat;
      background-position: 50% 50%;
      background-size: auto;
      border-radius: 50%;
      height: 47px;
      text-align: center;
      text-shadow: none;
      transition: box-shadow 0.4s;
      width: 47px;
      display: block;
      position: absolute;
      top: 20%;
      left: 15%; }
      .section-e #carouselSuccess .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        display: none;
        left: 50%;
        position: absolute;
        top: 50%; }
      .section-e #carouselSuccess .carousel-control span:hover {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
    .section-e #carouselSuccess .carousel-control.left, .section-e #carouselSuccess .carousel-control.right {
      background: transparent;
      width: 10%; }
    .section-e #carouselSuccess .carousel-control.left span {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.section-f {
  background: #fff;
  padding: 60px 0;
  position: relative; }
  .section-f h2.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #282828;
    text-align: center; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .slider-widget .slider-a .slider-box {
    height: 540px; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-e .metrics::before {
    bottom: -60px;
    left: -42px;
    width: 115%; } }
@media only screen and (max-width: 991px) {
  .section-d .bg-d {
    display: none; }

  .section-d {
    background-size: cover !important; }

  .section-e .metrics::before {
    display: none; } }
@media only screen and (max-width: 768px) {
  .d-flex.evenly {
    flex-direction: column; }

  .d-flex {
    flex-direction: column; }

  .section-c .options-box .title-box {
    width: 100%; }

  .section-b .text-box-content .buttons {
    flex-direction: column; }

  .section-d .metrics-1, .section-d .metrics-2, .section-d .metrics-3, .section-d .metrics-4 {
    margin: auto; }

  .section-e {
    background-image: none !important; }

  .section-f .f-bg {
    opacity: .2;
    width: 100%;
    background-position: center; }

  .section-f .right-text .events {
    flex-direction: column; }

  .section-f .right-text {
    width: 100%; }

  .section-f .right-text .events .events-box {
    margin-bottom: 50px; }

  .section-f .right-text .view-events {
    margin-bottom: 0; }
    .section-f .right-text .view-events a.btn-1 {
      margin-top: 0;
      margin-bottom: 35px; }

  .section-e .testimonials .d-flex .testimonial-text {
    width: 100%;
    margin-left: 0; }

  .programs-box {
    margin-bottom: 35px; }

  .section-e .testimonials .d-flex .testimonial-img {
    margin: auto;
    margin-bottom: 25px !important; }

  .section-e .metrics {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
