@charset "UTF-8";
body {
  color: #000e2f;
  font-size: 16px;
  background: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0px;
}

h2 {
  font-size: 32px;
}

a {
  color: #053c7f;
}
a:active, a:hover, a:focus {
  color: #03254e;
}

pre {
  background-color: #f1f3f8;
  border: 1px solid #e2e6ee;
  border-radius: 10px;
}

#uconn-header-container.white::after {
  content: '';
  height: 4px;
  background: #f1f3f8;
  width: 100%;
  position: absolute;
}

.white-text, .white-text * {
  color: white !important;
}

#masthead #site-title {
  background: white;
}
#masthead #site-title fieldset {
  border: 1px solid #ced5e6;
  border-radius: 10px;
  background: #f1f3f8;
}
#masthead #site-title fieldset .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #333;
  font-size: 15px;
  text-overflow: ellipsis;
}
#masthead #site-title fieldset .form-control::placeholder, #masthead #site-title fieldset .form-control::-moz-placeholder, #masthead #site-title fieldset .form-control::-webkit-input-placeholder {
  color: #333 !important;
}
#masthead #site-title fieldset .form-control:-ms-input-placeholder {
  color: #333 !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  #masthead #site-title fieldset .form-control {
    width: 115px !important;
  }
}
#masthead #site-title fieldset .btn {
  border: none;
  background: transparent;
  transition: 200ms all;
  border-radius: 0px 9px 9px 0px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 7px 13px;
}
#masthead #site-title fieldset .btn:active, #masthead #site-title fieldset .btn:hover, #masthead #site-title fieldset .btn:focus {
  background-image: none;
  background: #000e2f;
}
#masthead #site-title fieldset .btn:active .glyphicon, #masthead #site-title fieldset .btn:hover .glyphicon, #masthead #site-title fieldset .btn:focus .glyphicon {
  color: white;
}
#masthead #nav-wrapper {
  background: white;
}
#masthead #nav-wrapper:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #f1f3f8;
  position: absolute;
  border-bottom: 2px solid #e7eaf2;
}
#masthead #nav-wrapper .navbar {
  margin-bottom: 0;
  background: white;
  border: none;
  color: #000e2f;
}
#masthead #nav-wrapper .navbar li a {
  color: #000e2f;
}
#masthead #nav-wrapper .navbar #primary-nav {
  padding: 0px;
}
@media (max-width: 780px) {
  #masthead #nav-wrapper .navbar #primary-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#masthead #nav-wrapper .navbar #primary-nav .nav > li:nth-of-type(1) a {
  padding-left: 0px;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu {
  font-size: 16px;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  background: #f1f3f8;
  border-radius: 0px 00px 10px 10px !important;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu li a {
  padding: 10px 20px;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu li a:active, #masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu li a:hover, #masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu li a:focus {
  background: #000e2f;
  color: white;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu > li.menu-item:nth-of-type(1) > a {
  border-radius: 0px 0px 0px 0px;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu > li.menu-item:nth-last-of-type(1) > a {
  border-radius: 0px 0px 10px 10px;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu > .active a {
  background: #053c7f;
  color: white;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu > .active a:active, #masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu > .active a:hover, #masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-menu > .active a:focus {
  background: #053c7f;
  color: white;
}
#masthead #nav-wrapper .navbar #primary-nav .nav > li:nth-of-type(2) > .dropdown-menu {
  margin-left: -20px;
}
#masthead #nav-wrapper .navbar #primary-nav .nav .dropdown-submenu > .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
}
#masthead #nav-wrapper.navbar-fixed-top {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

@media (min-width: 767px) {
  #masthead .navbar-default .navbar-collapse .navbar-nav > li > a:after {
    overflow: hidden;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    content: 'hello';
    width: 0%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 8px;
    position: absolute;
    border-radius: 10px;
    background: #053c7f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #096ae1 0%, #010e1d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color-secondary,20%)', endColorstr='darken($color-secondary,20%)',GradientType=1 );
    /* IE6-9 */
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li > a:hover::after, #masthead .navbar-default .navbar-collapse .navbar-nav > li > a:focus::after, #masthead .navbar-default .navbar-collapse .navbar-nav > li > a a:active::after {
    width: 60px;
    border-radius: 10px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li.open > a {
    background: #f1f3f8;
    border-radius: 10px 10px 0px 0px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li.open > a::after {
    width: 60px;
    border-radius: 10px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(1) {
    display: none;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(1) > a {
    padding-left: 0px;
    padding-right: 20px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(1) > a::after {
    left: -21px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(2) > a {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li.active::after, #masthead .navbar-default .navbar-collapse .navbar-nav > li.current-menu-ancestor::after {
    overflow: hidden;
    content: '';
    width: 60px;
    height: 3px;
    background: #053c7f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #096ae1 0%, #010e1d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color-secondary,20%)', endColorstr='darken($color-secondary,20%)',GradientType=1 );
    /* IE6-9 */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 8px;
    position: absolute;
    border-color: transparent;
    border-image: none;
    border-style: none;
    border-radius: 10px;
  }
  #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(2).active::after, #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(2).current-menu-ancestor::after {
    left: -21px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active {
  background: transparent;
}

/* Link Flag */
#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu a .glyphicon {
  font-size: 11px !important;
}

#masthead #site-title .col-sm-8 #uc-site-header #uc-site-parent a {
  color: #1c1c1c;
}

#uc-header {
  border-bottom: none;
}

/* -- IE11/Edge -- */
@media screen and (-ms-high-contrast: none) {
  #masthead .form-inline .form-control {
    vertical-align: top;
  }
}
/* Mobile nav */
@media (max-width: 767px) {
  #masthead #nav-wrapper .navbar-default .navbar-nav > .open > a {
    position: relative;
    background: white;
  }
  #masthead #nav-wrapper .navbar-default .navbar-nav > .open > a::before {
    background-color: #053c7f;
    position: absolute;
    left: -15px;
    top: 0;
    width: 8px;
    height: 100%;
    content: '';
  }
  #masthead #nav-wrapper .navbar-default .navbar-nav > li:nth-of-type(1) {
    display: none;
  }
  #masthead #nav-wrapper .navbar-default #primary-nav .nav .dropdown-submenu > .dropdown-menu {
    margin-left: 10px;
  }
  #masthead #nav-wrapper .navbar-default #primary-nav .nav .dropdown-menu {
    border-left: 8px solid #ddd;
    margin-left: -7px;
  }
  #masthead #nav-wrapper .navbar-default #primary-nav .nav .dropdown-menu li a {
    padding-left: 10px;
  }
  #masthead #nav-wrapper .navbar-right {
    margin-bottom: 0px;
  }
  #masthead #nav-wrapper .searchform fieldset {
    border: 1px solid #cacaca;
    border-radius: 10px;
    overflow: hidden;
  }
  #masthead #nav-wrapper .searchform fieldset .form-control {
    color: #333;
    width: 85%;
    border: none;
    box-shadow: none;
  }
  #masthead #nav-wrapper .searchform fieldset .form-control::placeholder, #masthead #nav-wrapper .searchform fieldset .form-control::-moz-placeholder, #masthead #nav-wrapper .searchform fieldset .form-control::-webkit-input-placeholder {
    color: #333 !important;
  }
  #masthead #nav-wrapper .searchform fieldset .form-control:-ms-input-placeholder {
    color: #333 !important;
  }
  #masthead #nav-wrapper .searchform fieldset .btn:active, #masthead #nav-wrapper .searchform fieldset .btn:hover, #masthead #nav-wrapper .searchform fieldset .btn:focus {
    background: #000e2f;
    color: white !important;
    transition: all 300ms;
  }
  #masthead #nav-wrapper .form-group .btn {
    color: #757575 !important;
    transition: all 300ms;
    width: 15%;
    border: none;
    background: #e5e5e5;
    padding-top: 13px;
    border-radius: 0px;
  }
  #masthead #nav-wrapper .navbar-nav {
    margin: 0px;
  }
  #masthead #nav-wrapper .navbar-nav > li > a {
    padding-left: 0px;
    padding-right: 0px;
  }
  #masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu {
    background-color: #eaeaea;
  }
  #masthead #nav-wrapper .navbar-header .navbar-brand {
    color: #1c1c1c;
  }
  #masthead #nav-wrapper .navbar-toggle {
    background: transparent;
    border: none;
    margin-right: 5px;
    margin-bottom: 0px;
  }
  #masthead #nav-wrapper .navbar-toggle .icon-bar {
    background-color: #000e2f;
    width: 29px;
    height: 3px;
  }
  #masthead #nav-wrapper .navbar-toggle[aria-expanded="true"] {
    margin-top: 0px;
  }
  #masthead #nav-wrapper .navbar-toggle[aria-expanded="true"] .icon-bar {
    position: relative;
  }
  #masthead #nav-wrapper .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  #masthead #nav-wrapper .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    top: 0px;
    transform: rotate(-45deg);
  }
  #masthead #nav-wrapper .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    display: none;
  }
  #masthead #nav-wrapper .navbar-toggle .menu-label {
    display: none;
  }
  #masthead #nav-wrapper #nav-drop-multi .navbar-toggle[aria-expanded="true"] {
    margin-top: 8px;
  }
  #masthead #nav-wrapper #nav-drop-multi .navbar-toggle[aria-expanded="true"] .icon-bar {
    position: relative;
  }
  #masthead #nav-wrapper #nav-drop-multi .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    top: 7px;
    transform: rotate(45deg);
  }
  #masthead #nav-wrapper #nav-drop-multi .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    top: 0px;
    transform: rotate(-45deg);
    display: block;
  }
  #masthead #nav-wrapper #nav-drop-multi .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) {
    display: none;
  }
  #masthead #nav-wrapper .navbar-default.visible-xs-block .navbar-toggle[aria-expanded="true"] {
    margin-top: 8px;
  }
  #masthead #nav-wrapper .navbar-default.visible-xs-block .navbar-toggle[aria-expanded="true"] .icon-bar {
    position: relative;
  }
  #masthead #nav-wrapper .navbar-default.visible-xs-block .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    top: 7px;
    transform: rotate(45deg);
  }
  #masthead #nav-wrapper .navbar-default.visible-xs-block .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    top: 0px;
    transform: rotate(-45deg);
    display: block;
  }
  #masthead #nav-wrapper .navbar-default.visible-xs-block .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) {
    display: none;
  }
  #masthead #nav-wrapper .navbar-default.visible-xs-block .navbar-toggle .menu-label {
    display: none;
  }
}
/*============= Nav Tabs ============= */
#nav-tabs {
  padding-bottom: 0px;
}
#nav-tabs #tabs-top {
  padding-left: 0px;
}
#nav-tabs #tabs-bottom {
  padding-left: 0px;
}
#nav-tabs #tabs-bottom-wrapper {
  background: #053c7f;
  color: white;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar {
  background: transparent;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar li a {
  color: white;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar li a:active, #nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar li a:hover, #nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar li a:focus {
  background: #043066;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar .dropdown-menu {
  font-size: 16px;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  background: #f1f3f8;
  border-radius: 0px 00px 10px 10px !important;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar .dropdown-menu li a {
  padding: 10px 20px;
  color: #111;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar .dropdown-menu li a:active, #nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar .dropdown-menu li a:hover, #nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar .dropdown-menu li a:focus {
  background: #000e2f;
  color: white;
}
#nav-tabs #tabs-bottom-wrapper #tabs-bottom .navbar .dropdown-menu li.active > a {
  color: white;
  background: #053c7f;
}
#nav-tabs .nav-tabs > li {
  margin-bottom: 0px;
}
#nav-tabs .nav-tabs > li.active > a {
  background: #053c7f;
  color: white;
  border-radius: 10px 10px 0px 0px !important;
  border-color: #053c7f;
}
#nav-tabs .nav-tabs > li.active > a:active, #nav-tabs .nav-tabs > li.active > a:hover, #nav-tabs .nav-tabs > li.active > a:focus {
  background: #043066;
  cursor: pointer;
}
#nav-tabs .nav-tabs > li > a {
  color: #111111;
}
#nav-tabs .nav-tabs > li > a:active, #nav-tabs .nav-tabs > li > a:hover, #nav-tabs .nav-tabs > li > a:focus {
  border-radius: 10px 10px 0px 0px;
  background-color: #f1f3f8;
  border-color: #e7eaf1;
}
#nav-tabs .nav-tabs > li:nth-of-type(1) {
  display: none;
}

