/* media queries */
/* color mixins */
/* hovers and buttons */
/* inner page area */
/* shares and icons */
.half {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  position: fixed;
  width: 50%;
  z-index: 100;
}
/* -------------------------------------- -------------------------------------- */
/* helper classes */
.font {
  font-family: 'Montserrat', verdana, sans-serif;
}
.a_link {
  text-decoration: none;
  outline: none;
  border: none;
}
.ul_row {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.ul_row li {
  display: inline-block;
  float: none;
  font-size: 0px;
}
.ul_row li a {
  display: block;
}
.ul_col {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ul_col li {
  display: block;
  float: none;
}
.ul_col li a {
  display: block;
}
.no_wrap {
  display: block;
  overflow: hidden;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input_strip {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
/* alpha color */
/* -------------------------------------- -------------------------------------- */
/* page element */
body * {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  font-family: 'Montserrat', verdana, sans-serif;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin: 0px 0px 24px;
}
h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: 0px 0px 24px;
}
h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0px 0px 24px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0px 0px 24px;
}
p,
li {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  color: #7e7ab2;
}
p {
  margin: 0px 0px 24px;
}
ul,
ol {
  margin: 0px 0px 24px;
}
a {
  color: #c8102e;
  text-decoration: none;
  outline: none;
  border: none;
}
a:hover {
  color: #7e7ab2;
}
img {
  border: none;
  outline: none;
  display: block;
}
.media-youtube-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.1%;
  padding-top: 0px;
  height: 0;
}
.media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="submit"],
textarea,
select,
button {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
.needsfilled {
  color: #db000b !important;
}
.fb-like {
  width: 82px !important;
}
.clearfix:after {
  font-size: 0px;
}
#admin-menu li {
  font-size: 14px;
  line-height: 16px;
}
/* -------------------------------------- -------------------------------------- */
/* page structure */
body {
  font-family: 'Montserrat', verdana, sans-serif;
  color: #151f6d;
  background-color: #dcdaeb;
  margin: 0px;
  padding: 0px;
}
#page-wrapper {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#page {
  margin: 0px;
  padding: 0px;
}
.section {
  margin: 0px;
}
.base_page {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* header */
#header .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #header .section {
    padding: 0px;
  }
}
/* -------------------------------------- */
/* menu */
#menu {
  background-color: #151f6d;
  margin-top: 32px;
  height: 66px;
  border-top: 1px solid #515097;
  border-bottom: 1px solid #0a0f3d;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu {
    margin-top: 0;
  }
}
#menu .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* banner */
#banner {
  border-bottom: 1px solid #dcdaeb;
}
#banner .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* content top */
#content-top {
  border-top: 1px solid #7e7ab2;
  box-shadow: inset 0 23px 53px -41px #151f6d;
  padding: 57px 0 52px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #content-top {
    padding: 32px 0 36px;
  }
}
#content-top .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* content mid */
#content-mid .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* main-wrapper */
#main-wrapper {
  box-shadow: inset 0 24px 66px -27px #7e7ab2;
  background-image: url(../../../all/themes/basetheme/img/home_content_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: 43px solid #515097;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #main-wrapper {
    background-image: url(../../../all/themes/basetheme/img/mobile_content_bg.png);
    background-size: 100% auto;
    background-position: top left;
    border-bottom: 36px solid #515097;
  }
}
#main-wrapper #main {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
  padding-bottom: 47px;
  /* -------------------------------------- */
  /* content */
  /* interior */
  /* -------------------------------------- */
  /* right sidebar */
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #main-wrapper #main {
    padding-bottom: 26px;
  }
}
.sidebar-second #main-wrapper #main #content {
  width: 66%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .sidebar-second #main-wrapper #main #content {
    width: 100%;
  }
}
.sidebar-second #main-wrapper #main #content .section {
  margin-top: 50px;
}
#main-wrapper #main #sidebar-second {
  width: 30%;
  margin-left: 4%;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #main-wrapper #main #sidebar-second {
    width: 100%;
  }
}
#main-wrapper #main #sidebar-second .section {
  padding-top: 50px;
  max-width: 345px;
}
/* -------------------------------------- */
/* content after */
#content-after .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* content bottom */
#content-bottom {
  background-color: #ffffff;
}
#content-bottom .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
/* -------------------------------------- */
/* footer */
#footer {
  background-color: #151f6d;
  border-top: 1px solid #7e7ab2;
}
#footer .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
  text-align: center;
  padding-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer .section {
    padding: 0px;
  }
}
/* -------------------------------------- */
/* footer second */
#footer-second {
  background-color: #151f6d;
}
#footer-second .section {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
  text-align: center;
  padding-bottom: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer-second .section {
    padding: 0px 0 30px 0;
  }
}
/* -------------------------------------- -------------------------------------- */
/**** MENU - Menu Region ****/
#menu #logo {
  position: absolute;
  left: 50%;
  margin-left: -93px;
  margin-top: -20px;
  z-index: 200;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #logo {
    margin-left: 0;
    left: unset;
    margin-top: 10px;
  }
}
#menu #logo img {
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #logo img {
    width: 88px;
  }
}
#menu #logo img:hover {
  opacity: 0.8;
}
#menu #block-superfish-1 {
  margin: 0px 0px 0px 15px;
  padding: 11px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #block-superfish-1 {
    padding: 0px;
  }
}
#menu #block-superfish-1 #superfish-1,
#menu #block-superfish-1 #mobile-menu {
  display: block;
  text-align: center;
  font-size: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  #menu #block-superfish-1 #superfish-1,
  #menu #block-superfish-1 #mobile-menu {
    display: none !important;
  }
}
#menu #block-superfish-1 #superfish-1 li,
#menu #block-superfish-1 #mobile-menu li {
  margin: 0px;
  display: inline-block;
  float: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #block-superfish-1 #superfish-1 li,
  #menu #block-superfish-1 #mobile-menu li {
    display: block;
  }
}
#menu #block-superfish-1 #superfish-1 li a,
#menu #block-superfish-1 #mobile-menu li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  font-weight: 400;
  letter-spacing: -.045em;
  margin: 15px 0px 0px;
  padding: 0px 8px;
  border-right: 1px solid #ffffff;
  display: block;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #menu #block-superfish-1 #superfish-1 li a,
  #menu #block-superfish-1 #mobile-menu li a {
    padding: 0px 20px;
    line-height: 44px;
    height: 44px;
  }
}
#menu #block-superfish-1 #superfish-1 li a:hover,
#menu #block-superfish-1 #mobile-menu li a:hover,
#menu #block-superfish-1 #superfish-1 li a.active,
#menu #block-superfish-1 #mobile-menu li a.active {
  color: #7e7ab2;
}
#menu #block-superfish-1 #superfish-1 li a.disabled,
#menu #block-superfish-1 #mobile-menu li a.disabled {
  color: #ffffff;
  cursor: default;
}
#menu #block-superfish-1 #superfish-1 li ul,
#menu #block-superfish-1 #mobile-menu li ul {
  margin: 52px 0px 0px 0px;
  text-align: left;
  padding: 0px;
  top: 0;
  background-color: #ffffff;
  width: 340px;
  background-image: url(../../../all/themes/basetheme/img/accent_arrow_dropdown.png);
  background-repeat: no-repeat;
  background-position: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #block-superfish-1 #superfish-1 li ul,
  #menu #block-superfish-1 #mobile-menu li ul {
    box-shadow: none;
    margin: 0px;
    display: block !important;
    visibility: visible !important;
    position: static;
    width: 100%;
  }
}
#menu #block-superfish-1 #superfish-1 li ul li,
#menu #block-superfish-1 #mobile-menu li ul li {
  height: 60px;
  overflow: hidden;
  display: block;
  border: 1px solid #151f6d;
  border-top: 0;
  background-image: url(../../../all/themes/basetheme/img/down_arrow_menu.png);
  background-repeat: no-repeat;
  background-position: 20px 30px;
}
#menu #block-superfish-1 #superfish-1 li ul li a,
#menu #block-superfish-1 #mobile-menu li ul li a {
  width: 100% !important;
  padding: 10px 10px 10px 50px;
  margin: 0px;
  color: #151f6d;
  line-height: 48px;
  height: 48px;
  border: none;
  text-align: left;
}
#menu #block-superfish-1 #superfish-1 li ul li a.disabled,
#menu #block-superfish-1 #mobile-menu li ul li a.disabled {
  color: #151f6d;
  cursor: default;
}
#menu #block-superfish-1 #superfish-1 li ul li:hover,
#menu #block-superfish-1 #mobile-menu li ul li:hover {
  height: unset;
}
#menu #block-superfish-1 #superfish-1 li ul li ul,
#menu #block-superfish-1 #mobile-menu li ul li ul {
  margin: 0px 0px 0px 0px;
  text-align: left;
  position: relative;
  padding: 0px;
  background-color: #dcdaeb;
  width: 340px;
  left: 0 !important;
  background-image: none;
  -webkit-transition: .5s;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #block-superfish-1 #superfish-1 li ul li ul,
  #menu #block-superfish-1 #mobile-menu li ul li ul {
    box-shadow: none;
    margin: 0px;
    display: block !important;
    visibility: visible !important;
    position: static;
    width: 100%;
  }
}
#menu #block-superfish-1 #superfish-1 li ul li ul li,
#menu #block-superfish-1 #mobile-menu li ul li ul li {
  display: block;
  border-left: 0;
  border-right: 0;
  height: 68px;
  padding: 0;
  background: transparent;
}
#menu #block-superfish-1 #superfish-1 li ul li ul li a,
#menu #block-superfish-1 #mobile-menu li ul li ul li a {
  width: 100% !important;
  padding: 10px;
  margin: 0px;
  color: #151f6d;
  line-height: 48px;
  height: 48px;
  border: none;
  text-align: left;
}
#menu #block-superfish-1 #superfish-1 li ul li ul li a:hover,
#menu #block-superfish-1 #mobile-menu li ul li ul li a:hover,
#menu #block-superfish-1 #superfish-1 li ul li ul li a.active,
#menu #block-superfish-1 #mobile-menu li ul li ul li a.active {
  color: #c8102e;
  height: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #block-superfish-1 #superfish-1 li ul li ul li a:hover,
  #menu #block-superfish-1 #mobile-menu li ul li ul li a:hover,
  #menu #block-superfish-1 #superfish-1 li ul li ul li a.active,
  #menu #block-superfish-1 #mobile-menu li ul li ul li a.active {
    background-color: #151f6d;
  }
}
#menu #block-superfish-1 #superfish-1 li ul li ul li.first,
#menu #block-superfish-1 #mobile-menu li ul li ul li.first {
  border-top: 1px solid #151f6d;
}
#menu #block-superfish-1 #superfish-1 > li.first a,
#menu #block-superfish-1 #mobile-menu > li.first a {
  margin-left: 0;
  padding-left: 0;
}
#menu #block-superfish-1 #superfish-1 > li.sf-item-3 a,
#menu #block-superfish-1 #mobile-menu > li.sf-item-3 a {
  border-right: 0;
}
#menu #block-superfish-1 #superfish-1 > li.sf-item-4,
#menu #block-superfish-1 #mobile-menu > li.sf-item-4 {
  width: 190px;
  text-indent: -9999px;
}
#menu #block-superfish-1 #superfish-1 > li.sf-item-4 a,
#menu #block-superfish-1 #mobile-menu > li.sf-item-4 a {
  border-right: 0;
}
#menu #block-superfish-1 #superfish-1 > li.last a,
#menu #block-superfish-1 #mobile-menu > li.last a {
  border-right: 0;
  padding-right: 0;
}
#menu #block-superfish-1 .sf-mob-trigger .sf-mob-icon {
  color: #ffffff;
  line-height: 66px;
  height: 66px;
  padding: 0px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  display: none;
  margin: 0px 0px 0px;
  font-size: 70px;
  font-family: Serif;
  font-weight: 700;
  vertical-align: -4px;
  cursor: pointer;
  border-bottom: 0px solid #ffffff;
}
#menu #block-superfish-1 .sf-mob-trigger .sf-mob-icon:hover {
  color: #c8102e;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu #block-superfish-1 .sf-mob-trigger .sf-mob-icon {
    display: block;
  }
}
#collapsed-menu-button {
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  #collapsed-menu-button {
    display: block !important;
  }
}
#menu-attached-button,
#collapsed-menu-button {
  background: transparent;
  font-size: 42px;
  color: #ffffff;
  height: 70px;
  width: auto;
  padding: 0;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: -2px;
  border: 0;
  margin-top: 30px;
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  #menu-attached-button,
  #collapsed-menu-button {
    display: block !important;
  }
}
#menu-attached-button.right,
#collapsed-menu-button.right {
  top: 0;
  left: -50px;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  #menu-attached-button,
  #collapsed-menu-button {
    display: block !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #menu-attached-button,
  #collapsed-menu-button {
    margin-top: 0;
  }
}
#mobile-menu-wrapper {
  background-color: #151f6d;
}
#mobile-menu-wrapper #mobile-menu,
#mobile-menu-wrapper .mobile-menu {
  background-color: #151f6d;
}
#mobile-menu-wrapper #mobile-menu li a,
#mobile-menu-wrapper .mobile-menu li a {
  color: #ffffff;
}
#mobile-menu-wrapper #mobile-menu li a:hover,
#mobile-menu-wrapper .mobile-menu li a:hover,
#mobile-menu-wrapper #mobile-menu li a.active,
#mobile-menu-wrapper .mobile-menu li a.active {
  color: #7e7ab2;
}
#mobile-menu-wrapper #mobile-menu li.item-with-ul > *:first-child,
#mobile-menu-wrapper .mobile-menu li.item-with-ul > *:first-child {
  background: transparent;
  color: #ffffff;
  width: 100%;
}
#mobile-menu-wrapper #mobile-menu li.item-with-ul > *:first-child a,
#mobile-menu-wrapper .mobile-menu li.item-with-ul > *:first-child a {
  border: 0;
  width: 85%;
  color: #ffffff;
}
#mobile-menu-wrapper #mobile-menu li.item-with-ul > *:first-child a:hover,
#mobile-menu-wrapper .mobile-menu li.item-with-ul > *:first-child a:hover {
  color: #7e7ab2;
}
#mobile-menu-wrapper #mobile-menu li ul,
#mobile-menu-wrapper .mobile-menu li ul {
  background-color: #ffffff;
}
#mobile-menu-wrapper #mobile-menu li ul li a,
#mobile-menu-wrapper .mobile-menu li ul li a {
  color: #151f6d !important;
}
#mobile-menu-wrapper #mobile-menu li ul li a:hover,
#mobile-menu-wrapper .mobile-menu li ul li a:hover,
#mobile-menu-wrapper #mobile-menu li ul li a.active,
#mobile-menu-wrapper .mobile-menu li ul li a.active {
  color: #c8102e !important;
}
#mobile-menu-wrapper #mobile-menu li ul li.item-with-ul > * > a,
#mobile-menu-wrapper .mobile-menu li ul li.item-with-ul > * > a {
  border: 0;
  width: 85%;
}
#mobile-menu-wrapper #mobile-menu li ul li ul,
#mobile-menu-wrapper .mobile-menu li ul li ul {
  background-color: #dcdaeb;
}
#mobile-menu-wrapper #mobile-menu li ul li ul li > a,
#mobile-menu-wrapper .mobile-menu li ul li ul li > a {
  color: #151f6d;
}
#mobile-menu-wrapper #mobile-menu li ul li ul li > a:hover,
#mobile-menu-wrapper .mobile-menu li ul li ul li > a:hover,
#mobile-menu-wrapper #mobile-menu li ul li ul li > a.active,
#mobile-menu-wrapper .mobile-menu li ul li ul li > a.active {
  color: #7e7ab2;
}
#mobile-menu-wrapper #mobile-menu li.sf-item-4,
#mobile-menu-wrapper .mobile-menu li.sf-item-4 {
  display: none;
}
/**** end MENU - Menu Region ****/
/**** HEADER - Header Region ****/
#header .section {
  max-width: 100%;
  padding: 0;
  border-bottom: 1px solid #dcdaeb;
  outline-bottom: 1px solid #7e7ab2;
}
#header .section .view-homepage-banner .flex-nav-container {
  margin: 0;
}
#header .section .view-homepage-banner .flex-nav-container .flexslider {
  border: 0;
  border-radius: 0;
  box-shadow: unset;
  margin-bottom: 0;
  max-height: 650px;
  background-color: #dcdaeb;
}
#header .section .view-homepage-banner .flex-nav-container .flexslider .flex-caption {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  top: 43%;
  left: 50%;
  max-width: 1320px;
  display: block;
  text-align: center;
  margin: 0 auto 0 ;
  -webkit-transform: translate(-50%, -23%);
  line-height: 70px;
  width: 100%;
}
@media only screen and (max-width: 1110px) {
  #header .section .view-homepage-banner .flex-nav-container .flexslider .flex-caption {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #header .section .view-homepage-banner .flex-nav-container .flexslider .flex-caption {
    font-size: 36px;
    line-height: 40px;
    top: 24%;
    -webkit-transform: translate(-50%, 0%);
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #header .section .view-homepage-banner .flex-nav-container .flexslider .flex-caption {
    font-size: 30px;
    line-height: 36px;
    top: auto;
    -webkit-transform: translate(0%, 0%);
    position: static;
    background-color: #151f6d;
    padding: 10px;
    box-sizing: border-box;
    left: auto;
  }
}
#header .section .view-homepage-banner .flex-nav-container .flexslider .flex-caption img {
  width: auto;
  margin: 24px auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #header .section .view-homepage-banner .flex-nav-container .flexslider .flex-caption img {
    margin: 14px auto;
    width: 150px;
  }
}
#header .section .view-homepage-banner .flex-nav-container .flex-control-paging {
  display: block;
  bottom: 44px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #header .section .view-homepage-banner .flex-nav-container .flex-control-paging {
    bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #header .section .view-homepage-banner .flex-nav-container .flex-control-paging {
    display: none;
  }
}
#header .section .view-homepage-banner .flex-nav-container .flex-control-paging li {
  margin: 0 9px;
}
#header .section .view-homepage-banner .flex-nav-container .flex-control-paging li a {
  background: #ffffff;
  width: 20px;
  height: 20px;
}
#header .section .view-homepage-banner .flex-nav-container .flex-control-paging li a.flex-active,
#header .section .view-homepage-banner .flex-nav-container .flex-control-paging li a:hover {
  background: #c8102e;
}
#header .section .view-homepage-banner .flex-nav-container .flex-direction-nav {
  display: none;
}
#header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row {
  max-height: 650px;
  min-height: 410px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row {
    min-height: auto;
  }
}
#header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row .views-field-field-banner-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row .views-field-field-banner-image img {
    height: auto;
    position: relative;
    left: auto;
    width: 100%;
    -webkit-transform: translateX(0);
  }
}
#header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row .views-field-field-call-to-action {
  max-width: 1320px;
  margin: 0 auto;
}
#header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row .views-field-field-call-to-action-image {
  top: 35%;
  left: 50%;
  max-width: 1320px;
  display: block;
  text-align: center;
  margin: 0 auto 0 -660px;
}
#header .section #block-views-homepage-banner-block .flexslider-views-slideshow-main-frame-row .views-field-field-call-to-action-image img {
  width: auto;
}
/**** end HEADER - Header Region ****/
/**** CONTENTTOP - Content Top Region ****/
#block-views-callout-boxes-block .view-callout-boxes {
  border: 1px solid #b4b1d4;
  padding: 40px 35px 33px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-views-callout-boxes-block .view-callout-boxes {
    border: 0;
    padding: 20px 0 33px;
  }
}
#block-views-callout-boxes-block .view-callout-boxes::before {
  content: url(../../../all/themes/basetheme/img/accent_stars.png);
  background-color: #dcdaeb;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -97px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-callout-boxes-block .view-callout-boxes::before {
    background-color: transparent;
    top: -7px;
  }
}
#block-views-callout-boxes-block .view-callout-boxes::after {
  content: url(../../../all/themes/basetheme/img/accent_swirl.png);
  background-color: #dcdaeb;
  padding: 0 5px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -55px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-callout-boxes-block .view-callout-boxes::after {
    bottom: -10px;
  }
}
#block-views-callout-boxes-block .view-callout-boxes .views-row {
  display: inline-block;
  border: 15px solid #ffffff;
  position: relative;
  width: 32.5%;
  box-sizing: border-box;
  margin-right: .5%;
  max-width: 585px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-views-callout-boxes-block .view-callout-boxes .views-row {
    width: 100%;
    margin: 10px auto;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-callout-boxes-block .view-callout-boxes .views-row {
    width: 100%;
    box-sizing: border-box;
    max-height: 130px;
    border: 7px solid #ffffff;
    margin-right: auto;
    margin-bottom: 21px;
  }
}
#block-views-callout-boxes-block .view-callout-boxes .views-row.views-row-last {
  margin-right: 0%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-views-callout-boxes-block .view-callout-boxes .views-row.views-row-last {
    margin-right: auto;
  }
}
#block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title {
  font-size: 28px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 28px;
  height: 228px;
  color: #ffffff;
  cursor: pointer;
  background-color: #151f6d;
  background-color: rgba(21, 31, 109, 0.75);
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title {
    font-size: 16px;
    line-height: 28px;
    height: 103px;
  }
}
#block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title a {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
  height: 228px;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title a {
    height: 100px;
  }
}
#block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title a:hover {
  color: #7e7ab2;
}
#block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title:hover {
  background-color: #c8102e;
  background-color: rgba(200, 16, 46, 0.75);
  -webkit-transition: .5s;
}
#block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-title:hover a {
  color: #ffffff;
}
#block-views-callout-boxes-block .view-callout-boxes .views-row .views-field-field-featured-image {
  position: absolute;
  top: 0;
  z-index: -1;
}
/**** end CONTENTTOP - Content Top Region ****/
/**** CONTENTMID - Content Mid Region ****/
/**** end CONTENTMID - Content Mid Region ****/
/**** CONTENTREGION - Content Region  ****/
#main-wrapper #main #content {
  padding-top: 47px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #main-wrapper #main #content {
    padding-top: 30px;
  }
}
#main-wrapper #main #content .block h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #main-wrapper #main #content .block h2 {
    font-size: 36px;
  }
}
#block-views-newsroom-block-1 .content {
  margin-top: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block-1 .content {
    margin-top: 20px;
  }
}
#block-views-newsroom-block-1 .views-row {
  max-width: 794px;
  margin: 0 auto;
}
#block-views-newsroom-block-1 .views-row .views-field-field-media {
  border: 20px solid #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block-1 .views-row .views-field-field-media {
    border: 7px solid #ffffff;
  }
}
#block-views-newsroom-block-1 .views-row .views-field-field-video-download {
  text-align: center;
  line-height: 42px;
  font-size: 18px;
}
#block-views-newsroom-block {
  margin-top: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block {
    margin-top: 40px;
  }
}
#block-views-newsroom-block .content {
  border: 1px solid #b4b1d4;
  padding: 30px 34px;
  margin-top: 44px;
  max-width: 1211px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block .content {
    border: 0;
    padding: 0;
    margin-top: 18px;
  }
}
#block-views-newsroom-block .content .view {
  background: #ffffff;
  min-height: 310px;
}
#block-views-newsroom-block .content .view .views-row {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding: 52px 26px 20px;
  vertical-align: top;
  background-image: url(../../../all/themes/basetheme/img/news_home_divider.jpg);
  background-repeat: no-repeat;
  background-position: right 68%;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-views-newsroom-block .content .view .views-row {
    width: 100%;
    background-image: none;
    padding: 20px;
    border-bottom: 1px solid #dcdaeb;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block .content .view .views-row {
    background-image: url(../../../all/themes/basetheme/img/mobile_news_divider.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 12px 20px;
    margin-bottom: 5px;
    border-bottom: 0;
  }
}
#block-views-newsroom-block .content .view .views-row .views-field-title {
  font-size: 22px;
  line-height: 30px;
  min-height: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block .content .view .views-row .views-field-title {
    font-size: 18px;
    line-height: 24px;
    min-height: unset;
  }
}
#block-views-newsroom-block .content .view .views-row .views-field-title a {
  color: #151f6d;
}
#block-views-newsroom-block .content .view .views-row .views-field-title a:hover {
  color: #c8102e;
}
#block-views-newsroom-block .content .view .views-row .views-field-created {
  font-size: 12px;
  margin: 10px 0 12px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block .content .view .views-row .views-field-created {
    margin: 6px 0 5px;
  }
}
#block-views-newsroom-block .content .view .views-row .views-field-body {
  font-size: 14px;
  line-height: 24px;
  color: #7e7ab2;
}
#block-views-newsroom-block .content .view .views-row .views-field-body .views-more-link {
  display: block;
  float: right;
  margin: 25px 0 0 0;
  position: relative;
  color: #c8102e;
  font-size: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block .content .view .views-row .views-field-body .views-more-link {
    font-size: 14px;
    margin-top: 9px;
  }
}
#block-views-newsroom-block .content .view .views-row .views-field-body .views-more-link:hover {
  color: #f21438;
}
#block-views-newsroom-block .content .view .views-row.views-row-last {
  background: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-views-newsroom-block .content .view .views-row.views-row-last {
    border-bottom: 0;
  }
}
#block-block-1 {
  text-align: center;
  clear: both;
  margin-top: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-1 {
    margin-top: 48px;
  }
}
#block-block-1 .content h2 {
  font-weight: 400 !important;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-1 .content h2 {
    font-size: 30px !important;
    line-height: 36px;
    padding: 0 7px;
  }
}
#block-block-1 .content h2 .accent {
  font-weight: 700;
}
#block-block-1 .content a {
  background-color: #c8102e;
  border: 10px solid #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 48px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 25px;
  margin-top: 33px;
  background-image: url(../../../all/themes/basetheme/img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  display: inline-block;
  width: 100%;
  text-align: left;
  max-width: 365px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-block-1 .content a {
    font-size: 19px;
    line-height: 26px;
    border: 6px solid #ffffff;
    margin-top: 28px;
  }
}
#block-block-1 .content a:hover {
  background-color: #f21438;
  -webkit-transition: .5s;
}
/**** end CONTENTREGION - Content Region  ****/
/**** SIDEBARREGION - Sidebar Region ****/
/**** end SIDEBARREGION - Sidebar Region ****/
/**** CONTENTAFTER - Content After Region ****/
/**** end CONTENTAFTER - Content After Region ****/
/**** CONTENTBOTTOM - Content Bottom Region ****/
/**** end CONTENTBOTTOM - Content Bottom Region ****/
/**** FOOTERREGION - Footer Region ****/
#footer #logo {
  margin: 0 auto;
  display: block;
}
#footer #logo img {
  margin: 0px auto 60px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer #logo img {
    max-width: 140px;
    margin: 40px auto 5px;
  }
}
#footer .footer_menu {
  display: inline-block;
  float: none;
  padding: 19px 0px 30px;
  max-width: 35%;
  vertical-align: top;
}
@media only screen and (min-width: 980px) and (max-width: 1599px) {
  #footer .footer_menu {
    max-width: 33%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu {
    display: block;
    padding: 20px 0px 7px;
    max-width: 100%;
  }
}
#footer .footer_menu h2 {
  display: none;
}
#footer .footer_menu .menu {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu {
    text-align: center;
  }
}
#footer .footer_menu .menu li {
  margin: 0;
  float: none;
  display: block;
  color: #7e7ab2;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li {
    display: block;
  }
}
#footer .footer_menu .menu li a {
  font-family: 'Montserrat', verdana, sans-serif;
  text-transform: uppercase;
  color: #7e7ab2;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px 13px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li a {
    font-size: 16px;
    line-height: 28px;
  }
}
#footer .footer_menu .menu li a:hover,
#footer .footer_menu .menu li a.active {
  color: #f21438;
}
#footer .footer_menu .menu li a.disabled {
  color: #7e7ab2;
  cursor: default;
}
#footer .footer_menu .menu li.expanded,
#footer .footer_menu .menu li.leaf {
  margin-top: 35px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li.expanded,
  #footer .footer_menu .menu li.leaf {
    margin-top: 27px;
  }
}
#footer .footer_menu .menu li.expanded.first,
#footer .footer_menu .menu li.leaf.first {
  margin-top: 0;
}
#footer .footer_menu .menu li.expanded > a {
  margin-bottom: 7px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li.expanded > a {
    margin-bottom: 2px;
  }
}
#footer .footer_menu .menu li ul li {
  padding-left: 20px;
  height: 18px;
}
@media only screen and (min-width: 980px) and (max-width: 1599px) {
  #footer .footer_menu .menu li ul li {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li ul li {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer .footer_menu .menu li ul li {
    height: auto;
  }
}
#footer .footer_menu .menu li ul li a {
  font-size: 18px;
  line-height: 24px;
  display: table;
  color: #dcdaeb;
  text-transform: unset;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li ul li a {
    font-size: 14px;
    display: block;
    line-height: 21px;
  }
}
#footer .footer_menu .menu li ul li a:hover {
  color: #ffffff;
}
#footer .footer_menu .menu li ul li a.disabled {
  color: #dcdaeb;
  cursor: default;
}
#footer .footer_menu .menu li ul li.leaf {
  margin-top: 0;
}
#footer .footer_menu .menu li ul li.subset {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 36px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #footer .footer_menu .menu li ul li.subset {
    margin-bottom: 4px;
    height: auto;
    margin-top: 24px;
    line-height: 18px;
  }
}
#footer .footer_menu .menu li ul li.subset.first {
  margin-top: 0;
}
/**** end FOOTERREGION - Footer Region ****/
/**** FOOTERSECOND - Footer Second Region ****/
#footer-second {
  padding-top: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer-second {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#footer-second #block-block-2 .social_wrap {
  margin-bottom: 30px;
}
#footer-second #block-block-2 .social_wrap .share_ico {
  color: #ffffff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  margin-right: 10px;
}
#footer-second #block-block-2 .social_wrap .share_ico.fa-twitter {
  background-color: #01a7f8;
}
#footer-second #block-block-2 .social_wrap .share_ico.fa-twitter:hover {
  background-color: #93dbff;
}
#footer-second #block-block-2 .social_wrap .share_ico.fa-facebook {
  background-color: #4965a0;
  font-size: 26px;
}
#footer-second #block-block-2 .social_wrap .share_ico.fa-facebook:hover {
  background-color: #aab9d8;
}
#footer-second #block-block-2 .social_wrap .share_ico.fa-youtube-play {
  background-color: #d42621;
  font-size: 26px;
  margin-right: 0;
}
#footer-second #block-block-2 .social_wrap .share_ico.fa-youtube-play:hover {
  background-color: #f0a09e;
}
#footer-second #block-menu-menu-utility-menu h2 {
  display: none;
}
#footer-second #block-menu-menu-utility-menu .menu {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#footer-second #block-menu-menu-utility-menu .menu li {
  margin: 0px;
  float: none;
  display: inline-block;
  color: #7e7ab2;
  border-right: 1px solid #7e7ab2;
  line-height: 16px;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer-second #block-menu-menu-utility-menu .menu li {
    display: block;
    border-right: 0;
  }
}
#footer-second #block-menu-menu-utility-menu .menu li a {
  font-family: 'Montserrat', verdana, sans-serif;
  text-transform: unset;
  color: #7e7ab2;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  margin: 0px 13px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #footer-second #block-menu-menu-utility-menu .menu li a {
    font-size: 13px;
    line-height: 28px;
  }
}
#footer-second #block-menu-menu-utility-menu .menu li a:hover,
#footer-second #block-menu-menu-utility-menu .menu li a.active {
  color: #ffffff;
}
#footer-second #block-menu-menu-utility-menu .menu li.last {
  border-right: 0;
}
/**** end FOOTERSECOND - Footer Second Region ****/
/* -------------------------------------- -------------------------------------- */
/**** INTERIORSTYLES - Interior Styles ****/
.not-front #header {
  background-size: 100%;
}
@media only screen and (min-width: 980px) and (max-width: 1599px) {
  .not-front #header {
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .not-front #header {
    background-size: cover;
  }
}
.not-front #header .section {
  min-height: 255px;
  border: 0;
}
.not-front #main-wrapper {
  background: #ffffff;
  box-shadow: none;
  border-top: 58px solid #515097;
}
.not-front #main-wrapper #main {
  max-width: 100%;
  padding: 0;
}
.not-front #main-wrapper #main #content {
  background-color: #dcdaeb;
  padding: 50px 50px 50px 0;
  width: 60.8%;
  min-height: 950px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .not-front #main-wrapper #main #content {
    width: 100%;
  }
}
.not-front #main-wrapper #main #content .section {
  float: right;
  max-width: 840px;
  background-color: #ffffff;
  margin-top: 0;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .not-front #main-wrapper #main #content .section {
    width: 94%;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.not-front #main-wrapper #main #content .section .block h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  margin: 24px 0 28px;
}
.not-front #main-wrapper #main #sidebar-second {
  background-color: #ffffff;
  padding-left: 40px;
  width: 33%;
  margin-left: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1599px) {
  .not-front #main-wrapper #main #sidebar-second {
    width: 28%;
    padding: 0 2%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .not-front #main-wrapper #main #sidebar-second {
    width: 28%;
    padding: 0 2%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .not-front #main-wrapper #main #sidebar-second {
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    float: none;
    padding: 0;
    width: 100%;
  }
}
.not-front #main-wrapper #main #sidebar-second .section {
  float: left;
  max-width: 340px;
  padding-top: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .not-front #main-wrapper #main #sidebar-second .section {
    padding: 45px 20px 0;
    max-width: 100%;
  }
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 h2 {
  margin-bottom: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 h2 {
    font-size: 40px;
  }
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdaeb;
  padding-right: 30px;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-title {
  font-size: 22px;
  line-height: 30px;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-title a {
  color: #151f6d;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-title a:hover {
  color: #c8102e;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-created {
  font-size: 12px;
  margin: 9px 0 13px;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-body {
  font-size: 14px;
  line-height: 24px;
  color: #7e7ab2;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-body .views-more-link {
  display: block;
  float: right;
  font-size: 18px;
  margin: 30px 0 0 0;
  position: relative;
  color: #c8102e;
}
.not-front #main-wrapper #main #sidebar-second .section #block-views-newsroom-block-2 .content .view .views-row .views-field-body .views-more-link:hover {
  color: #f21438;
}
#page-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  padding: 101px 0px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #page-title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #page-title {
    font-size: 30px;
    line-height: 36px;
    padding: 101px 20px 30px;
  }
}
#block-system-main {
  background-color: #ffffff;
  margin: 0px 0px 30px;
  padding: 30px;
  min-height: 398px;
  background-image: url(../../../all/themes/basetheme/img/accent_swirl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  #block-system-main {
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main {
    margin-bottom: 0px;
  }
}
#block-system-main .field-name-field-featured-image {
  border: 11px solid #ffffff;
  outline: 1px solid #dcdaeb;
  margin-bottom: 20px;
}
#block-system-main .field-name-field-featured-image img {
  width: 100%;
  height: auto;
}
#block-system-main .accent_stars {
  margin: 25px auto 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #block-system-main .field-name-body img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 10px 0px !important;
  }
}
/**** end INTERIORSTYLES - Interior Styles ****/
/**** POSTSVIEW - Posts View Page ****/
.page-news #header {
  background-attachment: scroll;
  background-image: url("../default_images/interior_bg_2.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page-news #block-system-main {
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0;
  background-image: none;
}
.page-news #block-system-main .view-header {
  background-repeat: repeat;
  margin-bottom: 12px;
}
.page-news #block-system-main .view-header #post_sort {
  padding: 40px 40px 0 40px;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-news #block-system-main .view-header #post_sort {
    padding: 40px 20px 0;
  }
}
.page-news #block-system-main .view-header #post_sort span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-weight: 900;
  color: #ffffff;
  padding-right: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-news #block-system-main .view-header #post_sort span {
    display: none;
  }
}
.page-news #block-system-main .view-header #post_sort a {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  padding: 0px 12px;
  background-color: #151f6d;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-news #block-system-main .view-header #post_sort a {
    padding: 0px 7px;
    margin-bottom: 5px;
    display: block;
  }
}
.page-news #block-system-main .view-header #post_sort a:hover,
.page-news #block-system-main .view-header #post_sort a.active {
  background-color: #f21438;
  font-weight: 400;
}
.page-news #block-system-main .view-content {
  min-height: 300px;
}
.news_post {
  background-color: #ffffff;
  margin-bottom: 0px;
  padding: 20px 40px;
  border-bottom: 1px solid #dcdaeb;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
  .news_post {
    padding: 20px;
  }
}
.news_post .news_head .news_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .news_post .news_head .news_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.news_post .news_head .news_title a {
  color: #151f6d;
}
.news_post .news_head .news_title a:hover {
  color: #c8102e;
}
.news_post .news_head .news_date_wrap {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 16px 14px 0;
  margin: 20px 0;
}
.news_post .news_head .news_date_wrap .news_date_int {
  color: #151f6d;
  font-weight: 400;
  font-size: 12px;
}
.news_post .news_head .news_date_wrap .news_separator {
  color: #303030;
  padding: 0px 2px;
}
.news_post .news_head .news_post_type {
  color: #151f6d;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .news_post .news_head .news_post_type {
    display: block;
    margin-top: 10px;
  }
}
.news_post .news_head .news_post_type a {
  color: #151f6d;
}
.news_post .news_content .news_media {
  float: left;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .news_post .news_content .news_media {
    margin: 0px 0px 20px;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .news_post .news_content .news_media img {
    margin: 0px auto;
  }
}
.news_post .news_content .news_body {
  display: block;
  overflow: hidden;
  color: #7e7ab2;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: -8px;
}
.news_post .news_content .news_body .views-more-link {
  display: block;
  float: right;
  margin: 25px 0 0 0;
  font-size: 18px;
  position: relative;
  color: #c8102e;
}
.news_post .news_content .news_body .views-more-link:hover {
  color: #f21438;
}
.item-list {
  background-color: #515097;
}
.item-list .pager {
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  font-size: 0px;
  position: relative;
  width: 100%;
}
.item-list .pager li {
  font-family: 'Montserrat', verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
}
.item-list .pager li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .item-list .pager li.pager-item a {
    display: none;
  }
}
.item-list .pager li.pager-item a:hover {
  color: #ffffff;
  background-color: #151f6d;
}
.item-list .pager li.pager-previous {
  float: left;
  width: auto;
  font-size: 12px;
  margin: 0px 24px;
  position: absolute;
  left: 0px;
}
.item-list .pager li.pager-previous a:hover {
  color: #151f6d;
}
.item-list .pager li.pager-next {
  float: right;
  width: auto;
  font-size: 12px;
  margin: 0px 24px;
  position: absolute;
  right: 0px;
}
.item-list .pager li.pager-next a:hover {
  color: #151f6d;
}
.item-list .pager li.pager-current {
  color: #ffffff;
  background-color: #151f6d;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .item-list .pager li.pager-current {
    display: none;
  }
}
.item-list .pager li.pager-first,
.item-list .pager li.pager-last {
  display: none;
}
/**** end POSTSVIEW - Posts View Page ****/
/**** POSTNODE - Post Node Page ****/
.node-type-news #block-system-main {
  background-color: transparent;
}
.node-type-news #block-system-main .news_media {
  border: 10px solid #ffffff;
  outline: 1px solid #dcdaeb;
  margin-bottom: 20px;
}
.node-type-news #block-system-main .news_media img {
  width: 100%;
  height: auto;
}
.node-type-news #block-system-main h2.news_title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-news #block-system-main h2.news_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.node-type-news #block-system-main h2.news_title a {
  color: #151f6d;
}
.node-type-news #block-system-main h2.news_title a:hover {
  color: #c8102e;
}
.node-type-news #block-system-main .news_date_wrap {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 16px 14px 0;
  margin: 20px 0;
}
.node-type-news #block-system-main .news_date_wrap .news_date_int {
  color: #151f6d;
  font-weight: 400;
  font-size: 12px;
}
.node-type-news #block-system-main .news_date_wrap .news_separator {
  color: #303030;
  padding: 0px 2px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-news #block-system-main .news_date_wrap .news_separator {
    display: none;
  }
}
.node-type-news #block-system-main .news_type {
  color: #151f6d;
  font-size: 12px;
}
.node-type-news #block-system-main .news_type a {
  color: #151f6d;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-news #block-system-main .news_type {
    display: block;
    margin-top: 10px;
  }
}
.node-type-news #block-system-main .news_media {
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-news #block-system-main .news_media {
    margin: 0px 0px 20px;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-news #block-system-main .news_media img {
    margin: 0px auto;
  }
}
.node-type-news #block-system-main .news_body {
  display: block;
  overflow: hidden;
  color: #7e7ab2;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: -8px;
}
.node-type-news #block-system-main .news_body .views-more-link {
  display: block;
  float: right;
  margin: 40px 0 0 0;
  position: relative;
}
/**** end POSTNODE - Post Node Page ****/
/* WEBFORMSTYLES - Webform Styles */
.node-type-webform #block-system-main .field-name-body {
  margin: 0px 1%;
}
@media only screen and (min-width: 980px) {
  .node-type-webform #block-system-main form .contact_wrap {
    width: 48%;
    float: left;
  }
}
.node-type-webform #block-system-main form .contact_wrap .form-item label {
  display: none;
}
.node-type-webform #block-system-main form .form-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield,
.node-type-webform #block-system-main form .form-item.webform-component-email,
.node-type-webform #block-system-main form .form-item.webform-component-textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--first-name,
.node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--first-name,
.node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--first-name,
.node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--first-name,
.node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--last-name,
.node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--last-name,
.node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--last-name,
.node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--last-name,
.node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--phone,
.node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--phone,
.node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--phone,
.node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--phone {
  width: 31.3%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--first-name,
  .node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--first-name,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--first-name,
  .node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--first-name,
  .node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--last-name,
  .node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--last-name,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--last-name,
  .node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--last-name,
  .node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--phone,
  .node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--phone,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--phone,
  .node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--phone {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield.webform-component--address,
.node-type-webform #block-system-main form .form-item.webform-component-email.webform-component--address,
.node-type-webform #block-system-main form .form-item.webform-component-textarea.webform-component--address,
.node-type-webform #block-system-main form .form-item.webform-component-markup.webform-component--address {
  width: 98%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield,
  .node-type-webform #block-system-main form .form-item.webform-component-email,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea,
  .node-type-webform #block-system-main form .form-item.webform-component-markup {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield input,
.node-type-webform #block-system-main form .form-item.webform-component-email input,
.node-type-webform #block-system-main form .form-item.webform-component-textarea input,
.node-type-webform #block-system-main form .form-item.webform-component-markup input,
.node-type-webform #block-system-main form .form-item.webform-component-textfield textarea,
.node-type-webform #block-system-main form .form-item.webform-component-email textarea,
.node-type-webform #block-system-main form .form-item.webform-component-textarea textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup textarea {
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 5%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dcdaeb;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #7e7ab2;
  background-color: #ffffff;
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield input,
.node-type-webform #block-system-main form .form-item.webform-component-email input,
.node-type-webform #block-system-main form .form-item.webform-component-textarea input,
.node-type-webform #block-system-main form .form-item.webform-component-markup input {
  line-height: 100%;
}
@media \0screen {
  .node-type-webform #block-system-main form .form-item.webform-component-textfield input,
  .node-type-webform #block-system-main form .form-item.webform-component-email input,
  .node-type-webform #block-system-main form .form-item.webform-component-textarea input,
  .node-type-webform #block-system-main form .form-item.webform-component-markup input {
    line-height: 36px;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-textfield textarea,
.node-type-webform #block-system-main form .form-item.webform-component-email textarea,
.node-type-webform #block-system-main form .form-item.webform-component-textarea textarea,
.node-type-webform #block-system-main form .form-item.webform-component-markup textarea {
  height: auto;
  line-height: auto;
}
.node-type-webform #block-system-main form .form-item#webform-component-message-subject,
.node-type-webform #block-system-main form .form-item#webform-component-your-message,
.node-type-webform #block-system-main form .form-item#webform-component-email-address,
.node-type-webform #block-system-main form .form-item.webform-component-markup {
  width: 98%;
}
.node-type-webform #block-system-main form .form-item#webform-component-message-subject .form-banner,
.node-type-webform #block-system-main form .form-item#webform-component-your-message .form-banner,
.node-type-webform #block-system-main form .form-item#webform-component-email-address .form-banner,
.node-type-webform #block-system-main form .form-item.webform-component-markup .form-banner {
  background-color: #c8102e;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item#webform-component-message-subject .form-banner,
  .node-type-webform #block-system-main form .form-item#webform-component-your-message .form-banner,
  .node-type-webform #block-system-main form .form-item#webform-component-email-address .form-banner,
  .node-type-webform #block-system-main form .form-item.webform-component-markup .form-banner {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-select {
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-select {
    width: 98%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-select select {
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdaeb;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 400;
  color: #444444;
  background-color: #ffffff;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes,
.node-type-webform #block-system-main form .form-item.webform-component-radios {
  float: left;
  width: 98%;
  margin: 10px 1%;
  padding: 0px;
}
@media only screen and (min-width: 980px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes,
  .node-type-webform #block-system-main form .form-item.webform-component-radios {
    width: 48%;
    float: right;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
.node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
  background-color: #c8102e;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 20px;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"] span.form-required,
.node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] span.form-required {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes label[for="edit-submitted-volunteer"],
  .node-type-webform #block-system-main form .form-item.webform-component-radios label[for="edit-submitted-volunteer"] {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio {
  float: left;
  width: 50%;
  margin: 10px 0%;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox,
  .node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox,
  .node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio,
  .node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio {
    width: 100%;
  }
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox input,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox input,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio input,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
  border: none;
  height: auto;
  line-height: auto;
  margin: 0px 5% 10px;
  float: left;
}
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-checkbox label,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-checkbox label,
.node-type-webform #block-system-main form .form-item.webform-component-checkboxes .form-type-radio label,
.node-type-webform #block-system-main form .form-item.webform-component-radios .form-type-radio label {
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  color: #444444;
  min-height: 32px;
}
.node-type-webform #block-system-main form .form-item label {
  color: #444444;
  display: block;
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.node-type-webform #block-system-main form .form-actions {
  clear: both;
  width: 50%;
  max-width: 340px;
  margin: auto;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-actions {
    max-width: none;
    width: 100%;
  }
}
.node-type-webform #block-system-main form .form-actions .form-submit {
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c8102e;
  color: #ffffff;
  font-size: 29px;
  font-weight: 700;
  width: 100%;
  height: 68px;
  line-height: 64px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 34px;
  background-image: url(../../../all/themes/basetheme/img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .node-type-webform #block-system-main form .form-actions .form-submit {
    font-size: 18px;
    line-height: 48px;
    height: 54px;
  }
}
.node-type-webform #block-system-main form .form-actions .form-submit:hover {
  background-color: #f21438;
  -webkit-transition: .5s;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7ab2;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7ab2;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7ab2;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7ab2;
}
/* end WEBFORMSTYLES - Webform Styles */
/* DRUPALADMIN - Drupal Admin Styles */
/*tabs*/
ul.primary {
  border: none;
  padding: 0px;
  margin: 0px;
}
ul.primary li {
  display: inline-block;
}
ul.primary li a {
  display: block;
  margin: 0px;
  border: none;
  background-color: #151f6d;
  color: #ffffff;
  text-transform: uppercase;
}
ul.primary li.active a,
ul.primary li:hover a {
  display: block;
  margin: 0px;
  border: none;
  color: #c8102e;
  background-color: #151f6d;
}
/*status*/
div.status,
div.error {
  opacity: 0.8;
  margin: 24px 0px 0px;
}
/*user login*/
.page-user #block-system-main .form-item label {
  color: #444444;
  display: block;
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-user #block-system-main .form-item input {
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 2%;
  height: 36px;
  line-height: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #444444;
  background-color: #ffffff;
}
@media \0screen {
  .page-user #block-system-main .form-item input {
    line-height: 36px;
  }
}
.page-user #block-system-main .form-actions {
  clear: both;
  width: 50%;
  max-width: 200px;
  margin: 0px;
  padding: 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .page-user #block-system-main .form-actions {
    max-width: none;
    width: 100%;
  }
}
.page-user #block-system-main .form-actions .form-submit {
  font-family: 'Montserrat', verdana, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c8102e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 0px;
  float: right;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0px;
}
.page-user #block-system-main .form-actions .form-submit:hover {
  background-color: #7e7ab2;
}
/* end DRUPALADMIN - Drupal Admin Styles */
/* COLORBOX - Splashify Colorbox Styles */
#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  background: transparent;
  outline: none;
  border: none;
  margin: 0px;
}
#cboxLoadedContent {
  margin: 13px 13px 0px;
  position: relative;
}
#cboxClose {
  border: none;
  background-image: url(../../../all/themes/basetheme/img/cbox.html);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  height: 27px;
  width: 27px;
  top: 23px;
  right: 23px;
  outline: none;
}
#cboxClose:hover {
  background-position: center;
  opacity: 0.8;
}
/* end COLORBOX - Splashify Colorbox Styles */