/* ========================== Megamenu ==========================*/
#megamenu-wrapper {
  background: transparent;
}
#megamenu-wrapper #mega-menu-wrap-primary {
  background: transparent;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
  line-height: 1.4em;
  height: auto;
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover {
  background: white;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) > a {
  padding-left: 0px;
}

@media (max-width: 767px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) > a {
    padding-left: 20px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a::after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a::after {
  margin-left: 0px;
}

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a {
  background: white;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  position: relative;
}

@media (min-width: 767px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:before {
    content: '';
    color: #1e1e1e;
    right: 1px;
    top: 25px;
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e1e1e;
  }
}
@media (min-width: 767px) {
  /* only create underline for larger than 767 */
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:after {
    overflow: hidden;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    content: 'hello';
    width: 0%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 8px;
    position: absolute;
    border-radius: 10px;
    background: #053c7f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #096ae1 0%, #010e1d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color-secondary,20%)', endColorstr='darken($color-secondary,20%)',GradientType=1 );
    /* IE6-9 */
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover::after,
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus::after,
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:active::after {
    width: 60px;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a {
    background: white;
  }

  /* keeps underline on top level when using multi-level drops */
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a:after {
    width: 60px;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a:after {
    overflow: hidden;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    content: 'hello';
    width: 60px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 8px;
    position: absolute;
    border-radius: 10px;
    background: #053c7f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #096ae1 0%, #010e1d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color-secondary,20%)', endColorstr='darken($color-secondary,20%)',GradientType=1 );
    /* IE6-9 */
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) > a {
    padding-left: 0px;
    padding-right: 20px;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) a:after {
    left: -21px;
    display: inline-block;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) a:hover::after {
    display: inline-block;
    width: 60px;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a {
    background: white;
  }

  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a::after,
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a::after {
    overflow: hidden;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    content: 'hello';
    width: 0%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 8px;
    position: absolute;
    border-radius: 10px;
    background: #053c7f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #096ae1 0%, #010e1d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #096ae1 0%, #010e1d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color-secondary,20%)', endColorstr='darken($color-secondary,20%)',GradientType=1 );
    /* IE6-9 */
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  background: #f0f3f7;
  min-width: 250px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px 0px 10px 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  line-height: 1.428571429em;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:active,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:focus {
  background-color: #000e2f;
  color: white;
  font-weight: 400;
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-last-of-type(1) a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-last-of-type(1) a:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-last-of-type(1) a:active {
  border-radius: 0px 0px 10px 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #f0f3f7;
  box-shadow: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
  color: #1d1d1d;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:active,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:focus {
  color: #1d1d1d;
}

#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary #mega-menu-primary ul,
#mega-menu-wrap-primary #mega-menu-primary li,
#mega-menu-wrap-primary #mega-menu-primary p,
#mega-menu-wrap-primary #mega-menu-primary img,
#mega-menu-wrap-primary #mega-menu-primary div,
#mega-menu-wrap-primary #mega-menu-primary a {
  color: #1d1d1d;
}

#mega-menu-wrap-primary #mega-menu-primary a {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 600px) {
  #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .mega-menu-column a {
    margin-bottom: 10px;
    display: inline-block;
  }
}
#mega-menu-wrap-primary #mega-menu-primary a:hover,
#mega-menu-wrap-primary #mega-menu-primary a:active,
#mega-menu-wrap-primary #mega-menu-primary a:focus {
  text-decoration: underline;
  font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary li {
  line-height: 2.25em;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
  line-height: 1.3em;
  margin-bottom: 13px;
  letter-spacing: 0.03em;
  font-size: 17px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
  margin-bottom: 12px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:active,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:focus {
  color: #131313;
  font-weight: 400;
}

#megamenu-mobile-title {
  font-family: "proxima nova", helvetica, arial;
  padding: 15px;
  padding-right: 100px;
}

@media (min-width: 767px) and (max-width: 991px) {
  #megamenu-mobile-title {
    display: none !important;
  }
}
#masthead #megamenu #megamenu-mobile-title a {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}

#mega-menu-wrap-primary .mega-menu-toggle {
  color: rgba(255, 255, 255, 0.7);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label-open,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label-closed {
  color: rgba(255, 255, 255, 0.7);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a::after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a::after {
  /*    display:none; */
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a {
  background: white;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
  background: #000e2f;
  top: -48px;
  padding: 14px 13px;
  line-height: 1em;
}

@media (max-width: 767px) {
  #mega-menu-primary > li:nth-last-of-type(1) {
    display: block !important;
    margin-top: 10px !important;
  }

  #megamenu .searchform {
    padding: 0px 15px 15px !important;
  }

  #masthead #nav-wrapper #megamenu .searchform fieldset .form-control {
    display: inline-block;
  }

  #masthead #nav-wrapper #megamenu .searchform fieldset .btn {
    display: inline-block;
    padding: 8px 12px 6px;
    margin-top: -4px !important;
    color: #333 !important;
    background: #ddd;
  }
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    float: none;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus {
  background-color: white !important;
}

.mega-toggle-animated {
  display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
  background: transparent;
  color: #111;
  top: -51px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block::before {
  margin-left: 0px;
  font-size: 36px;
  color: #111;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block::before {
  font-size: 31px;
  color: #111;
}

/* ======= Metaslider controls ======= */
.entry-content .widget.widget_metaslider_widget {
  margin-bottom: 0px !important;
}
.entry-content .widget.widget_metaslider_widget .flexslider {
  margin-bottom: 0px;
}
.entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav {
  position: absolute;
  bottom: 30px;
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav {
    top: 15px;
    bottom: auto;
  }
}
.entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li {
  margin-bottom: 0px !important;
}
.entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a {
  background: transparent;
  border: 1px solid white;
  width: 22px;
  height: 10px;
}
.entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:active, .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:hover, .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:focus {
  background: rgba(255, 255, 255, 0.4);
}
.entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a.flex-active {
  background: white;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap {
  width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap {
    width: 991px !important;
  }
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap {
    width: 100% !important;
    background: #f0f3f7 !important;
    padding: 20px !important;
    position: relative !important;
  }
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption {
  top: 3vw;
  width: auto;
  max-width: 45%;
  position: absolute;
  line-height: 1.45em;
  padding: 0px 25px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption {
    max-width: 65%;
  }
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption {
    max-width: none;
    position: relative;
    top: 0;
    padding: 0 !important;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    text-shadow: none;
  }
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h2 {
  color: white;
  margin-bottom: 10px !important;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.15em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h2 {
    color: #1a1a1a !important;
    margin-top: 0px;
    font-size: 20px;
    text-shadow: none;
  }
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0px !important;
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p {
    color: #1a1a1a !important;
    font-size: 15px;
    text-shadow: none;
  }
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p + a,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1 + a,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h2 + a {
  color: white !important;
  font-size: 12px;
  margin-top: 15px !important;
  display: inline-block;
  line-height: 1.5em;
  background: #053c7f;
  padding: 8px 19px 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 400ms;
  text-shadow: none;
  border-radius: 7px;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p + a:active, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p + a:hover, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p + a:focus,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1 + a:active,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1 + a:hover,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1 + a:focus,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h2 + a:active,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h2 + a:hover,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h2 + a:focus {
  background: #032958;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a {
  text-decoration: underline;
  color: white !important;
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a {
    color: #053c7f !important;
  }
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black {
  color: #1a1a1a !important;
  text-shadow: none;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black h1, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black h2, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black h3, .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black h4 {
  text-shadow: none;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black * {
  color: #1a1a1a !important;
  text-shadow: none;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black a {
  color: #1a1a1a !important;
  text-shadow: none;
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black a {
    color: #053c7f !important;
  }
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black p + a,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black h1 + a,
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption .slide-black h2 + a {
  color: white !important;
}
.entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap .caption.caption-right {
  right: 0 !important;
}
@media (max-width: 991px) {
  .entry-content .widget.widget_metaslider_widget .metaslider .metaslider,
  .entry-content .widget.widget_metaslider_widget .metaslider .home .widget_metaslider_widget,
  .entry-content .widget.widget_metaslider_widget .metaslider .panel-grid:nth-of-type(1) {
    margin-bottom: 0px !important;
  }
}
.entry-content .widget.widget_metaslider_widget .nivo-caption {
  padding: 20px;
  line-height: 1.5em;
  background: rgba(5, 60, 127, 0.8);
  opacity: 1;
}
@media (max-width: 767px) {
  .entry-content .widget.widget_metaslider_widget .nivo-caption {
    position: relative;
    background: #053c7f;
  }
}
.entry-content .widget.widget_metaslider_widget .nivo-caption a {
  border-bottom: 0 !important;
  color: white !important;
}
.entry-content .widget.widget_metaslider_widget .nivo-caption p {
  margin-bottom: 10px !important;
  padding: 0px;
}

#main {
  padding: 0px;
}
#main .post {
  padding: 0px;
}

#page #content .widget .btn {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 13px 43px 11px;
  border-radius: 0px;
}
#page #content .widget .btn.btn-lowercase {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 12px 43px 11px;
}
#page #content .widget .btn.btn-default {
  border-color: #D9E0E9 !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
  background-image: linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
  border: 3px solid #F0F3F7;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .widget .btn.btn-default:active, #page #content .widget .btn.btn-default:hover, #page #content .widget .btn.btn-default:focus {
  background-position: 0%;
  color: #F0F3F7 !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
  background-image: linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
}
#page #content .widget .btn.btn-default:active, #page #content .widget .btn.btn-default:hover, #page #content .widget .btn.btn-default:focus {
  color: #222 !important;
  border-color: #D9E0E9;
}
#page #content .widget .btn.btn-primary {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
  border: 3px solid #000e2f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .widget .btn.btn-primary:active, #page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus {
  background-position: 0%;
  color: #000e2f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
}
#page #content .widget .btn.btn-info {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #20809D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #20809D 50%);
  border: 3px solid #20809D;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .widget .btn.btn-info:active, #page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus {
  background-position: 0%;
  color: #20809D !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #20809D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #20809D 50%);
}
#page #content .widget .btn.btn-success {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #3A833A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #3A833A 50%);
  border: 3px solid #3A833A;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .widget .btn.btn-success:active, #page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus {
  background-position: 0%;
  color: #3A833A !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #3A833A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #3A833A 50%);
}
#page #content .widget .btn.btn-warning {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #A5660D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #A5660D 50%);
  border: 3px solid #A5660D;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .widget .btn.btn-warning:active, #page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus {
  background-position: 0%;
  color: #A5660D !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #A5660D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #A5660D 50%);
}
#page #content .widget .btn.btn-danger {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #D4403A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #D4403A 50%);
  border: 3px solid #D4403A;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .widget .btn.btn-danger:active, #page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus {
  background-position: 0%;
  color: #D4403A !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #D4403A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #D4403A 50%);
}
#page #content #main {
  border-radius: 0;
  overflow: visible;
  padding: 0px;
}
#page #content #main .post {
  padding: 0px;
}
#page #content .white-text .widget .btn.btn-default {
  background-color: #D9E0E9;
}
#page #content .white-text .widget .btn.btn-default a-hover {
  background-color: transparent;
}
#page #content .white-text .widget .btn.btn-primary:active, #page #content .white-text .widget .btn.btn-primary:hover, #page #content .white-text .widget .btn.btn-primary:focus {
  color: white !important;
  background-color: rgba(0, 14, 47, 0.6);
}
#page #content .white-text .widget .btn.btn-info:active, #page #content .white-text .widget .btn.btn-info:hover, #page #content .white-text .widget .btn.btn-info:focus {
  color: white !important;
  background-color: rgba(32, 128, 157, 0.6);
}
#page #content .white-text .widget .btn.btn-success:active, #page #content .white-text .widget .btn.btn-success:hover, #page #content .white-text .widget .btn.btn-success:focus {
  color: white !important;
  background-color: rgba(58, 131, 58, 0.6);
}
#page #content .white-text .widget .btn.btn-warning:active, #page #content .white-text .widget .btn.btn-warning:hover, #page #content .white-text .widget .btn.btn-warning:focus {
  color: white !important;
  background-color: rgba(165, 102, 13, 0.6);
}
#page #content .white-text .widget .btn.btn-danger:active, #page #content .white-text .widget .btn.btn-danger:hover, #page #content .white-text .widget .btn.btn-danger:focus {
  color: white !important;
  background-color: rgba(212, 64, 58, 0.6);
}

/*============= Single Page ============= */
#page-single {
  margin-top: 50px;
}
#page-single .entry-title {
  margin-bottom: 7px;
  line-height: 1.2em;
}
#page-single .entry-content hr {
  border-top: 3px solid #dee2ec;
}
#page-single .entry-content hr:nth-last-of-type(1) {
  display: none;
}
#page-single .entry-footer {
  background: #f1f3f8;
  padding: 17px;
  border: 1px solid #dee2ec;
  border-radius: 10px;
  margin-top: 30px;
}

/*============= Archive Page ============= */
#page-archive {
  margin-top: 50px;
}
#page-archive .entry-title {
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.2em;
}
#page-archive .page-title {
  margin-left: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#page-archive .post {
  margin-bottom: 2em !important;
  padding-bottom: 3em !important;
  position: relative;
}
#page-archive .post:after {
  width: 100%;
  position: absolute;
  background: #dee2ec;
  height: 5px;
  border-radius: 10px;
  margin-top: 40px;
}

/*============= Blog Page ============= */
#page-blog {
  margin-top: 50px;
}
#page-blog .entry-header h1 {
  margin-bottom: 0px;
}
#page-blog .entry-header a {
  display: inline-block;
  line-height: 1.2em;
}
#page-blog .post {
  margin-bottom: 2em !important;
  padding-bottom: 3em !important;
  position: relative;
}
#page-blog .post:after {
  width: 100%;
  position: absolute;
  background: #dee2ec;
  height: 5px;
  border-radius: 10px;
  margin-top: 40px;
  content: '';
}

/*========== Blog Posts Page (as opposed to the blog page template) =========== */
body.blog #content {
  margin-top: 50px;
}

/*============= Page A-Z============= */
#page-az {
  margin-top: 50px;
}
#page-az #main {
  padding: 0em;
}
#page-az #main .btn {
  border-radius: 0px;
  color: #b1b1b1 !important;
  border: none;
}
#page-az #main .btn.disabled {
  font-size: 16px;
}
#page-az #main a.btn {
  color: #053c7f !important;
  border: none;
  text-decoration: underline;
  position: relative;
  padding: 8px 15px;
}
#page-az #main a.btn:active, #page-az #main a.btn:hover, #page-az #main a.btn:focus {
  background-color: #f1f3f8;
}
#page-az #main input {
  border-radius: 10px;
  background-color: #f1f3f8;
  box-shadow: none;
  font-size: 16px;
  padding: 6px 14px;
  height: auto;
}
#page-az #main .az-letter-list {
  padding-left: 0;
  margin-bottom: 40px;
}
#page-az .letter-directory {
  margin-top: 38px;
  border-top: 3px solid #f1f3f8;
  padding-top: 27px;
}

/*============= 404 Page ============= */
.error404 #content {
  margin-top: 50px;
}
.error404 #content .page-header {
  margin-top: 0px;
}
.error404 #content .error-404 {
  padding: 15px;
}

/*============= Search Page ============= */
#page-search {
  margin-top: 50px;
}
#page-search h1.page-title {
  margin-top: 0px;
  margin-bottom: 19px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfe1e8;
}
#page-search h1.page-title span {
  font-weight: bold;
}
#page-search .page-header {
  border-bottom: 0px;
}
#page-search h3 {
  border-top: 1px solid #e8f1f6;
  margin-top: 21px;
  padding-top: 21px;
}
#page-search h3:nth-of-type(1) {
  margin-top: 0;
  border: none;
}
#page-search .navigation {
  border-top: 3px solid #f1f3f8;
  margin-top: 22px;
  padding-top: 20px;
  margin-bottom: 30px;
}
#page-search .page-content fieldset {
  border: 1px solid #dee0e6;
  overflow: hidden;
}
#page-search .page-content fieldset input {
  border: none;
  box-shadow: none;
  background: #f1f3f8;
}
#page-search .page-content fieldset .btn {
  padding-top: 8px;
  border-radius: 0px !important;
  margin-right: -3px;
  border: 0;
  background: #f1f3f8;
}
#page-search .no-results .page-header {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-search .no-results .page-header h1 {
  margin-bottom: 0px;
}
#page-search #main {
  padding: 0em;
}

/*============= In-Page Nav for when menu is set to Dropdowns ============= */
#nav-secondary {
  border-radius: 10px;
  border: 1px solid #dee2ec;
  background-color: #f1f3f8;
  margin-bottom: 30px;
}
#nav-secondary .nav.nav-pills.nav-stacked a:active, #nav-secondary .nav.nav-pills.nav-stacked a:hover, #nav-secondary .nav.nav-pills.nav-stacked a:focus {
  background-color: #c9cdd5;
}
#nav-secondary .nav.nav-pills.nav-stacked .active > a {
  background: #053c7f;
}
#nav-secondary .nav.nav-pills.nav-stacked .active > a:active, #nav-secondary .nav.nav-pills.nav-stacked .active > a:hover, #nav-secondary .nav.nav-pills.nav-stacked .active > a:focus {
  background-color: #043066;
}

/*============= Page Navigation - Bottom of Posts/Blog/Archive ============= */
#main .navigation a {
  display: inline-block;
  padding: 10px 25px 9px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
  border: 3px solid #000e2f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#main .navigation a:active, #main .navigation a:hover, #main .navigation a:focus {
  background-position: 0%;
  color: #000e2f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
}
#main .navigation a:active, #main .navigation a:hover, #main .navigation a:focus {
  text-decoration: none;
}
#main .navigation .nav-previous {
  display: inline-block;
}
#main .navigation .nav-next {
  text-align: right;
  display: inline-block;
  float: right;
}

/*============= Sidebar ============= */
@media (max-width: 991px) {
  #page-sidebar {
    margin-top: 50px;
  }
}
#page-sidebar .widget {
  border-radius: 10px;
  border: 1px solid #dee2ec;
  background-color: #f1f3f8;
}
#page-sidebar .widget .widget-head {
  padding-top: 16px;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
}
#page-sidebar .widget .widget-head .widget-title {
  font-weight: 700;
  font-size: 18px;
}
#page-sidebar .widget a {
  color: #053c7f;
}
#page-sidebar .widget a:active, #page-sidebar .widget a:hover, #page-sidebar .widget a:focus {
  color: #03254e;
}
#page-sidebar .widget.simple-social-icons a {
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 19px;
  background-color: #053c7f;
  border: 3px solid #053c7f !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-size: 226%;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: white !important;
}
#page-sidebar .widget.simple-social-icons a:active, #page-sidebar .widget.simple-social-icons a:hover, #page-sidebar .widget.simple-social-icons a:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: white !important;
}
#page-sidebar .widget.simple-social-icons a .glyphicon-new-window {
  display: none;
}
@media (max-width: 991px) {
  #page-sidebar .widget.widget_search .form-group {
    width: 100%;
  }
}
#page-sidebar .widget.widget_search .form-group fieldset {
  border: 1px solid #c1cad7;
  border-radius: 10px;
  background: white;
}
#page-sidebar .widget.widget_search .form-group fieldset .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #333;
  font-size: 15px;
  width: 189px;
}
@media (max-width: 1200px) {
  #page-sidebar .widget.widget_search .form-group fieldset .form-control {
    width: 139px;
  }
}
@media (max-width: 991px) {
  #page-sidebar .widget.widget_search .form-group fieldset .form-control {
    float: left;
    width: 90%;
  }
}
#page-sidebar .widget.widget_search .form-group fieldset .form-control::placeholder, #page-sidebar .widget.widget_search .form-group fieldset .form-control::-moz-placeholder, #page-sidebar .widget.widget_search .form-group fieldset .form-control::-webkit-input-placeholder {
  color: #333 !important;
}
#page-sidebar .widget.widget_search .form-group fieldset .form-control:-ms-input-placeholder {
  color: #333 !important;
}
#page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default {
  border: none !important;
  background: transparent !important;
  padding: 7px 10px !important;
  border-radius: 0px 9px 9px 0px !important;
  -webkit-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}
@media (max-width: 991px) {
  #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default {
    width: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:active, #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:hover, #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:focus {
  background-image: none;
  background: #000e2f !important;
}
#page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:active .glyphicon, #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:hover .glyphicon, #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:focus .glyphicon {
  color: white;
}
#page-sidebar .widget.uc-cw .uc-cal-link {
  margin-left: 23px;
  margin-bottom: 20px;
  display: inline-block;
}
#page-sidebar .widget.uc-cw .uc-cal .uc-cal-item .uc-cal-event {
  color: #053c7f !important;
}
#page-sidebar .widget.uc-cw .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
  color: #222 !important;
}

@media (max-width: 991px) {
  .home #page-sidebar {
    margin-top: 50px;
  }
}
.home #page-sidebar .widget {
  border-radius: 10px;
  border: 1px solid #dee2ec;
  background-color: #f1f3f8;
}
.home #page-sidebar .widget .widget-head {
  padding-top: 16px;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.home #page-sidebar .widget .widget-head .widget-title {
  font-weight: 700;
  font-size: 18px;
}
.home #page-sidebar .widget a {
  color: #053c7f;
}
.home #page-sidebar .widget a:active, .home #page-sidebar .widget a:hover, .home #page-sidebar .widget a:focus {
  color: #03254e;
}
.home #page-sidebar .widget.simple-social-icons a {
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 19px;
  background-color: #053c7f;
  border: 3px solid #053c7f !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-size: 226%;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: white !important;
}
.home #page-sidebar .widget.simple-social-icons a:active, .home #page-sidebar .widget.simple-social-icons a:hover, .home #page-sidebar .widget.simple-social-icons a:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: white !important;
}
@media (max-width: 991px) {
  .home #page-sidebar .widget.widget_search .form-group {
    width: 100%;
  }
}
.home #page-sidebar .widget.widget_search .form-group fieldset {
  border: 1px solid #c1cad7;
  border-radius: 10px;
  background: white;
}
.home #page-sidebar .widget.widget_search .form-group fieldset .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #333;
  font-size: 15px;
  width: 189px;
}
@media (max-width: 1200px) {
  .home #page-sidebar .widget.widget_search .form-group fieldset .form-control {
    width: 139px;
  }
}
@media (max-width: 991px) {
  .home #page-sidebar .widget.widget_search .form-group fieldset .form-control {
    float: left;
    width: 90%;
  }
}
.home #page-sidebar .widget.widget_search .form-group fieldset .form-control::placeholder, .home #page-sidebar .widget.widget_search .form-group fieldset .form-control::-moz-placeholder, .home #page-sidebar .widget.widget_search .form-group fieldset .form-control::-webkit-input-placeholder {
  color: #333 !important;
}
.home #page-sidebar .widget.widget_search .form-group fieldset .form-control:-ms-input-placeholder {
  color: #333 !important;
}
.home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default {
  border: none !important;
  background: transparent !important;
  padding: 7px 10px !important;
  border-radius: 0px 9px 9px 0px !important;
  -webkit-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}
@media (max-width: 991px) {
  .home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default {
    width: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:active, .home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:hover, .home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:focus {
  background-image: none;
  background: #000e2f !important;
}
.home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:active .glyphicon, .home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:hover .glyphicon, .home #page-sidebar .widget.widget_search .form-group fieldset .btn.btn-default:focus .glyphicon {
  color: white;
}
.home #page-sidebar .widget.uc-cw .uc-cal-link {
  margin-left: 23px;
  margin-bottom: 20px;
  display: inline-block;
}
.home #page-sidebar .widget.uc-cw .uc-cal .uc-cal-item .uc-cal-event {
  color: #053c7f !important;
}
.home #page-sidebar .widget.uc-cw .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
  color: #222 !important;
}

/* ============= Default Page ============= */
body.page-template-default #page-page {
  margin-top: 50px;
}
body.page-template-default #page-page #main {
  padding: 0em;
}
body.page-template-default #page-page #main h1.entry-title {
  line-height: 1.3em;
}

/* ============= Blank Page ============= */
body.page-template-page-blank {
  background: white;
}
body.page-template-page-blank .panel-grid:nth-of-type(1) > .siteorigin-panels-stretch:nth-of-type(1) {
  margin-top: -1.5em;
}
body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image {
  position: relative;
}
body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 30px;
  color: white;
  top: 19%;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
    width: 967px;
  }
}
@media (max-width: 991px) {
  body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
    width: 751px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
    width: 100%;
    top: 15px;
    bottom: auto;
  }
}
body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
  width: 40%;
  line-height: 1.6em;
}
@media (max-width: 1200px) {
  body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
    width: 50%;
  }
}
@media (max-width: 991px) {
  body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
    width: 100%;
  }
}
body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p span {
  font-size: 37px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-weight: 700;
}
body.page-template-page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image img {
  width: 100%;
}

/* ============= Single Person Page ============= */
.person-template-default #page-page {
  margin-top: 50px;
}
.person-template-default #page-page #main {
  padding: 0em;
}
.person-template-default #page-page #main h1 {
  margin-bottom: 2px;
}
.person-template-default #page-page #main p {
  line-height: 1.6em;
  margin-bottom: 20px;
}
.person-template-default #page-page #main p.text-muted {
  margin-bottom: 5px;
}

/* ============= People Page ============= */
#page-userlist {
  margin-top: 50px;
}
#page-userlist #main {
  padding: 0em;
}
#page-userlist #main .table > tbody > tr:nth-of-type(2n+1) {
  background-color: #f1f3f8;
}
#page-userlist #main .person .person-name {
  margin-bottom: 3px;
}
#page-userlist #main .person .person-permalink {
  text-decoration: none;
}
#page-userlist #main .person .person-permalink:active, #page-userlist #main .person .person-permalink:hover, #page-userlist #main .person .person-permalink:focus {
  text-decoration: underline;
}
#page-userlist #main .person .person-permalink .person-image {
  margin-bottom: 11px;
}
#page-userlist #main .person .person-permalink h4.person-name {
  margin-bottom: 8px;
}
#page-userlist #main .person .person-title strong {
  font-weight: 400;
  color: #687079;
}
#page-userlist #main h3.group-title {
  border-bottom: 3px solid #f1f3f8;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 17px;
}
#page-userlist .uc-people-group {
  margin-bottom: 50px;
}
#page-userlist .entry-footer {
  margin-bottom: 50px;
}
#page-userlist p {
  margin-bottom: 3px !important;
}
#page-userlist td strong {
  font-weight: 400;
}

/* ============= Blank Page ============= */
.home #page-blank .panel-grid:nth-of-type(1) > .siteorigin-panels-stretch:nth-of-type(1) {
  margin-top: -1.5em;
}

/* ============= Page Builder Cards ============= */
.page-template-page-pagebuilder-cards #page-page-builder-cards {
  margin-top: 50px;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main {
  padding-top: 0px;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget {
  border-radius: 10px;
  background: #f1f3f8;
  border-color: #e7eaf2;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget h3.widget-title {
  font-size: 25px;
  font-weight: 700;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_widget_sp_image {
  padding: 0px;
  border: none;
  border-radius: 0;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget .panel-heading .panel-title a {
  background: white !important;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_widget_sp_image {
  background: transparent;
  border: none;
}
@media (max-width: 991px) {
  .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group {
    width: 100%;
  }
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset {
  border: 1px solid #c1cad7;
  border-radius: 10px;
  background: white;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #333;
  font-size: 15px;
  width: 189px;
}
@media (max-width: 1200px) {
  .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control {
    width: 139px;
  }
}
@media (max-width: 991px) {
  .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control {
    float: left;
    width: 90%;
  }
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control::placeholder, .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control::-moz-placeholder, .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control::-webkit-input-placeholder {
  color: #333 !important;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .form-control:-ms-input-placeholder {
  color: #333 !important;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default {
  border: none !important;
  background: transparent !important;
  padding: 7px 10px !important;
  border-radius: 0px 9px 9px 0px !important;
  -webkit-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}
@media (max-width: 991px) {
  .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default {
    width: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default:active, .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default:hover, .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default:focus {
  background-image: none;
  background: #000e2f !important;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default:active .glyphicon, .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default:hover .glyphicon, .page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .widget.widget_search .form-group fieldset .btn.btn-default:focus .glyphicon {
  color: white;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .gform_wrapper .gform_body textarea {
  border-color: #d3d8e4;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .siteorigin-panels-stretch .widget_metaslider_widget {
  border-radius: 0px !important;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .page .entry-content .siteorigin-panels-stretch .widget_widget_sp_image img {
  width: 100%;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards #primary #main .panel-grid {
  margin-bottom: 30px;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards .panel-layout > .panel-grid:nth-of-type(1) .siteorigin-panels-stretch {
  margin-top: -50px;
}
.page-template-page-pagebuilder-cards #page-page-builder-cards .panel-layout > .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_metaslider_widget {
  border-radius: 0px !important;
}

.page-template-page-pagebuilder #page-page-builder {
  margin-top: 20px;
}
.page-template-page-pagebuilder #page-page-builder #primary #main {
  padding-top: 0px;
}

.page-template-page-pagebuilder .panel-grid:nth-of-type(1) > .siteorigin-panels-stretch:nth-of-type(1) {
  margin-top: -44px;
}

.subpage .widget a {
  color: #053c7f;
}
.subpage .widget a:active, .subpage .widget a:hover, .subpage .widget a:focus {
  color: #03254e;
}
.subpage .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title {
  display: inline-block;
  margin-bottom: 20px;
}

/* ======== Misc ======== */
.in-page-list {
  background-color: #f1f3f8;
  border-radius: 10px;
  border-color: #dee2ec;
}
.in-page-list .nav-pills > li > a {
  border-radius: 10px;
}
.in-page-list .nav-pills > li > a:active, .in-page-list .nav-pills > li > a:hover, .in-page-list .nav-pills > li > a:focus {
  background-color: #dbdfea;
}
.in-page-list .dropdown-menu {
  border-radius: 10px;
  font-size: 16px;
}
.in-page-list .dropdown-menu > li > a {
  padding: 8px 20px;
}
.in-page-list .dropdown-menu > li > a:active, .in-page-list .dropdown-menu > li > a:hover, .in-page-list .dropdown-menu > li > a:focus {
  background-color: #f1f3f8;
}
.in-page-list .dropdown-menu > li.active > a {
  background-color: #053c7f;
}
.in-page-list .dropdown-menu > li.active > a:active, .in-page-list .dropdown-menu > li.active > a:hover, .in-page-list .dropdown-menu > li.active > a:focus {
  background-color: #03254e;
}
.in-page-list li.current-menu-ancestor > a {
  background-color: #053c7f;
  color: white;
}
.in-page-list li.current-menu-ancestor > a:active, .in-page-list li.current-menu-ancestor > a:hover, .in-page-list li.current-menu-ancestor > a:focus {
  background-color: #03254e;
}

.in-page-tabs .nav > li > a:active, .in-page-tabs .nav > li > a:hover, .in-page-tabs .nav > li > a:focus {
  background-color: #f1f3f8;
  border-radius: 10px 10px 0px 0px;
}
.in-page-tabs .nav .dropdown-menu {
  border-radius: 10px;
}
.in-page-tabs .nav .dropdown-menu li a {
  padding: 8px 20px;
  font-size: 15px;
}
.in-page-tabs .nav .dropdown-menu li a:active, .in-page-tabs .nav .dropdown-menu li a:hover, .in-page-tabs .nav .dropdown-menu li a:focus {
  background-color: #f1f3f8;
}
.in-page-tabs .nav .dropdown-menu li.active > a {
  background-color: #053c7f;
}
.in-page-tabs .nav .dropdown-menu li.active > a:active, .in-page-tabs .nav .dropdown-menu li.active > a:hover, .in-page-tabs .nav .dropdown-menu li.active > a:focus {
  background-color: #03254e;
}
.in-page-tabs .nav .open > a,
.in-page-tabs .nav .open > a:hover,
.in-page-tabs .nav .open > a:focus,
.in-page-tabs .nav .open > a:active {
  border-color: #e7eaf2 !important;
}

.nav-tabs > li.active > a {
  border-radius: 10px 10px 0px 0px;
}
.nav-tabs > li.active > a:active, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-radius: 10px 10px 0px 0px;
}

#page #content #events-table .btn-info {
  background-color: #053c7f;
  border-color: #053c7f;
}
#page #content #events-table .btn-info:active, #page #content #events-table .btn-info:hover, #page #content #events-table .btn-info:focus {
  background-color: #043066;
}
#page #content #events-table .month-arrow {
  border-radius: 10px 0px 0px 10px !important;
}
#page #content #events-table #events-month {
  border-left: 1px solid #053c7f !important;
}
#page #content #events-table #events-next {
  border-radius: 0px 10px 10px 0px !important;
}
#page #content #events-table #vb-today {
  border-radius: 10px;
}
#page #content .panel-layout #events-table .btn-info {
  background-color: #053c7f;
  border-color: #053c7f;
  background-image: none;
  padding: 1px !important;
  transition: none;
}
#page #content .panel-layout #events-table .btn-info:active, #page #content .panel-layout #events-table .btn-info:hover, #page #content .panel-layout #events-table .btn-info:focus {
  background-color: #043066;
  color: white !important;
}
#page #content .panel-layout #events-table .month-arrow {
  border-radius: 10px 0px 0px 10px !important;
}
#page #content .panel-layout #events-table #events-month {
  border-left: 1px solid #053c7f !important;
  padding: 6px 12px;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
}
#page #content .panel-layout #events-table #events-month:active, #page #content .panel-layout #events-table #events-month:hover, #page #content .panel-layout #events-table #events-month:focus {
  color: black !important;
}
#page #content .panel-layout #events-table #events-next {
  border-radius: 0px 10px 10px 0px !important;
  background-image: none;
}
#page #content .panel-layout #events-table #vb-today {
  border-radius: 10px;
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
  background-image: none;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  padding: 6px 12px;
  border-color: #ccc !important;
  transition: none;
}
#page #content .panel-layout #events-table #vb-today:active, #page #content .panel-layout #events-table #vb-today:hover, #page #content .panel-layout #events-table #vb-today:focus {
  background-color: #e6e6e6;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  text-align: left;
  color: #757575;
}

blockquote {
  position: relative;
  padding: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-size: 24px;
  line-height: 1.5em;
  font-style: italic;
  color: #053c7f;
  font-weight: normal !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
blockquote:before {
  content: '“';
  font-size: 230px;
  position: absolute;
  top: 44px;
  left: -59px;
  color: #053c7f;
  opacity: 0.07;
  font-style: normal;
  font-weight: normal;
}
blockquote:after {
  content: '”';
  font-size: 230px;
  position: absolute;
  bottom: -54px;
  right: -30px;
  color: #053c7f;
  opacity: 0.07;
  font-style: normal;
  font-weight: normal;
}

.white-text * {
  color: white;
}

#page #content .panel-grid .widget {
  border-radius: 0;
}
#page #content .panel-grid .widget .uctoday-plugin {
  display: inline;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container {
  margin: 0px;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container .uctoday-cell-date {
  margin-top: 4px !important;
  display: inline-block;
  color: #6a6a6a !important;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  font-weight: 400 !important;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container .uctoday-cell-title {
  font-size: 30px;
  line-height: 1.3em;
  color: #212121 !important;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container .uctoday-cell-title:active, #page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container .uctoday-cell-title:hover, #page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container .uctoday-cell-title:focus {
  text-decoration: underline;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-title-container .uctoday-cell-title .glyphicon {
  font-size: 14px !important;
  margin-left: 6px !important;
  opacity: 0.5 !important;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-img-container {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-cell-image {
  margin-bottom: 4px;
  position: relative;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-read-more-container a {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 8px 20px 6px;
  margin-top: 10px;
  color: white;
  margin-bottom: 20px !important;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
  border: 3px solid #000e2f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-read-more-container a:active, #page #content .panel-grid .widget .uctoday-plugin .uctoday-read-more-container a:hover, #page #content .panel-grid .widget .uctoday-plugin .uctoday-read-more-container a:focus {
  background-position: 0%;
  color: #000e2f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-read-more-container a .glyphicon {
  display: none;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-list-item {
  width: auto;
}
#page #content .panel-grid .widget .uctoday-plugin .uctoday-list-item p {
  margin-bottom: 10px;
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-list-item {
  display: block;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 168px;
}
@media (max-width: 767px) {
  #page #content .panel-grid .today-list .uctoday-plugin .uctoday-list-item {
    min-height: 28vw;
  }
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-list-item:nth-last-of-type(1) {
  border-bottom: none;
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-img-container {
  position: absolute;
  width: 40%;
  right: 0;
}
@media (max-width: 767px) {
  #page #content .panel-grid .today-list .uctoday-plugin .uctoday-img-container {
    width: 38%;
  }
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-title-container {
  padding-right: 43%;
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-title-container .uctoday-cell-date {
  margin-top: -4px !important;
  display: inline-block;
  color: #6a6a6a !important;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  vertical-align: top;
}
@media (max-width: 767px) {
  #page #content .panel-grid .today-list .uctoday-plugin .uctoday-title-container {
    padding-right: 41%;
  }
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-title-container .uctoday-cell-title {
  font-size: 24px;
  line-height: 1.4em;
  margin-top: -7px;
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-read-more-container a {
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.16em;
  background: none;
  border: none;
  font-weight: 700;
  color: #053c7f !important;
  margin-top: 0px;
}
#page #content .panel-grid .today-list .uctoday-plugin .uctoday-read-more-container a:active, #page #content .panel-grid .today-list .uctoday-plugin .uctoday-read-more-container a:hover, #page #content .panel-grid .today-list .uctoday-plugin .uctoday-read-more-container a:focus {
  text-decoration: underline;
  color: #053c7f !important;
  background: transparent;
}
#page #content .panel-grid .box-row .panel-grid-cell {
  background: white;
  padding: 20px !important;
  position: relative;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#page #content .panel-grid .box-row .panel-grid-cell .aligncenter {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page #content .panel-grid .box-row .panel-grid-cell .textwidget {
  padding-bottom: 50px;
}
#page #content .panel-grid .box-row .panel-grid-cell .textwidget .btn {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  width: 85% !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  #page #content .panel-grid .box-row .panel-grid-cell .textwidget .btn {
    width: 81% !important;
  }
}
@media (max-width: 991px) {
  #page #content .panel-grid .box-row .panel-grid-cell .textwidget .btn {
    width: 77% !important;
  }
}
#page #content .panel-grid .box-row .panel-grid-cell .textwidget p {
  margin-bottom: 10px;
}
#page #content .panel-grid .box-row .panel-grid-cell .widget .widget-title {
  color: #212121;
  font-style: normal;
  line-height: 1.3em;
}
#page #content .panel-grid .box-row .panel-grid-cell-empty {
  visibility: hidden;
}
#page #content .panel-grid .infographic-row .widget {
  margin-bottom: 0px;
  background: rgba(5, 60, 127, 0.7);
  padding: 60px 80px 0px;
  color: white;
}
@media (max-width: 780px) {
  #page #content .panel-grid .infographic-row .widget {
    padding: 60px 60px 0px;
  }
}
#page #content .panel-grid .infographic-row .widget:nth-last-of-type(1) {
  padding-bottom: 70px;
}
#page #content .panel-grid .infographic-row .widget h3.widget-title {
  color: white;
  text-align: center;
  font-size: 4.5vw !important;
  font-weight: 700;
  line-height: 1.35em;
  margin-bottom: 15px;
}
@media (max-width: 780px) {
  #page #content .panel-grid .infographic-row .widget h3.widget-title {
    font-size: 60px !important;
  }
}
#page #content .panel-grid .infographic-row .widget .textwidget p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
#page #content .panel-grid .infographic-row .widget .textwidget p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-default {
  border-color: #e5e8ee;
  overflow: hidden;
  border-radius: 10px;
  background: #fafbff;
  box-shadow: none;
  margin-bottom: 7px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5e8ee;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading {
  padding: 0px;
  background-color: transparent;
  border: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a {
  padding: 14px 50px 13px 22px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #f1f3f8;
  transition: all 400ms ease !important;
  border-color: #e9ecf3;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:focus {
  background: #d2d7e4;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a::after {
  transition: transform 120ms ease-in;
  transform: rotate(45deg);
  content: '\E433';
  font-family: 'Glyphicons Regular';
  position: absolute;
  top: 14px;
  right: 17px;
  color: #053c7f;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a.collapsed:after {
  content: '\E433';
  transition: transform 120ms ease-in;
  transform: rotate(0deg);
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-body {
  padding: 22px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget h3.widget-title {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul li, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li {
  margin-bottom: 7px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul li a, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a {
  text-decoration: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul li a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul li a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul li a:focus, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:focus {
  text-decoration: underline;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget.widget_archives ul li:nth-last-of-type(1), #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry {
  padding: 0px;
  margin-bottom: 30px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a {
  text-decoration: none;
  font-size: 24px;
  line-height: 1.3em;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:focus {
  text-decoration: underline;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .entry-content {
  margin-top: 10px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .edit-link {
  display: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .content-template-date {
  font-size: 13px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop img {
  margin-bottom: 2px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop p {
  margin-bottom: 10px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_sp_image .widget_sp_image-description {
  text-align: left;
  font-size: 16px;
  border-left: 5px solid rgba(5, 60, 127, 0.2);
  padding-left: 7px;
  font-style: italic;
  margin-top: 15px;
  line-height: 1.5em;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul {
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry {
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a {
  text-decoration: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:focus {
  text-decoration: underline;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a {
  color: black;
  text-decoration: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a .glyphicon-new-window {
  font-family: 'Glyphicons Social';
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a .glyphicon-new-window:before {
  content: '\E038';
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a img {
  display: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li {
  margin-bottom: 20px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 2px;
  display: inline-block;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:focus {
  text-decoration: underline;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a .glyphicon-new-window::before {
  font-size: 13px;
  color: #a7a7a7;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li .rss-date {
  text-transform: uppercase;
  color: #595959;
  letter-spacing: 0.04em;
  font-size: 13px;
  display: block;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li::nth-last-of-type(1) {
  margin-bottom: 0px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .rssSummary {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group {
    width: 100%;
  }
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset {
  border: 1px solid #c1cad7;
  border-radius: 10px;
  background: #f1f3f8;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #333;
  font-size: 15px;
  width: 189px;
}
@media (max-width: 1200px) {
  #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control {
    width: 139px;
  }
}
@media (max-width: 991px) {
  #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control {
    float: left;
    width: 90%;
  }
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control::placeholder, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control::-moz-placeholder, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control::-webkit-input-placeholder {
  color: #333 !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .form-control:-ms-input-placeholder {
  color: #333 !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default {
  border: none !important;
  background: transparent !important;
  padding: 7px 10px !important;
  border-radius: 0px 9px 9px 0px !important;
  -webkit-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}
@media (max-width: 991px) {
  #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default {
    width: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default:focus {
  background-image: none;
  background: #000e2f !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default:active .glyphicon, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default:hover .glyphicon, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .form-group fieldset .btn.btn-default:focus .glyphicon {
  color: white;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu {
  padding-left: 0px;
  list-style-type: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu {
  padding-left: 0px;
  list-style-type: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu li > a {
  padding-left: 30px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu {
  padding-left: 0px;
  list-style-type: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu li > a {
  padding-left: 45px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu .sub-menu {
  padding-left: 0px;
  list-style-type: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu .sub-menu li > a {
  padding-left: 65px;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a {
  text-decoration: none;
  display: block;
  padding-left: 20px;
  color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: 5px solid white;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:focus {
  color: #043066;
  border-left: 5px solid #043066;
  background: #f0f3f7;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.menu-item.current-menu-item a {
  background-color: #053c7f;
  border-left: 5px solid #043066;
  color: white;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.menu-item.current-menu-item a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.menu-item.current-menu-item a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.menu-item.current-menu-item a:focus {
  background-color: #f0f3f7;
  color: #043066;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal {
  margin-left: 0 !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal.uc-iconcal .uc-cal-item .uc-cal-event-title {
  font-size: 16px !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event {
  color: #1b1b1b !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
  color: #053c7f !important;
  border-color: #d2d7dd !important;
  border-radius: 8px;
  background: white;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
  background: #d2d7dd !important;
  color: #222 !important;
  border-radius: 7px 7px 0px 0px;
  padding: 3px 0px 2px !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
  color: #1b1b1b !important;
  background: transparent !important;
  padding: 3px 0px 2px !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal.uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
  background: transparent !important;
  font-weight: 500 !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt .rcpt_item_title {
  font-size: 20px;
  font-weight: 700;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a {
  text-decoration: none;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:focus {
  text-decoration: underline;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_simple-social-icons a {
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 19px;
  background-color: #053c7f;
  border: 3px solid #053c7f !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-size: 226%;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: white !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_simple-social-icons a:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_simple-social-icons a:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_simple-social-icons a:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: white !important;
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input.button,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input[type="submit"],
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input.button,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input[type="submit"] {
  text-transform: uppercase;
  padding: 9px 25px 8px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  border: 3px solid #053c7f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input.button:active, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input.button:hover, #page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input.button:focus,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input[type="submit"]:active,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input[type="submit"]:hover,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_footer input[type="submit"]:focus,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input.button:active,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input.button:hover,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input.button:focus,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input[type="submit"]:active,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input[type="submit"]:hover,
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget .gform_wrapper .gform_page_footer input[type="submit"]:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
}
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_gform_widget textarea {
  border-radius: 10px;
}
#page #content .entry-content .panel-layout .panel-grid .siteorigin-panels-stretch .panel-grid-cell .widget.widget_sp_image .widget_sp_image-description {
  border-left: none;
  padding-left: 0px;
  font-style: normal;
  margin-top: 0;
  line-height: 1.5em;
}
#page #content .entry-content p {
  line-height: 1.6em;
  margin-bottom: 20px;
}

.modal-content p {
  margin-bottom: 10px !important;
}
.modal-content .modal-event-description {
  font-size: 16px;
}

.modal {
  z-index: 10001 !important;
}

.modal-backdrop {
  z-index: 10000;
}

body.home {
  background: white;
}
body.home.page-template-page-blank #content .entry-content .widget h3.widget-title {
  font-size: 23px;
  line-height: 1.35em;
}
body.home.page-template-page-blank #content .entry-content .widget a {
  color: #053c7f;
}
body.home.page-template-default #content h3.widget-title {
  font-size: 23px !important;
  line-height: 1.35em;
}
body.home.page-template-default #content a {
  color: #053c7f;
}
body.home #content .panel-grid .widget a {
  color: #053c7f;
}
body.home #content .panel-grid .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title {
  font-weight: bold;
}
body.home #content .in-page-list li.current-menu-ancestor > a, body.home #content .in-page-list li.current_page_item > a {
  color: white;
}
body.home .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap {
  width: 1200px !important;
}
@media (max-width: 991px) {
  body.home .entry-content .widget.widget_metaslider_widget .metaslider .caption-wrap {
    width: 100% !important;
  }
}

#footers {
  background: #f0f3f7;
  border-top: 1px solid #edeff2;
  color: #111111;
  border-bottom: 5px solid #053c7f;
  padding: 60px 0px;
}
#footers a {
  color: white;
}
#footers a:active, #footers a:hover, #footers a:focus {
  color: #afb1c3;
}
#footers #mega-footer {
  color: #111111;
  padding-top: 0px;
}
#footers #mega-footer .widget {
  color: #111111;
  list-style: none;
}
#footers #mega-footer .widget .widget-title {
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 18px;
}
#footers #mega-footer .widget a {
  color: #053c7f;
}
#footers #mega-footer .widget a:active, #footers #mega-footer .widget a:hover, #footers #mega-footer .widget a:focus {
  color: #000e2f;
}
#footers #mega-footer .widget .textwidget {
  margin-left: 0px;
}
#footers #mega-footer .widget ul {
  margin-left: 0px;
  padding-left: 0px;
}
#footers #mega-footer .widget ul li {
  list-style-type: none;
}
#footers #mega-footer .widget.widget_simple-social-icons a {
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 19px;
  background-color: #053c7f;
  border: 3px solid #053c7f !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-size: 226%;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: white !important;
}
#footers #mega-footer .widget.widget_simple-social-icons a:active, #footers #mega-footer .widget.widget_simple-social-icons a:hover, #footers #mega-footer .widget.widget_simple-social-icons a:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: transparent;
}
#footers #mega-footer .widget .uc-cal {
  margin-left: 0 !important;
}
#footers #mega-footer .widget .uc-cal.uc-iconcal .uc-cal-item .uc-cal-event-title {
  font-size: 16px !important;
}
#footers #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event {
  color: #1b1b1b !important;
}
#footers #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
  color: #053c7f !important;
  border-color: #d2d7dd !important;
  border-radius: 8px;
  background: white;
}
#footers #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
  background: #d2d7dd !important;
  color: #222 !important;
  border-radius: 7px 7px 0px 0px;
  padding: 3px 0px 2px !important;
}
#footers #mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
  color: #1b1b1b !important;
  background: transparent !important;
  padding: 3px 0px 2px !important;
}
#footers #mega-footer .widget .uc-cal.uc-listcal {
  padding-left: 7px !important;
}
#footers #mega-footer .widget .uc-cal.uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
  background: transparent !important;
  font-weight: 500 !important;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive {
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 15px;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive th {
  display: none;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive td {
  padding-left: 27px;
  position: relative;
  border: none !important;
  padding-top: 2px;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive .uc-output-phone::before {
  content: "\E443";
  font-family: 'Glyphicons Regular';
  position: absolute;
  left: 0;
  top: 3px;
  color: #5a6e88;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive .uc-output-email::before {
  content: "\E011";
  font-family: 'Glyphicons Regular';
  position: absolute;
  left: 0;
  top: 3px;
  color: #5a6e88;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive .uc-output-addr::before {
  content: "\E243";
  font-family: 'Glyphicons Regular';
  position: absolute;
  left: 0;
  top: 3px;
  color: #5a6e88;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive a {
  text-decoration: none;
}
#footers #mega-footer .widget.uc-contact-widget .table-responsive a:active, #footers #mega-footer .widget.uc-contact-widget .table-responsive a:hover, #footers #mega-footer .widget.uc-contact-widget .table-responsive a:focus {
  text-decoration: underline;
}
#footers #mega-footer .widget .btn {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 13px 43px 11px;
  border-radius: 0px;
}
#footers #mega-footer .widget .btn.btn-lowercase {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 12px 43px 11px;
}
#footers #mega-footer .widget .btn.btn-default {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #BBC5D2 50%);
  background-image: linear-gradient(90deg, transparent 50%, #BBC5D2 50%);
  border: 3px solid #BBC5D2;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#footers #mega-footer .widget .btn.btn-default:active, #footers #mega-footer .widget .btn.btn-default:hover, #footers #mega-footer .widget .btn.btn-default:focus {
  background-position: 0%;
  color: #BBC5D2 !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #BBC5D2 50%);
  background-image: linear-gradient(90deg, transparent 50%, #BBC5D2 50%);
}
#footers #mega-footer .widget .btn.btn-default:active, #footers #mega-footer .widget .btn.btn-default:hover, #footers #mega-footer .widget .btn.btn-default:focus {
  color: #222 !important;
}
#footers #mega-footer .widget .btn.btn-primary {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
  border: 3px solid #000e2f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#footers #mega-footer .widget .btn.btn-primary:active, #footers #mega-footer .widget .btn.btn-primary:hover, #footers #mega-footer .widget .btn.btn-primary:focus {
  background-position: 0%;
  color: #000e2f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
}
#footers #mega-footer .widget .btn.btn-info {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #20809D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #20809D 50%);
  border: 3px solid #20809D;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#footers #mega-footer .widget .btn.btn-info:active, #footers #mega-footer .widget .btn.btn-info:hover, #footers #mega-footer .widget .btn.btn-info:focus {
  background-position: 0%;
  color: #20809D !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #20809D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #20809D 50%);
}
#footers #mega-footer .widget .btn.btn-success {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #3A833A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #3A833A 50%);
  border: 3px solid #3A833A;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#footers #mega-footer .widget .btn.btn-success:active, #footers #mega-footer .widget .btn.btn-success:hover, #footers #mega-footer .widget .btn.btn-success:focus {
  background-position: 0%;
  color: #3A833A !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #3A833A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #3A833A 50%);
}
#footers #mega-footer .widget .btn.btn-warning {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #A5660D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #A5660D 50%);
  border: 3px solid #A5660D;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#footers #mega-footer .widget .btn.btn-warning:active, #footers #mega-footer .widget .btn.btn-warning:hover, #footers #mega-footer .widget .btn.btn-warning:focus {
  background-position: 0%;
  color: #A5660D !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #A5660D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #A5660D 50%);
}
#footers #mega-footer .widget .btn.btn-danger {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #D4403A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #D4403A 50%);
  border: 3px solid #D4403A;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#footers #mega-footer .widget .btn.btn-danger:active, #footers #mega-footer .widget .btn.btn-danger:hover, #footers #mega-footer .widget .btn.btn-danger:focus {
  background-position: 0%;
  color: #D4403A !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #D4403A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #D4403A 50%);
}
#footers #mega-footer .widget.widget_nav_menu ul {
  margin-left: 0px;
}
#footers #mega-footer .widget.widget_nav_menu ul ul {
  margin-left: 20px;
}
#footers #mega-footer .widget.widget_nav_menu ul ul ul {
  margin-left: 20px;
}
#footers #mega-footer abbr[title], #footers #mega-footer abbr[data-original-title] {
  cursor: pointer;
}
#footers #mega-footer .searchform form {
  margin: 0px;
}
#footers #mega-footer .searchform form fieldset {
  border: 1px solid #c1cad7;
  border-radius: 10px;
  background: white;
}
#footers #mega-footer .searchform form fieldset .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #333;
  font-size: 15px;
}
@media (max-width: 1200px) {
  #footers #mega-footer .searchform form fieldset .form-control {
    width: 139px;
  }
}
@media (max-width: 991px) {
  #footers #mega-footer .searchform form fieldset .form-control {
    float: left;
    width: 90%;
  }
}
#footers #mega-footer .searchform form fieldset .form-control::placeholder, #footers #mega-footer .searchform form fieldset .form-control::-moz-placeholder, #footers #mega-footer .searchform form fieldset .form-control::-webkit-input-placeholder {
  color: #333 !important;
}
#footers #mega-footer .searchform form fieldset .form-control:-ms-input-placeholder {
  color: #333 !important;
}
#footers #mega-footer .searchform form fieldset .btn.btn-default {
  border: none;
  background: transparent;
  padding: 7px 10px !important;
  border-radius: 0px 9px 9px 0px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 991px) {
  #footers #mega-footer .searchform form fieldset .btn.btn-default {
    width: 10%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#footers #mega-footer .searchform form fieldset .btn.btn-default:active, #footers #mega-footer .searchform form fieldset .btn.btn-default:hover, #footers #mega-footer .searchform form fieldset .btn.btn-default:focus {
  background-image: none;
  background: #000e2f;
}
#footers #mega-footer .searchform form fieldset .btn.btn-default:active .glyphicon, #footers #mega-footer .searchform form fieldset .btn.btn-default:hover .glyphicon, #footers #mega-footer .searchform form fieldset .btn.btn-default:focus .glyphicon {
  color: white;
}
#footers #footer {
  color: #111;
  padding: 0px;
}
#footers #footer ul {
  text-align: center;
  margin-bottom: 0px;
}
#footers #footer ul li {
  padding-left: 1.5em;
  display: inline-block;
  margin-bottom: 0px;
}
@media (max-width: 780px) {
  #footers #footer ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}
#footers #footer ul li a {
  color: #111;
  padding: 0px;
}
#footers #footer ul li a:active, #footers #footer ul li a:hover, #footers #footer ul li a:focus {
  color: #053c7f;
}

#masthead .header-widget-area .widget .btn {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 9px 33px 8px;
}
#masthead .header-widget-area .widget .btn.btn-lowercase {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 12px 43px 11px;
}
#masthead .header-widget-area .widget .btn.btn-default {
  border-color: #D9E0E9 !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
  background-image: linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
  border: 3px solid #F0F3F7;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#masthead .header-widget-area .widget .btn.btn-default:active, #masthead .header-widget-area .widget .btn.btn-default:hover, #masthead .header-widget-area .widget .btn.btn-default:focus {
  background-position: 0%;
  color: #F0F3F7 !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
  background-image: linear-gradient(90deg, transparent 50%, #F0F3F7 50%);
}
#masthead .header-widget-area .widget .btn.btn-default:active, #masthead .header-widget-area .widget .btn.btn-default:hover, #masthead .header-widget-area .widget .btn.btn-default:focus {
  color: #222 !important;
  border-color: #D9E0E9;
}
#masthead .header-widget-area .widget .btn.btn-primary {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
  border: 3px solid #000e2f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#masthead .header-widget-area .widget .btn.btn-primary:active, #masthead .header-widget-area .widget .btn.btn-primary:hover, #masthead .header-widget-area .widget .btn.btn-primary:focus {
  background-position: 0%;
  color: #000e2f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #000e2f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #000e2f 50%);
}
#masthead .header-widget-area .widget .btn.btn-info {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #20809D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #20809D 50%);
  border: 3px solid #20809D;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#masthead .header-widget-area .widget .btn.btn-info:active, #masthead .header-widget-area .widget .btn.btn-info:hover, #masthead .header-widget-area .widget .btn.btn-info:focus {
  background-position: 0%;
  color: #20809D !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #20809D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #20809D 50%);
}
#masthead .header-widget-area .widget .btn.btn-success {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #3A833A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #3A833A 50%);
  border: 3px solid #3A833A;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#masthead .header-widget-area .widget .btn.btn-success:active, #masthead .header-widget-area .widget .btn.btn-success:hover, #masthead .header-widget-area .widget .btn.btn-success:focus {
  background-position: 0%;
  color: #3A833A !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #3A833A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #3A833A 50%);
}
#masthead .header-widget-area .widget .btn.btn-warning {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #A5660D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #A5660D 50%);
  border: 3px solid #A5660D;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#masthead .header-widget-area .widget .btn.btn-warning:active, #masthead .header-widget-area .widget .btn.btn-warning:hover, #masthead .header-widget-area .widget .btn.btn-warning:focus {
  background-position: 0%;
  color: #A5660D !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #A5660D 50%);
  background-image: linear-gradient(90deg, transparent 50%, #A5660D 50%);
}
#masthead .header-widget-area .widget .btn.btn-danger {
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #D4403A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #D4403A 50%);
  border: 3px solid #D4403A;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#masthead .header-widget-area .widget .btn.btn-danger:active, #masthead .header-widget-area .widget .btn.btn-danger:hover, #masthead .header-widget-area .widget .btn.btn-danger:focus {
  background-position: 0%;
  color: #D4403A !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #D4403A 50%);
  background-image: linear-gradient(90deg, transparent 50%, #D4403A 50%);
}
#masthead .header-widget-area .widget.simple-social-icons ul li a {
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 19px;
  background-color: #053c7f;
  border: 3px solid #053c7f !important;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-size: 226%;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: white !important;
}
#masthead .header-widget-area .widget.simple-social-icons ul li a:active, #masthead .header-widget-area .widget.simple-social-icons ul li a:hover, #masthead .header-widget-area .widget.simple-social-icons ul li a:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: white !important;
}

.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"] {
  text-transform: uppercase;
  padding: 9px 25px 8px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
  border: 3px solid #053c7f;
  border-radius: 10px;
  background-size: 229%;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:active,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type="submit"]:active,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:focus {
  background-position: 0%;
  color: #053c7f !important;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent 50%, #053c7f 50%);
  background-image: linear-gradient(90deg, transparent 50%, #053c7f 50%);
}

table {
  border-color: white;
}
table td {
  border-color: white;
}
