@charset "UTF-8";
/* ==========================================================================
    Imports
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

blockquote {
  margin: 1em 2.5em;
}

dfn {
  font-style: italic;
}

mark {
  background: #bdbdbd;
  color: #333;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #333;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
.home .SpSlider {
  max-height: 435px;
}

.home .SpSlider li {
  height: 435px;
}

.home .mainVideo li {
  display: flex;
}

.SpSlider li {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 435px;
}

.home .main-banner {
  margin-bottom: 5px;
  overflow: hidden;
}

.latest-pages {
  clear: both;
  overflow: hidden;
  margin: 0 0 7px;
}

.latest-pages .col {
  display: block;
  float: left;
  position: relative;
  margin: 2.6% 0 2.6% 2.6%;
  overflow: hidden;
}

.latest-pages .col img {
  width: 100%;
}

.latest-pages .col .col-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: translate(0, 69%);
  -webkit-transform: translate(0, 69%);
}

.latest-pages .col.food-and-drink .col-overlay {
  background-color: rgba(251, 61, 65, 0.74902);
}

.latest-pages .col.market-traders .col-overlay {
  background-color: rgba(255, 210, 0, 0.74902);
}

.latest-pages .col.shops .col-overlay {
  background-color: rgba(252, 123, 30, 0.74902);
}

.latest-pages .col.events-calendar .col-overlay {
  background-color: rgba(128, 102, 220, 0.74902);
}

.latest-pages .col .col-over-info {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -94%);
  -webkit-transform: translate(-50%, -94%);
}

.latest-pages .col .col-over-info .read-more-page {
  border: 2px solid #0a0a0a;
  border-radius: 50%;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 44px;
  padding: 10px;
  text-align: center;
  width: 40px;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.latest-pages .col .col-over-info .read-more-page:hover {
  background: #fff;
  border: 2px solid transparent;
}

.latest-pages .col .col-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  font-size: 24px;
  line-height: 22px;
  color: #0a0a0a;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.25);
  font-family: 'Roboto Slab', serif;
  width: 100%;
  text-align: center;
  height: 31%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 62px;
  /*safari fix*/
}

.latest-pages .col .col-title:hover {
  text-decoration: none;
}

.latest-pages .col:first-child {
  margin-left: 0;
}

.latest-pages .col_4_of_4 {
  width: 100%;
}

.latest-pages .col_3_of_4 {
  width: 74.35%;
}

.latest-pages .col_2_of_4 {
  width: 48.7%;
}

.latest-pages .col_1_of_4 {
  width: 23.05%;
}

.latest-posts .intro {
  text-align: center;
  margin-bottom: 35px;
}

.latest-posts .intro p {
  margin: 0;
}

.latest-posts.l-offers {
  margin-bottom: 20px;
}

.latest-posts.l-events {
  margin: 0 0 51px;
}

/*hover*/
.latest-pages .col:hover .col-overlay {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.latest-pages .col:hover .col-over-info .read-more-page {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.latest-posts {
  margin: 0 0 7px;
}

/* ==========================================================================
    Responsive
/* ========================================================================== */
@media (max-width: 1199px) {
  .home .SpSlider {
    max-height: 281px;
  }

  .home .SpSlider li {
    height: 281px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .latest-pages .col .col-title {
    font-size: 18px;
  }

  .latest-pages .col .col-over-info .read-more-page {
    height: 25px;
    width: 25px;
  }

  .home .SpSlider {
    max-height: 217px;
  }

  .home .SpSlider li {
    height: 217px;
  }
}
@media (max-width: 767px) {
  .latest-pages .col .col-title {
    font-size: 18px;
    height: 60%;
  }

  .latest-pages .col .col-over-info .read-more-page {
    height: 25px;
    width: 25px;
    line-height: 30px;
  }

  .latest-pages .col .col-overlay {
    transform: translate(0px, 40%);
    -webkit-transform: translate(0px, 40%);
  }

  .home .SpSlider {
    max-height: 200px;
  }

  .home .SpSlider li {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .latest-pages .col {
    margin: 5.6% 0 5.6% 0%;
  }

  .latest-pages .col_4_of_4,
  .latest-pages .col_2_of_4,
  .latest-pages .col_1_of_4 {
    width: 100%;
  }

  .latest-pages .col .col-over-info .read-more-page {
    height: 25px;
    width: 25px;
  }

  .latest-pages .col .col-title {
    height: 31%;
    font-size: 24px;
  }

  .latest-pages .col .col-overlay {
    transform: translate(0px, 69%);
    -webkit-transform: translate(0px, 69%);
  }
}
#filter-grid {
  list-style-type: none;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

#filter-grid li {
  display: inline-block;
  border: 5px solid #6f6f6f;
  margin-right: 10px;
}

#filter-grid li.red {
  border-color: #fb3d41;
}

#filter-grid li.yellow {
  border-color: #ffd200;
}

#filter-grid li.pink {
  border-color: #ee4ebb;
}

#filter-grid li.purple {
  border-color: #8066dc;
}

#filter-grid li.blue {
  border-color: #17bbd7;
}

#filter-grid li.orange {
  border-color: #fc7b1e;
}

#filter-grid li.green {
  border-color: #29d717;
}

#filter-grid li a {
  color: #999;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 38px;
  padding: 0 28px;
}

#filter-grid li a:hover,
#filter-grid li a:focus,
#filter-grid li a.active {
  text-decoration: none;
  color: #000;
}

.min-426-h {
  min-height: 426px;
  background-color: #7f7e83;
  padding: 20px;
}

/* ==========================================================================
    Responsive
/* ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  #filter-grid li a {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  #filter-grid li {
    margin-bottom: 5px;
    width: 40%;
  }

  #filter-grid li a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #filter-grid li {
    margin-right: 0;
    width: 85%;
  }
}
.gallery {
  margin-top: 54px;
}

#flickr-gallery ul {
  list-style-type: none;
  margin: 0 0 9px 25px;
  padding: 0;
}

#flickr-gallery ul li {
  display: inline-block;
  line-height: 1.1em;
  list-style: outside none none;
  text-align: center;
  vertical-align: top;
  width: 19%;
  padding-bottom: 20px;
}

#flickr-gallery ul li h3 {
  color: #333333;
  font-family: Droid Sans;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 10px 32px;
}

#flickr-gallery ul li img {
  opacity: 0.75;
}

#flickr-gallery ul li img:hover {
  opacity: 1;
  cursor: pointer;
}

/* ==========================================================================
    Responsive
/* ========================================================================== */
@media (max-width: 480px) {
  #flickr-gallery ul li {
    width: 100%;
  }
}
#frm_form_2_container .frm_radio input[type="radio"],
#frm_form_2_container .frm_checkbox input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
}

#frm_form_2_container input[type="text"],
#frm_form_2_container input[type="password"],
#frm_form_2_container input[type="email"],
#frm_form_2_container input[type="number"],
#frm_form_2_container input[type="url"],
#frm_form_2_container input[type="tel"],
#frm_form_2_container input[type="phone"],
#frm_form_2_container input[type="search"],
#frm_form_2_container select {
  max-width: 206px;
}

#frm_form_2_container textarea {
  min-height: 200px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/*fadeOutLeft*/
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/*rotateInZoomIn*/
@-webkit-keyframes rotateInZoomIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate3d(0, 0, 1, 200deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInZoomIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate3d(0, 0, 1, 200deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInZoomIn {
  -webkit-animation-name: rotateInZoomIn;
  animation-name: rotateInZoomIn;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?59889327");
  src: url("../fonts/fontello.eot?59889327#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?59889327") format("woff"), url("../fonts/fontello.ttf?59889327") format("truetype"), url("../fonts/fontello.svg?59889327#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?59889327#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-magnify-icon:before {
  content: '\e800';
}

.icon-website-home:before {
  content: '\e801';
}

.icon-plus:before {
  content: '\e802';
}

.icon-facebook:before {
  content: '\e803';
}

.icon-twitter:before {
  content: '\e804';
}

.icon-gplus:before {
  content: '\e805';
}

.icon-instagram:before {
  content: '\e806';
}

.icon-up-open:before {
  content: '\e807';
}

.frm_hidden,
.with_frm_style .frm_button.frm_hidden {
  display: none;
}

legend.frm_hidden {
  display: none !important;
}

.frm_transparent {
  color: transparent;
}

.input[type=file].frm_transparent:focus,
.with_frm_style input[type=file] {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.with_frm_style input[type=file] {
  display: initial;
}

.frm_preview_page:before {
  content: normal !important;
}

.frm_preview_page {
  padding: 25px;
}

.with_frm_style .form-field.frm_col_field {
  clear: none;
  float: left;
  margin-right: 20px;
}

.with_frm_style label.frm_primary_label {
  max-width: 100%;
}

.with_frm_style .frm_top_container label.frm_primary_label,
.with_frm_style .frm_hidden_container label.frm_primary_label,
.with_frm_style .frm_pos_top {
  display: block;
  float: none;
  width: auto;
}

.with_frm_style .frm_inline_container label.frm_primary_label {
  margin-right: 10px;
}

.with_frm_style .frm_right_container label.frm_primary_label,
.with_frm_style .frm_pos_right {
  display: inline;
  float: right;
  margin-left: 10px;
}

.with_frm_style .frm_none_container label.frm_primary_label,
.with_frm_style .frm_pos_none,
.frm_none_container label.frm_primary_label {
  display: none;
}

.with_frm_style .frm_section_heading.frm_hide_section {
  margin-top: 0px !important;
}

.with_frm_style .frm_hidden_container label.frm_primary_label,
.with_frm_style .frm_pos_hidden,
.frm_hidden_container label.frm_primary_label {
  visibility: hidden;
}

.with_frm_style .frm_scale {
  margin-right: 10px;
  text-align: center;
  float: left;
}

.with_frm_style .frm_scale input {
  display: block;
}

.with_frm_style select[multiple="multiple"] {
  height: auto;
  line-height: normal;
}

.with_frm_style select {
  white-space: nowrap;
}

.with_frm_style .frm_catlevel_2,
.with_frm_style .frm_catlevel_3,
.with_frm_style .frm_catlevel_4,
.with_frm_style .frm_catlevel_5 {
  margin-left: 18px;
}

.with_frm_style .wp-editor-container {
  border: 1px solid #e5e5e5;
}

.with_frm_style .quicktags-toolbar input {
  font-size: 12px !important;
}

.with_frm_style .wp-editor-container textarea {
  border: none;
}

.with_frm_style .auto_width #loginform input,
.with_frm_style .auto_width input,
.with_frm_style input.auto_width,
.with_frm_style select.auto_width,
.with_frm_style textarea.auto_width {
  width: auto;
}

.with_frm_style .frm_repeat_buttons {
  white-space: nowrap;
}

.with_frm_style .frm_button {
  text-decoration: none;
  border: 1px solid #eee;
  padding: 5px;
  display: inline;
}

.with_frm_style .frm_submit {
  clear: both;
}

.frm_inline_form .frm_form_field.form-field {
  margin-right: 2.5%;
  display: inline-block;
}

.frm_inline_form .frm_submit {
  display: inline-block;
}

.with_frm_style.frm_center_submit .frm_submit {
  text-align: center;
}

.with_frm_style.frm_center_submit .frm_submit input[type=submit],
.with_frm_style.frm_center_submit .frm_submit input[type=button] {
  margin-bottom: 8px !important;
}

.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
  display: block;
  margin: 0 auto;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100%;
  direction: ltr;
}

.frm_style_formidable-style.with_frm_style,
.frm_style_formidable-style.with_frm_style form,
.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
  text-align: left;
}

.frm_style_formidable-style.with_frm_style fieldset {
  border: 0px solid #000000;
  margin: 0;
  padding: 0 0 15px 0;
  background-color: transparent;
}

.frm_style_formidable-style.with_frm_style legend + h3,
.frm_style_formidable-style.with_frm_style h3.frm_form_title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  padding: 15px 0 3px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-top: 2px solid #e8e8e8;
  background-color: transparent;
}

.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse {
  display: inline;
}

.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse {
  display: none;
}

.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3 {
  margin: 0;
}

.frm_style_formidable-style.with_frm_style .frm_section_heading {
  margin-top: 15px;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,
.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
  margin-bottom: 12px;
}

.frm_style_formidable-style.with_frm_style .frm_repeat_sec {
  margin-bottom: 20px;
  margin-top: 20px;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 9px;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
  font-size: 14px;
  color: #666666;
}

.frm_style_formidable-style.with_frm_style .frm_icon_font {
  color: #444444;
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before {
  content: "\e600";
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
  content: "\e602";
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before,
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
  color: #444444;
}

.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {
  content: "\e62d";
}

.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before {
  content: "\e62a";
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 20px;
  overflow: hidden;
}

.frm_style_formidable-style.with_frm_style .frm_grid,
.frm_style_formidable-style.with_frm_style .frm_grid_first,
.frm_style_formidable-style.with_frm_style .frm_grid_odd {
  margin-bottom: 0;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
  margin-bottom: 0;
}

.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  max-width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 25px;
}

.frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label {
  float: left;
  display: inline;
  width: 150px;
  max-width: 33%;
  margin-right: 10px;
}

.frm_style_formidable-style.with_frm_style .frm_right_container label.frm_primary_label {
  display: inline;
  width: 150px;
  max-width: 33%;
  margin-left: 10px;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha {
  max-width: 62%;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha {
  display: inline-block;
}

.frm_style_formidable-style.with_frm_style .frm_left_container p.description,
.frm_style_formidable-style.with_frm_style .frm_left_container div.description,
.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error {
  margin-left: 160px;
  max-width: 62%;
}

.frm_style_formidable-style.with_frm_style .frm_right_container p.description,
.frm_style_formidable-style.with_frm_style .frm_right_container div.description,
.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error {
  margin-right: 160px;
  max-width: 62%;
}

.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail {
  clear: both;
  margin-left: 160px;
}

.frm_style_formidable-style.with_frm_style .frm_left_container.frm_inline label.frm_primary_label {
  max-width: 90%;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_col_field div.frm_description {
  width: 100%;
  max-width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
  display: inline;
}

.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label {
  margin-right: 10px;
}

.frm_style_formidable-style.with_frm_style .frm_pos_right {
  display: inline;
  width: 150px;
}

.frm_style_formidable-style.with_frm_style .frm_none_container label.frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_pos_none {
  display: none;
}

.frm_style_formidable-style.with_frm_style .frm_scale label {
  font-weight: normal;
  font-size: 13px;
  color: #444444;
}

.frm_style_formidable-style.with_frm_style .frm_required {
  color: #B94A48;
  font-weight: bold;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style .chosen-container {
  font-size: 14px;
  margin-bottom: 0;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=phone],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.frm_style_formidable-style.with_frm_style textarea {
  width: 100%;
}

.frm_style_formidable-style.with_frm_style input[type=file]::-webkit-file-upload-button {
  color: #555555;
  background-color: #ffffff;
  padding: 6px 10px;
  border-radius: 4px;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select {
  height: 32px;
  line-height: 1.3;
}

.frm_style_formidable-style.with_frm_style select[multiple="multiple"] {
  height: auto;
}

.frm_style_formidable-style.with_frm_style input[type=file] {
  color: #555555;
  padding: 0px;
  font-size: 14px;
}

.frm_style_formidable-style.with_frm_style input[type=file].frm_transparent {
  color: transparent;
}

.frm_style_formidable-style.with_frm_style .frm_file_names,
.frm_style_formidable-style.with_frm_style .frm_uploaded_files .frm_remove_link {
  font-size: 14px;
}

.frm_style_formidable-style.with_frm_style .frm_default,
.frm_style_formidable-style.with_frm_style .placeholder,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-default {
  color: #555555;
  font-style: italic;
}

.frm_style_formidable-style.with_frm_style select {
  width: 100%;
  max-width: 100%;
}

.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full) {
  width: auto;
  margin-left: 5px;
}

.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full) {
  margin-left: 0;
  margin-top: 8px;
}

.frm_style_formidable-style.with_frm_style .frm_other_container select:not([multiple="multiple"]) {
  width: auto;
}

.frm_style_formidable-style.with_frm_style .wp-editor-wrap {
  width: 100%;
  max-width: 100%;
}

.frm_style_formidable-style.with_frm_style .wp-editor-container textarea {
  border: none;
}

.frm_style_formidable-style.with_frm_style .mceIframeContainer {
  background-color: #ffffff;
}

.frm_style_formidable-style.with_frm_style .auto_width input,
.frm_style_formidable-style.with_frm_style input.auto_width,
.frm_style_formidable-style.with_frm_style select.auto_width,
.frm_style_formidable-style.with_frm_style textarea.auto_width {
  width: auto;
}

.frm_style_formidable-style.with_frm_style input[disabled],
.frm_style_formidable-style.with_frm_style select[disabled],
.frm_style_formidable-style.with_frm_style textarea[disabled],
.frm_style_formidable-style.with_frm_style input[readonly],
.frm_style_formidable-style.with_frm_style select[readonly],
.frm_style_formidable-style.with_frm_style textarea[readonly] {
  background-color: #ffffff;
  color: #A1A1A1;
  border-color: #E5E5E5;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  background-color: #ffffff;
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  width: auto;
  font-size: 18px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #0eb7d4 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  padding: 6px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
  transition: all 0.3s linear 0s;
  border: medium none;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
  background: #0CA2BC;
  color: #fff;
}

.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
  margin-bottom: 10px;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active {
  background: #0CA2BC;
  color: #fff;
}

.frm_style_formidable-style.with_frm_style a.frm_save_draft {
  font-size: 14px;
  font-weight: normal;
}

.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container {
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.frm_style_formidable-style.with_frm_style .frm_radio {
  display: block;
}

.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio {
  margin: 0 5px 0 0;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox {
  display: block;
  float: left;
  margin: 0.2em 0.5em;
}

.frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox,
.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  display: block;
}

.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_checkbox,
.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1 {
  display: inline-block;
}

.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
  font-size: 15px;
  font-weight: normal;
  display: inline;
  white-space: prewrap;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_blank_field select,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices {
  background-color: #ffffff;
  border-color: #B94A48;
  border-width: 1px;
  border-style: solid;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  font-weight: bold;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label,
.frm_style_formidable-style.with_frm_style .frm_error {
  color: #B94A48;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  color: #B94A48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}

.frm_style_formidable-style.with_frm_style .frm_message,
.frm_success_style {
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
}

.frm_style_formidable-style.with_frm_style .frm_message {
  margin: 5px 0 15px;
  font-size: 14px;
}

.frm_style_formidable-style.with_frm_style .frm-grid td,
.frm-grid th {
  border-color: #cccccc;
}

.form_results.frm_style_formidable-style.with_frm_style {
  border: 1px solid #cccccc;
}

.form_results.frm_style_formidable-style.with_frm_style tr td {
  color: #555555;
  border-top: 1px solid #cccccc;
}

.form_results.frm_style_formidable-style.with_frm_style tr.frm_even,
.frm-grid .frm_even {
  background-color: #ffffff;
}

.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 50%, #cccccc 50%, #cccccc 75%, transparent 75%, transparent);
}

.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar {
  background-color: #ffffff;
}

.frm_style_formidable-style.with_frm_style .frm_grid,
.frm_style_formidable-style.with_frm_style .frm_grid_first,
.frm_style_formidable-style.with_frm_style .frm_grid_odd {
  border-color: #cccccc;
}

.frm_style_formidable-style.with_frm_style .frm_grid.frm_blank_field,
.frm_style_formidable-style.with_frm_style .frm_grid_first.frm_blank_field,
.frm_style_formidable-style.with_frm_style .frm_grid_odd.frm_blank_field {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}

.frm_style_formidable-style.with_frm_style .frm_grid_first,
.frm_style_formidable-style.with_frm_style .frm_grid_odd {
  background-color: #ffffff;
}

.frm_style_formidable-style.with_frm_style .frm_grid {
  background-color: #ffffff;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_scroll_box {
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  outline: none;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea {
  color: #555555;
  background-color: transparent;
  border: none;
  display: inline;
  width: auto;
  padding: 0;
}

.frm_style_formidable-style.with_frm_style .frm_text_block input,
.frm_style_formidable-style.with_frm_style .frm_text_block label.frm_primary_label {
  margin-left: -20px;
}

.frm_style_formidable-style.with_frm_style .frm_button {
  padding: 6px 11px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  background: #ffffff;
  border-width: 1px;
  border-color: #cccccc;
  height: #auto;
}

.frm_style_formidable-style.with_frm_style .frm_button .frm_icon_font:before {
  font-size: 14px;
}

.frm_style_formidable-style.with_frm_style .chosen-container {
  font-size: 14px;
}

.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 1.3;
}

.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single div {
  top: 3px;
}

.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-search input[type="text"] {
  height: 32px;
}

.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 15px;
}

@media only screen and (max-width: 600px) {
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container input:not([type=radio]):not([type=checkbox]),
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container select,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container textarea,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_opt_container,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container.g-recaptcha,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container input:not([type=radio]):not([type=checkbox]),
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container select,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container textarea,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_opt_container,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container.g-recaptcha {
    max-width: 100%;
  }

  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_half.frm_left_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_half.frm_left_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_half.frm_right_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_half.frm_right_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_primary_label {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .frm_style_formidable-style.with_frm_style .frm_repeat_inline,
  .frm_style_formidable-style.with_frm_style .frm_repeat_grid {
    margin: 20px 0;
  }

  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container textarea,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,
  .frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,
  .frm_style_formidable-style.with_frm_style .frm_left_container p.description,
  .frm_style_formidable-style.with_frm_style .frm_left_container div.description,
  .frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_left_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail,
  .frm_style_formidable-style.with_frm_style .frm_right_container p.description,
  .frm_style_formidable-style.with_frm_style .frm_right_container div.description,
  .frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_right_container .frm_error {
    max-width: 100%;
  }

  .frm_style_formidable-style.with_frm_style .frm_left_container p.description,
  .frm_style_formidable-style.with_frm_style .frm_left_container div.description,
  .frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_left_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail,
  .frm_style_formidable-style.with_frm_style .frm_right_container p.description,
  .frm_style_formidable-style.with_frm_style .frm_right_container div.description,
  .frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,
  .frm_style_formidable-style.with_frm_style .frm_right_container .frm_error,
  .frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label,
  .frm_style_formidable-style.with_frm_style .frm_right_container label.frm_primary_label {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.frm_ajax_loading {
  visibility: hidden;
  width: auto;
}

.frm_ajax_loading.frm_loading_now {
  visibility: visible !important;
}

.frm_form_submit_style {
  height: auto;
}

a.frm_save_draft {
  cursor: pointer;
}

.horizontal_radio .frm_radio {
  margin: 0 5px 0 0;
}

.horizontal_radio .frm_checkbox {
  margin: 0;
  margin-right: 5px;
}

.vertical_radio .frm_checkbox,
.vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  display: block;
}

.horizontal_radio .frm_checkbox,
.horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1 {
  display: inline-block;
}

.with_frm_style .frm_radio label .frm_file_container,
.with_frm_style .frm_checkbox label .frm_file_container {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.with_frm_style .frm_radio input[type=radio] {
  border-radius: 10px;
  -webkit-appearance: radio;
}

.with_frm_style .frm_checkbox input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: checkbox;
}

.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  margin-right: 5px;
  width: auto;
  border: none;
}

.with_frm_style:invalid,
.with_frm_style:-moz-submit-invalid,
.with_frm_style:-moz-ui-invalid {
  box-shadow: none;
}

.with_frm_style .frm_error_style img {
  padding-right: 10px;
  vertical-align: middle;
  border: none;
}

.with_frm_style .frm_trigger {
  cursor: pointer;
}

.with_frm_style .frm_error_style,
.with_frm_style .frm_message,
.frm_success_style {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}

.with_frm_style .frm_message p {
  margin-bottom: 5px;
}

.frm_form_fields_style,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_form_submit_style {
  width: auto;
}

.with_frm_style .frm_trigger span {
  float: left;
}

.with_frm_style table.frm-grid,
#content .with_frm_style table.frm-grid {
  border-collapse: collapse;
  border: none;
}

.frm-grid td,
.frm-grid th {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-top: none;
  border-left: none;
  border-right: none;
}

table.form_results.with_frm_style {
  border: 1px solid #ccc;
}

table.form_results.with_frm_style tr td {
  text-align: left;
  color: #555555;
  padding: 7px 9px;
  border-top: 1px solid #cccccc;
}

table.form_results.with_frm_style tr.frm_even,
.frm-grid .frm_even {
  background-color: #fff;
}

table.form_results.with_frm_style tr.frm_odd,
.frm-grid .frm_odd {
  background-color: #ffffff;
}

.with_frm_style .frm_uploaded_files {
  padding: 5px 0;
}

.with_frm_style .frm_file_names {
  display: block;
}

.frm_collapse .ui-icon {
  display: inline-block;
}

.frm_toggle_container {
  border: 1px solid transparent;
}

.frm_toggle_container ul {
  margin: 5px 0;
  padding-left: 0;
  list-style-type: none;
}

.frm_toggle_container .frm_month_heading {
  text-indent: 15px;
}

.frm_toggle_container .frm_month_listing {
  margin-left: 40px;
}

#frm_loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#frm_loading h3 {
  font-weight: 500;
  padding-bottom: 15px;
  color: #fff;
  font-size: 24px;
}

#frm_loading_content {
  position: fixed;
  top: 20%;
  left: 33%;
  width: 33%;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  z-index: 9999999;
}

#frm_loading img {
  max-width: 100%;
}

#frm_loading .progress {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

#frm_loading .progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite progress-bar-stripes;
}

#frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 50%, #cccccc 50%, #cccccc 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#frm_loading .progress-bar {
  background-color: #ffffff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 100%;
}

.frm_pagination_cont ul.frm_pagination {
  display: inline-block;
  list-style: none;
  margin-left: 0 !important;
}

.frm_pagination_cont ul.frm_pagination > li {
  display: inline;
  list-style: none;
  margin: 2px;
  background-image: none;
}

ul.frm_pagination > li.active a {
  text-decoration: none;
}

.frm_pagination_cont ul.frm_pagination > li:first-child {
  margin-left: 0;
}

.archive-pagination.frm_pagination_cont ul.frm_pagination > li {
  margin: 0;
}

.frmcal {
  padding-top: 30px;
}

.frmcal-title {
  font-size: 116%;
}

.frmcal table.frmcal-calendar {
  border-collapse: collapse;
  margin-top: 20px;
  color: #555555;
}

.frmcal table.frmcal-calendar,
.frmcal table.frmcal-calendar tbody tr td {
  border: 1px solid #cccccc;
}

.frmcal table.frmcal-calendar,
.frmcal,
.frmcal-header {
  width: 100%;
}

.frmcal-header {
  text-align: center;
}

.frmcal-prev {
  margin-right: 10px;
}

.frmcal-prev,
.frmcal-dropdown {
  float: left;
}

.frmcal-dropdown {
  margin-left: 5px;
}

.frmcal-next {
  float: right;
}

.frmcal table.frmcal-calendar thead tr th {
  text-align: center;
  padding: 2px 4px;
}

.frmcal table.frmcal-calendar tbody tr td {
  height: 110px;
  width: 14.28%;
  vertical-align: top;
  padding: 0 !important;
  color: #555555;
  font-size: 12px;
}

table.frmcal-calendar .frmcal_date {
  background-color: #ffffff;
  padding: 0 5px;
  text-align: right;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
}

table.frmcal-calendar .frmcal-today .frmcal_date {
  background-color: #ffffff;
  padding: 0 5px;
  text-align: right;
  -moz-box-shadow: 0 2px 5px #66afe9;
  -webkit-box-shadow: 0 2px 5px #66afe9;
  box-shadow: 0 2px 5px #66afe9;
}

.frmcal_num {
  display: inline;
}

.frmcal-content {
  padding: 2px 4px;
}

.frm_image_from_url {
  height: 50px;
}

.frm-loading-img {
  background: url(//spitalfields.dev/content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;
  padding: 6px 12px;
}

#ui-datepicker-div {
  display: none;
  z-index: 999999 !important;
}

.frm_form_fields div.rating-cancel {
  display: none !important;
}

.frm_form_fields div.rating-cancel,
.frm_form_fields div.star-rating {
  float: left;
  width: 17px;
  height: 17px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

.frm_form_fields div.rating-cancel a:before {
  font: 16px/1 'dashicons';
  content: '\f460';
  color: #CDCDCD;
}

.frm_form_fields div.star-rating:before,
.frm_form_fields div.star-rating a:before {
  font: 16px/1 'dashicons';
  content: '\f154';
  color: #F0AD4E;
}

.frm_form_fields div.rating-cancel a,
.frm_form_fields div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  border: 0;
}

.frm_form_fields div.star-rating-on:before,
.frm_form_fields div.star-rating-on a:before {
  content: '\f155';
}

.frm_form_fields div.star-rating-hover:before,
.frm_form_fields div.star-rating-hover a:before {
  content: '\f155';
}

.frm_form_fields div.frm_half_star:before,
.frm_form_fields div.frm_half_star a:before {
  content: '\f459';
}

.frm_form_fields div.rating-cancel.star-rating-hover a:before {
  color: #B63E3F;
}

.frm_form_fields div.star-rating-readonly,
.frm_form_fields div.star-rating-readonly a {
  cursor: default !important;
}

.frm_form_fields div.star-rating {
  overflow: hidden !important;
}

.with_frm_style .frm_form_field {
  clear: both;
}

.frm_form_field.frm_right_half,
.frm_form_field.frm_right_third,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_half,
.frm_form_field.frm_last_third,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_last_fourth,
.frm_form_field.frm_last_fifth,
.frm_form_field.frm_last_sixth,
.frm_form_field.frm_last_seventh,
.frm_form_field.frm_last_eighth,
.frm_form_field.frm_last_inline,
.frm_form_field.frm_last,
.frm_form_field.frm_half,
.frm_submit.frm_half,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_two_thirds,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_three_fourths,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_two_fifths,
.frm_form_field.frm_three_fifths,
.frm_form_field.frm_four_fifths,
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_inline,
.frm_submit.frm_inline {
  clear: none;
  float: left;
  margin-left: 2.5%;
}

.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first {
  clear: left;
  float: left;
  margin-left: 0;
}

.frm_form_field.frm_alignright {
  float: right !important;
}

.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
  width: 48.75%;
}

.frm_form_field.frm_left_third,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third {
  width: 31.66%;
}

.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_two_thirds {
  width: 65.82%;
}

.frm_form_field.frm_left_fourth,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_last_fourth {
  width: 23.12%;
}

.frm_form_field.frm_three_fourths {
  width: 74.36%;
}

.frm_form_field.frm_left_fifth,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth {
  width: 18%;
}

.frm_form_field.frm_two_fifths {
  width: 38.5%;
}

.frm_form_field.frm_three_fifths {
  width: 59%;
}

.frm_form_field.frm_four_fifths {
  width: 79.5%;
}

.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth {
  width: 14.58%;
}

.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh {
  width: 12.14%;
}

.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth {
  width: 10.31%;
}

.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_submit.frm_inline,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_inline {
  width: auto;
}

.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,
.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,
.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,
.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,
.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,
.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,
.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,
.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error {
  margin-right: 33%;
  padding-right: 12px;
}

.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,
.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,
.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,
.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,
.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,
.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,
.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,
.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error {
  margin-left: 33%;
  padding-left: 12px;
}

.frm_full,
.frm_full .wp-editor-wrap,
.frm_full input:not([type='checkbox']):not([type='radio']):not([type='button']),
.frm_full select,
.frm_full textarea {
  width: 100% !important;
}

.frm_full .wp-editor-wrap input {
  width: auto !important;
}

.frm_form_field.frm_left_container label.frm_primary_label {
  float: left;
  display: inline;
  max-width: 33%;
  margin-right: 10px;
}

.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
.frm_form_field.frm_left_container textarea,
.frm_form_field.frm_left_container .frm_opt_container,
.frm_form_field.frm_left_container .g-recaptcha,
.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
.frm_form_field.frm_right_container textarea,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_right_container .g-recaptcha {
  max-width: 62%;
}

.frm_form_field.frm_left_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_left_container .g-recaptcha,
.frm_form_field.frm_right_container .g-recaptcha {
  display: inline-block;
}

.frm_left_container p.description,
.frm_left_container div.description,
.frm_left_container div.frm_description,
.frm_left_container .frm_error {
  margin-left: 33%;
  max-width: 62%;
}

.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_half.frm_left_container .frm_primary_label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 33%;
}

.wp-editor-wrap *,
.wp-editor-wrap *:after,
.wp-editor-wrap *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.with_frm_style .frm_grid,
.with_frm_style .frm_grid_first,
.with_frm_style .frm_grid_odd {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-left: none;
  border-right: none;
}

.with_frm_style .frm_grid,
.with_frm_style .frm_grid_odd {
  border-top: none;
}

.frm_grid .frm_error,
.frm_grid_first .frm_error,
.frm_grid_odd .frm_error {
  display: none;
}

.frm_grid:after,
.frm_grid_first:after,
.frm_grid_odd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.frm_grid_first {
  margin-top: 20px;
}

.frm_grid_first,
.frm_grid_odd {
  background-color: #ffffff;
}

.frm_grid {
  background-color: #ffffff;
}

.frm_grid .frm_primary_label,
.frm_grid_first .frm_primary_label,
.frm_grid_odd .frm_primary_label,
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}

.frm_grid_first .frm_radio label,
.frm_grid .frm_radio label,
.frm_grid_odd .frm_radio label,
.frm_grid_first .frm_checkbox label,
.frm_grid .frm_checkbox label,
.frm_grid_odd .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}

.frm_grid_first .frm_radio label input,
.frm_grid .frm_radio label input,
.frm_grid_odd .frm_radio label input,
.frm_grid_first .frm_checkbox label input,
.frm_grid .frm_checkbox label input,
.frm_grid_odd .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}

.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox {
  display: inline;
}

.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox,
.frm_grid_2 label.frm_primary_label {
  width: 48% !important;
}

.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox {
  margin-right: 4%;
}

.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox,
.frm_grid_3 label.frm_primary_label {
  width: 30% !important;
}

.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox {
  margin-right: 3%;
}

.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox {
  width: 20% !important;
}

.frm_grid_4 label.frm_primary_label {
  width: 28% !important;
}

.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox {
  margin-right: 4%;
}

.frm_grid_5 label.frm_primary_label,
.frm_grid_7 label.frm_primary_label {
  width: 24% !important;
}

.frm_grid_5 .frm_radio,
.frm_grid_5 .frm_checkbox {
  width: 17% !important;
  margin-right: 2%;
}

.frm_grid_6 label.frm_primary_label {
  width: 25% !important;
}

.frm_grid_6 .frm_radio,
.frm_grid_6 .frm_checkbox {
  width: 14% !important;
  margin-right: 1%;
}

.frm_grid_7 label.frm_primary_label {
  width: 22% !important;
}

.frm_grid_7 .frm_radio,
.frm_grid_7 .frm_checkbox {
  width: 12% !important;
  margin-right: 1%;
}

.frm_grid_8 label.frm_primary_label {
  width: 23% !important;
}

.frm_grid_8 .frm_radio,
.frm_grid_8 .frm_checkbox {
  width: 10% !important;
  margin-right: 1%;
}

.frm_grid_9 label.frm_primary_label {
  width: 20% !important;
}

.frm_grid_9 .frm_radio,
.frm_grid_9 .frm_checkbox {
  width: 9% !important;
  margin-right: 1%;
}

.frm_grid_10 label.frm_primary_label {
  width: 19% !important;
}

.frm_grid_10 .frm_radio,
.frm_grid_10 .frm_checkbox {
  width: 8% !important;
  margin-right: 1%;
}

.with_frm_style .frm_inline_container.frm_grid_first label.frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid label.frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_odd label.frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container {
  margin-right: 0;
}

.with_frm_style .frm_inline_container.frm_scale_container label.frm_primary_label {
  float: left;
}

.with_frm_style .frm_other_input.frm_other_full {
  margin-top: 10px;
}

.with_frm_style .frm_repeat_sec {
  margin-bottom: 20px;
  margin-top: 20px;
}

.with_frm_style .frm_repeat_inline {
  clear: both;
}

.frm_form_field .frm_repeat_sec .frm_add_form_row {
  opacity: 0;
  display: none;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  pointer-events: none;
}

.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {
  opacity: 100;
  display: inline;
  pointer-events: auto;
}

.frm_form_field .frm_repeat_grid .frm_form_field label.frm_primary_label {
  display: none !important;
}

.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field label.frm_primary_label {
  display: inherit !important;
}

.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_checkbox,
.frm_form_field.frm_four_col .frm_checkbox {
  float: left;
}

.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox {
  width: 48%;
  margin-right: 4%;
}

.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox {
  width: 30%;
  margin-right: 5%;
}

.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_four_col .frm_checkbox {
  width: 22%;
  margin-right: 4%;
}

.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2),
.frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2),
.frm_form_field.frm_three_col .frm_radio:nth-child(3n+3),
.frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3),
.frm_form_field.frm_four_col .frm_radio:nth-child(4n+4),
.frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4) {
  margin-right: 0;
}

.frm_form_field.frm_scroll_box .frm_opt_container {
  height: 100px;
  overflow: auto;
}

.frm_form_field.frm_html_scroll_box {
  height: 100px;
  overflow: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.frm_form_field.frm_two_col .frm_opt_container:after,
.frm_form_field.frm_three_col .frm_opt_container:after,
.frm_form_field.frm_four_col .frm_opt_container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.frm_form_field.frm_total input,
.frm_form_field.frm_total textarea {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  display: inline;
  width: auto !important;
  -moz-appearance: textfield;
  padding: 0;
}

.frm_form_field.frm_total input::-webkit-outer-spin-button,
.frm_form_field.frm_total input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.frm_form_field.frm_total input:focus,
.frm_form_field.frm_total textarea:focus {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.frm_text_block {
  margin-left: 20px;
}

.frm_text_block input,
.frm_text_block label.frm_primary_label {
  margin-left: -20px;
}

.frm_text_block .frm_checkbox input[type=checkbox],
.frm_text_block .frm_radio input[type=radio] {
  margin-right: 4px;
}

.frm_form_field.frm_capitalize input,
.frm_form_field.frm_capitalize select,
.frm_form_field.frm_capitalize .frm_opt_container label {
  text-transform: capitalize;
}

.frm_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.frm_clearfix {
  display: inline-block;
}

html[xmlns] .frm_clearfix {
  display: block;
}

* html .frm_clearfix {
  height: 1%;
}

.with_frm_style.frm_login_form,
.with_frm_style.frm_login_form form {
  clear: both;
}

.with_frm_style.frm_login_form.frm_inline_login .login-remember input {
  vertical-align: baseline;
}

.with_frm_style.frm_login_form.frm_inline_login .login-submit {
  float: left;
}

.with_frm_style.frm_login_form.frm_inline_login label {
  display: inline;
}

.with_frm_style.frm_login_form.frm_inline_login .login-username,
.with_frm_style.frm_login_form.frm_inline_login .login-password,
.with_frm_style.frm_login_form.frm_inline_login .login-remember {
  float: left;
  margin-right: 5px;
}

.with_frm_style.frm_login_form.frm_inline_login form {
  position: relative;
  clear: none;
}

.with_frm_style.frm_login_form.frm_inline_login .login-remember {
  position: absolute;
  top: 35px;
}

.with_frm_style.frm_login_form.frm_inline_login input[type=submit] {
  margin: 0 !important;
}

.with_frm_style.frm_login_form.frm_no_labels .login-username label,
.with_frm_style.frm_login_form.frm_no_labels .login-password label {
  display: none;
}

.with_frm_style .frm-open-login {
  float: left;
  margin-right: 15px;
}

.with_frm_style .frm-open-login a {
  text-decoration: none;
  border: none;
  outline: none;
}

.with_frm_style.frm_slide.frm_login_form form {
  display: none;
}

.with_frm_style .chosen-container {
  font-size: 14px;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  *display: inline;
}

.with_frm_style .chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.with_frm_style .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.with_frm_style .chosen-container a {
  cursor: pointer;
}

.with_frm_style .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.with_frm_style .chosen-container-single .chosen-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.with_frm_style .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.with_frm_style .chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") -42px 1px no-repeat;
}

.with_frm_style .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.with_frm_style .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.with_frm_style .chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.with_frm_style .chosen-container-single .chosen-single div b {
  background: url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}

.with_frm_style .chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}

.with_frm_style .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: white url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.with_frm_style .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.with_frm_style .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.with_frm_style .chosen-container .chosen-results {
  cursor: text;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

.with_frm_style .chosen-container .chosen-results li:before {
  background: none;
}

.with_frm_style .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.with_frm_style .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.with_frm_style .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.with_frm_style .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.with_frm_style .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.with_frm_style .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.with_frm_style .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.with_frm_style .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.with_frm_style .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
}

.with_frm_style .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.with_frm_style .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.with_frm_style .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.with_frm_style .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.with_frm_style .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

.with_frm_style .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.with_frm_style .chosen-disabled .chosen-single {
  cursor: default;
}

.with_frm_style .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.with_frm_style .chosen-rtl {
  text-align: right;
}

.with_frm_style .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.with_frm_style .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.with_frm_style .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.with_frm_style .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.with_frm_style .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.with_frm_style .chosen-rtl .chosen-choices li {
  float: right;
}

.with_frm_style .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.with_frm_style .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.with_frm_style .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.with_frm_style .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.with_frm_style .chosen-rtl .chosen-drop {
  left: 9999px;
}

.with_frm_style .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.with_frm_style .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.with_frm_style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.with_frm_style .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.with_frm_style .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.with_frm_style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@font-face {
  font-family: 's11-fp';
  src: url("//spitalfields.dev/content/plugins/formidable/fonts/s11-fp.eot");
  src: local("☺"), url("//spitalfields.dev/content/plugins/formidable/fonts/s11-fp.woff") format("woff"), url("//spitalfields.dev/content/plugins/formidable/fonts/s11-fp.ttf") format("truetype"), url("//spitalfields.dev/content/plugins/formidable/fonts/s11-fp.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.frm_icon_font,
.frm_dashicon_font {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}

i.frm_icon_font {
  font-style: normal;
}

.frm_icon_font:before,
select.frm_icon_font {
  font-family: 's11-fp' !important;
  font-size: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.frm_icon_font,
a.frm_icon_font.frm_icon_font:hover,
a.frm_icon_font:hover {
  text-decoration: none !important;
}

.frm_icon_font:focus,
.frm_dashicon_font:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.frm_duplicate_icon:active,
.frm_move_icon:active,
.frm_delete_icon:active {
  outline: none;
}

.ab-icon.frm_dashicon_font:before {
  content: "\f324";
}

.frm_logo_icon:before {
  content: "\e601";
}

.frm_required_icon:before {
  content: "\e612";
}

.frm_delete_icon:before {
  content: "\e610" !important;
}

.frm_move_icon:before {
  content: "\e61a";
}

.frm_clear_icon:before {
  content: "\e60a";
}

.frm_noclear_icon:before {
  content: "\e60b";
}

.frm_duplicate_icon:before {
  content: "\e61b";
}

.frm_new_icon:before {
  content: "\e614";
}

.frm_tooltip_icon:before {
  content: "\e611";
}

.frm_forbid_icon:before {
  content: "\e636";
}

.frm_check_icon:before {
  content: "\e605";
}

.frm_check1_icon:before {
  content: "\e606";
}

.frm_plus_icon:before {
  content: "\e62f";
}

.frm_plus1_icon:before {
  content: "\e602";
}

.frm_plus2_icon:before {
  content: "\e603";
}

.frm_plus3_icon:before {
  content: "\e632";
}

.frm_plus4_icon:before {
  content: "\e60f";
}

.frm_minus_icon:before {
  content: "\e62e";
}

.frm_minus1_icon:before {
  content: "\e600";
}

.frm_minus2_icon:before {
  content: "\e604";
}

.frm_minus3_icon:before {
  content: "\e633";
}

.frm_minus4_icon:before {
  content: "\e613";
}

.frm_cancel_icon:before {
  content: "\e607";
}

.frm_cancel1_icon:before {
  content: "\e608";
}

.frm_arrowup_icon:before {
  content: "\e60d";
}

.frm_arrowup1_icon:before {
  content: "\e60e";
}

.frm_arrowup2_icon:before {
  content: "\e630";
}

.frm_arrowup3_icon:before {
  content: "\e62b";
}

.frm_arrowup4_icon:before {
  content: "\e62c";
}

.frm_arrowup5_icon:before {
  content: "\e635";
}

.frm_arrowup6_icon:before {
  content: "\e62d";
}

.frm_arrowdown_icon:before {
  content: "\e609";
}

.frm_arrowdown1_icon:before {
  content: "\e60c";
}

.frm_arrowdown2_icon:before {
  content: "\e631";
}

.frm_arrowdown3_icon:before {
  content: "\e628";
}

.frm_arrowdown4_icon:before {
  content: "\e629";
}

.frm_arrowdown5_icon:before {
  content: "\e634";
}

.frm_arrowdown6_icon:before {
  content: "\e62a";
}

.frm_download_icon:before {
  content: "\e615";
}

.frm_upload_icon:before {
  content: "\e616";
}

.frm_menu_icon:before {
  content: "\e618";
}

.frm_twitter_icon:before {
  content: "\e619";
}

.frm_sms_icon:before {
  content: "\e61c";
}

.frm_pencil_icon:before {
  content: "\e61d";
}

.frm_pencil1_icon:before {
  content: "\e61e";
}

.frm_paypal_icon:before {
  content: "\e61f";
}

.frm_twilio_icon:before {
  content: "\e620";
}

.frm_googleplus_icon:before {
  content: "\e621";
}

.frm_mailchimp_icon:before {
  content: "\e622";
}

.frm_pdf_icon:before {
  content: "\e623";
}

.frm_highrise_icon:before {
  content: "\e617";
}

.frm_feed_icon:before {
  content: "\e624";
}

.frm_facebook_icon:before {
  content: "\e625";
}

.frm_email_icon:before {
  content: "\e626";
}

.frm_aweber_icon:before {
  content: "\e627";
}

.frm_register_icon:before {
  content: "\e637";
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .with_frm_style .chosen-rtl .chosen-search input[type="text"],
  .with_frm_style .chosen-container-single .chosen-single abbr,
  .with_frm_style .chosen-container-single .chosen-single div b,
  .with_frm_style .chosen-container-single .chosen-search input[type="text"],
  .with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .with_frm_style .chosen-container .chosen-results-scroll-down span,
  .with_frm_style .chosen-container .chosen-results-scroll-up span {
    background-image: url("//spitalfields.dev/content/plugins/formidable/pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (max-width: 900px) {
  .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth label.frm_primary_label,
  .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh label.frm_primary_label,
  .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth label.frm_primary_label {
    display: block !important;
  }

  .frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_seventh label.frm_primary_label {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .frm_form_field.frm_half,
  .frm_submit.frm_half,
  .frm_form_field.frm_left_half,
  .frm_form_field.frm_right_half,
  .frm_form_field.frm_first_half,
  .frm_form_field.frm_last_half,
  .frm_form_field.frm_first_third,
  .frm_form_field.frm_third,
  .frm_submit.frm_third,
  .frm_form_field.frm_last_third,
  .frm_form_field.frm_first_two_thirds,
  .frm_form_field.frm_last_two_thirds,
  .frm_form_field.frm_two_thirds,
  .frm_form_field.frm_left_fourth,
  .frm_form_field.frm_fourth,
  .frm_submit.frm_fourth,
  .frm_form_field.frm_right_fourth,
  .frm_form_field.frm_first_fourth,
  .frm_form_field.frm_last_fourth,
  .frm_form_field.frm_three_fourths,
  .frm_form_field.frm_fifth,
  .frm_submit.frm_fifth,
  .frm_form_field.frm_two_fifths,
  .frm_form_field.frm_three_fifths,
  .frm_form_field.frm_four_fifths,
  .frm_form_field.frm_sixth,
  .frm_submit.frm_sixth,
  .frm_form_field.frm_seventh,
  .frm_submit.frm_seventh,
  .frm_form_field.frm_eighth,
  .frm_submit.frm_eighth,
  .frm_form_field.frm_first_inline,
  .frm_form_field.frm_inline,
  .frm_submit.frm_inline,
  .frm_form_field.frm_last_inline {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    float: none;
  }

  .frm_form_field.frm_four_col .frm_radio,
  .frm_form_field.frm_four_col .frm_checkbox {
    width: 48%;
    margin-right: 4%;
  }

  .frm_form_field.frm_four_col .frm_radio:nth-child(2n+2),
  .frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2) {
    margin-right: 0;
  }

  .frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field.frm_repeat_buttons:not(.frm_fourth):not(.frm_sixth):not(.frm_eighth) label.frm_primary_label {
    display: none !important;
  }

  .frm_form_field .frm_repeat_grid .frm_form_field.frm_fifth label.frm_primary_label {
    display: block !important;
  }

  .frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_fifth label.frm_primary_label {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .frm_form_field.frm_two_col .frm_radio,
  .frm_form_field.frm_two_col .frm_checkbox,
  .frm_form_field.frm_three_col .frm_radio,
  .frm_form_field.frm_three_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }

  .frm_form_field input[type=file] {
    max-width: 220px;
  }

  .with_frm_style.frm_login_form.frm_inline_login p {
    clear: both;
    float: none;
  }

  .with_frm_style.frm_login_form.frm_inline_login form {
    position: static;
  }

  .with_frm_style.frm_login_form.frm_inline_login .login-remember {
    position: static;
  }

  .with_frm_style .g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  }

  .with_frm_style .g-recaptcha iframe {
    width: 100%;
  }
}
.warning_message {
  max-width: 890px;
  width: 100%;
  margin: 35px auto;
  text-align: center;
}
.warning_message .warning_content {
  font: 15px/18px 'Droid Sans', sans-serif;
  color: #333;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #111111;
  color: #0088cc;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  border-top: 1.1em solid rgba(252, 123, 30, 0.2);
  border-right: 1.1em solid rgba(252, 123, 30, 0.2);
  border-bottom: 1.1em solid rgba(252, 123, 30, 0.2);
  border-left: 1.1em solid #FC7B1E;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  width: 44px;
  height: 44px;
}

#fancybox-loading div,
#fancybox-loading div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.75);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 15px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  text-align: center;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
body {
  font: 15px/18px 'Droid Sans', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  height: 100%;
  position: relative;
}

.background_set {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  left: 0;
}

.background_set .active_background {
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background_set .active_background {
    background-attachment: scroll;
  }
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-accelerator: true) {
  .background_set .active_background {
    background-attachment: scroll;
  }
}
#content-wrap,
#page-header,
.footer-content {
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  z-index: 2;
}

#content-wrap,
#page-header {
  background: #fff;
}

#content-wrap {
  background: url("../images/pattern-bg.jpg") repeat top left;
  height: 100%;
  overflow: hidden;
}

hr {
  margin: 18px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  display: block;
}

h1 {
  font: 30px/35px 'Roboto Slab', serif;
  color: #333;
  margin: 9px 0;
}

h2 {
  font: 22px/26px 'Roboto Slab', serif;
  color: #333;
  margin: 9px 0;
}

h3 {
  color: #333;
  font-family: "Roboto Slab", serif;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 5px;
}

h4 {
  font-weight: normal;
}

p {
  margin: 0 0 9px;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
  outline: 0;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  border-top: 1.1em solid rgba(252, 123, 30, 0.2);
  border-right: 1.1em solid rgba(252, 123, 30, 0.2);
  border-bottom: 1.1em solid rgba(252, 123, 30, 0.2);
  border-left: 1.1em solid #FC7B1E;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

/*HEADER*/
#page-header {
  position: relative;
}

#page-logo {
  max-width: 300px;
  float: left;
  margin-top: 18px;
  margin-left: -3px;
}

#page-logo h1 {
  margin: 0;
}

#page-logo a {
  display: block;
}

#page-logo img {
  max-width: 100%;
}

#primary-nav {
  float: right;
}

.tooglemenu,
.mobile-search {
  display: none;
}

#primary-nav > ul > li {
  border-top: 7px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  position: relative;
  float: left;
  cursor: pointer;
}

#primary-nav > ul > li a {
  padding: 46px 20px 12px;
  border: none;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#primary-nav > ul > li a:hover {
  background-color: #ddd;
}

#primary-nav > ul > li.yellow {
  border-top: 7px solid #ffd200;
}

#primary-nav > ul > li.yellow a:hover {
  background-color: #ffd200;
}

#primary-nav > ul > li.orange {
  border-top: 7px solid #fc7b1e;
}

#primary-nav > ul > li.orange a:hover {
  background-color: #fc7b1e;
}

#primary-nav > ul > li.red {
  border-top: 7px solid #fb3d41;
}

#primary-nav > ul > li.red a:hover {
  background-color: #fb3d41;
}

#primary-nav > ul > li.pink {
  border-top: 7px solid #ee4ebb;
}

#primary-nav > ul > li.pink a:hover {
  background-color: #ee4ebb;
}

#primary-nav > ul > li.purple {
  border-top: 7px solid #8066dc;
}

#primary-nav > ul > li.purple a:hover {
  background-color: #8066dc;
}

#primary-nav > ul > li.blue {
  border-top: 7px solid #17bbd7;
}

#primary-nav > ul > li.blue a:hover {
  background-color: #17bbd7;
}

#primary-nav > ul > li.green {
  border-top: 7px solid #29d717;
}

#primary-nav > ul > li.green a:hover {
  background-color: #29d717;
}

#primary-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

#primary-nav ul li ul.sub-menu {
  position: absolute;
  width: 10em;
  display: none;
  z-index: 100;
}

#primary-nav ul li ul.sub-menu li {
  background: #fff;
  width: 100%;
}

#primary-nav ul li ul.sub-menu li a {
  padding: 10px 12px;
  border-top: 1px solid #DDD;
  font-size: 15px;
  font-weight: normal;
  border-left: medium none;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

#primary-nav ul li ul.sub-menu li a:hover {
  background-color: #D3D3D2;
}

#header-actions {
  float: right;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}

#header-actions a {
  clear: both;
  color: #000;
  display: block;
  margin: 0 4px;
  padding: 8px 0;
  text-align: center;
  width: 44px;
}

#header-actions a.search-link {
  border-top: 1px solid #bdbdbd;
}

#header-actions .search-form {
  background-color: #ffffff;
  padding: 15px;
  position: absolute;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  right: 29px;
  top: 83px;
  z-index: 10;
  display: none;
  margin: 0;
}

#header-actions .search-form .input-wrap input {
  padding: 5px 15px;
  height: auto;
  border: none;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #bdbdbd;
  font-size: 15px;
}

#header-actions .search-form .input-wrap {
  float: left;
}

#header-actions .search-form .input-wrap.search input {
  width: 163px;
  border: 1px solid #bdbdbd;
}

#header-actions .search-form .input-wrap.submit input {
  background-color: #0eb7d4;
  margin-left: 7px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-box-shadow: 2px 2px 0 0 #148293;
  -moz-box-shadow: 2px 2px 0 0 #148293;
  box-shadow: 2px 2px 0 0 #148293;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 15px;
  cursor: pointer;
}

/*Banner*/
.SpSlider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 350px;
}

.mainVideo li {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.SpSlider li {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
}

.SpSlider li .slideCaption {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 15px 20px 10px;
  max-width: 515px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.SpSlider li .slideCaption p {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 25px;
  font-weight: 400;
}

.SpSlider li .slideCaption p:first-child {
  font-size: 45px;
  line-height: 57px;
  margin: 0 0 30px;
}

.main-banner {
  margin-bottom: 35px;
}

.bx-wrapper {
  overflow: hidden;
  position: relative;
}

.bx-wrapper .bx-loading {
  border-top: 1.1em solid rgba(252, 123, 30, 0.2);
  border-right: 1.1em solid rgba(252, 123, 30, 0.2);
  border-bottom: 1.1em solid rgba(252, 123, 30, 0.2);
  border-left: 1.1em solid #FC7B1E;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-width: 1em;
  font-size: 8px;
  left: 46%;
  position: absolute;
  top: 39%;
}

.bx-wrapper .bx-loading,
.bx-wrapper .bx-loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-controls {
  bottom: 20px;
  left: 20px;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-controls .bx-pager-link {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  outline: 0;
  margin-right: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
  border: 3px solid #f5f5f5;
  float: left;
}

.bx-wrapper .bx-controls .bx-pager-link:hover,
.bx-wrapper .bx-controls .bx-pager-link.active {
  background: #fff;
  border-color: #000;
}

/*Footer*/
#page-footer {
  background-image: url("../images/footerstrap.png");
  border-top: 1px solid #D9D9D9;
  overflow: hidden;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

#page-footer .footer-content {
  overflow: hidden;
  padding-top: 23px;
}

#page-footer a {
  color: #fff;
}

#page-footer a:hover,
#page-footer a:focus {
  text-decoration: none;
}

#page-footer .produced-by {
  color: #ffffff;
  margin: 18px 0 0;
}

#page-footer .produced-by a {
  text-decoration: underline;
}

#page-footer h4 {
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  color: #fff;
}

#secondary-nav {
  width: 72.4%;
  float: left;
}

#secondary-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#secondary-nav ul li {
  float: left;
  padding-right: 44px;
}

#secondary-nav ul li a {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#secondary-nav ul li ul.sub-menu li {
  padding-top: 12px;
  padding-left: 7px;
  padding-right: 0;
  position: relative;
  color: #fff;
  float: none;
}

#secondary-nav ul li ul.sub-menu li:before {
  content: "+";
  display: block;
  left: 0;
  position: absolute;
  top: auto;
}

#secondary-nav ul li ul.sub-menu li a {
  font-size: 13px;
  font-weight: normal;
}

#secondary-nav ul li.yellow ul.sub-menu li:before {
  color: #ffd200;
}

#secondary-nav ul li.orange ul.sub-menu li:before {
  color: #ffd200;
}

#secondary-nav ul li.red ul.sub-menu li:before {
  color: #fb3d41;
}

#secondary-nav ul li.pink ul.sub-menu li:before {
  color: #ee4ebb;
}

#secondary-nav ul li.purple ul.sub-menu li:before {
  color: #8066dc;
}

#secondary-nav ul li.blue ul.sub-menu li:before {
  color: #17bbd7;
}

#secondary-nav ul li.green ul.sub-menu li:before {
  color: #29d717;
}

.subscribe-social {
  float: left;
  width: auto;
}

#menu-social-menu {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#menu-social-menu li {
  background: #DDD none repeat scroll 0 0;
  color: #fff;
  font-size: 23px;
  height: 35px;
  overflow: hidden;
  width: 35px;
  opacity: 0.75;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
  margin-right: 20px;
}

#menu-social-menu li:last-child {
  margin-right: 0;
}

#menu-social-menu li:hover {
  opacity: 1;
}

#menu-social-menu li a {
  text-shadow: 0px 0px 0 #D3D3D2, 1px 1px 0 #D3D3D2, 2px 2px 0 #D3D3D2, 3px 3px 0 #D3D3D2, 4px 4px 0 #D3D3D2, 5px 5px 0 #D3D3D2, 6px 6px 0 #D3D3D2, 7px 7px 0 #D3D3D2, 8px 8px 0 #D3D3D2, 9px 9px 0 #D3D3D2, 10px 10px 0 #D3D3D2, 11px 11px 0 #D3D3D2, 12px 12px 0 #D3D3D2, 13px 13px 0 #D3D3D2, 14px 14px 0 #D3D3D2, 15px 15px 0 #D3D3D2, 16px 16px 0 #D3D3D2, 17px 17px 0 #D3D3D2, 18px 18px 0 #D3D3D2, 19px 19px 0 #D3D3D2, 20px 20px 0 #D3D3D2, 21px 21px 0 #D3D3D2, 22px 22px 0 #D3D3D2, 23px 23px 0 #D3D3D2, 24px 24px 0 #D3D3D2, 25px 25px 0 #D3D3D2, 26px 26px 0 #D3D3D2, 27px 27px 0 #D3D3D2, 28px 28px 0 #D3D3D2, 29px 29px 0 #D3D3D2, 30px 30px 0 #D3D3D2, 31px 31px 0 #D3D3D2, 32px 32px 0 #D3D3D2, 33px 33px 0 #D3D3D2, 34px 34px 0 #D3D3D2, 35px 35px 0 #D3D3D2, 36px 36px 0 #D3D3D2, 37px 37px 0 #D3D3D2, 38px 38px 0 #D3D3D2, 39px 39px 0 #D3D3D2, 40px 40px 0 #D3D3D2, 41px 41px 0 #D3D3D2, 42px 42px 0 #D3D3D2, 43px 43px 0 #D3D3D2, 44px 44px 0 #D3D3D2, 45px 45px 0 #D3D3D2, 46px 46px 0 #D3D3D2, 47px 47px 0 #D3D3D2, 48px 48px 0 #D3D3D2, 49px 49px 0 #D3D3D2, 50px 50px 0 #D3D3D2, 51px 51px 0 #D3D3D2, 52px 52px 0 #D3D3D2, 53px 53px 0 #D3D3D2, 1px 1px 0 rgba(221, 221, 221, 0.98182), 2px 2px 0 rgba(221, 221, 221, 0.96364), 3px 3px 0 rgba(221, 221, 221, 0.94545), 4px 4px 0 rgba(221, 221, 221, 0.92727), 5px 5px 0 rgba(221, 221, 221, 0.90909), 6px 6px 0 rgba(221, 221, 221, 0.89091), 7px 7px 0 rgba(221, 221, 221, 0.87273), 8px 8px 0 rgba(221, 221, 221, 0.85455), 9px 9px 0 rgba(221, 221, 221, 0.83636), 10px 10px 0 rgba(221, 221, 221, 0.81818), 11px 11px 0 rgba(221, 221, 221, 0.8), 12px 12px 0 rgba(221, 221, 221, 0.78182), 13px 13px 0 rgba(221, 221, 221, 0.76364), 14px 14px 0 rgba(221, 221, 221, 0.74545), 15px 15px 0 rgba(221, 221, 221, 0.72727), 16px 16px 0 rgba(221, 221, 221, 0.70909), 17px 17px 0 rgba(221, 221, 221, 0.69091), 18px 18px 0 rgba(221, 221, 221, 0.67273), 19px 19px 0 rgba(221, 221, 221, 0.65455), 20px 20px 0 rgba(221, 221, 221, 0.63636), 21px 21px 0 rgba(221, 221, 221, 0.61818), 22px 22px 0 rgba(221, 221, 221, 0.6), 23px 23px 0 rgba(221, 221, 221, 0.58182), 24px 24px 0 rgba(221, 221, 221, 0.56364), 25px 25px 0 rgba(221, 221, 221, 0.54545), 26px 26px 0 rgba(221, 221, 221, 0.52727), 27px 27px 0 rgba(221, 221, 221, 0.50909), 28px 28px 0 rgba(221, 221, 221, 0.49091), 29px 29px 0 rgba(221, 221, 221, 0.47273), 30px 30px 0 rgba(221, 221, 221, 0.45455), 31px 31px 0 rgba(221, 221, 221, 0.43636), 32px 32px 0 rgba(221, 221, 221, 0.41818), 33px 33px 0 rgba(221, 221, 221, 0.4), 34px 34px 0 rgba(221, 221, 221, 0.38182), 35px 35px 0 rgba(221, 221, 221, 0.36364), 36px 36px 0 rgba(221, 221, 221, 0.34545), 37px 37px 0 rgba(221, 221, 221, 0.32727), 38px 38px 0 rgba(221, 221, 221, 0.30909), 39px 39px 0 rgba(221, 221, 221, 0.29091), 40px 40px 0 rgba(221, 221, 221, 0.27273), 41px 41px 0 rgba(221, 221, 221, 0.25455), 42px 42px 0 rgba(221, 221, 221, 0.23636), 43px 43px 0 rgba(221, 221, 221, 0.21818), 44px 44px 0 rgba(221, 221, 221, 0.2), 45px 45px 0 rgba(221, 221, 221, 0.18182), 46px 46px 0 rgba(221, 221, 221, 0.16364), 47px 47px 0 rgba(221, 221, 221, 0.14545), 48px 48px 0 rgba(221, 221, 221, 0.12727), 49px 49px 0 rgba(221, 221, 221, 0.10909), 50px 50px 0 rgba(221, 221, 221, 0.09091), 51px 51px 0 rgba(221, 221, 221, 0.07273), 52px 52px 0 rgba(221, 221, 221, 0.05455), 53px 53px 0 rgba(221, 221, 221, 0.03636), 55px 55px 0 rgba(221, 221, 221, 0);
}

#menu-social-menu li.twitter {
  background: #41c0f7 none repeat scroll 0 0;
}

#menu-social-menu li.twitter a {
  text-shadow: 0px 0px 0 #37A3D1, 1px 1px 0 #37A3D1, 2px 2px 0 #37A3D1, 3px 3px 0 #37A3D1, 4px 4px 0 #37A3D1, 5px 5px 0 #37A3D1, 6px 6px 0 #37A3D1, 7px 7px 0 #37A3D1, 8px 8px 0 #37A3D1, 9px 9px 0 #37A3D1, 10px 10px 0 #37A3D1, 11px 11px 0 #37A3D1, 12px 12px 0 #37A3D1, 13px 13px 0 #37A3D1, 14px 14px 0 #37A3D1, 15px 15px 0 #37A3D1, 16px 16px 0 #37A3D1, 17px 17px 0 #37A3D1, 18px 18px 0 #37A3D1, 19px 19px 0 #37A3D1, 20px 20px 0 #37A3D1, 21px 21px 0 #37A3D1, 22px 22px 0 #37A3D1, 23px 23px 0 #37A3D1, 24px 24px 0 #37A3D1, 25px 25px 0 #37A3D1, 26px 26px 0 #37A3D1, 27px 27px 0 #37A3D1, 28px 28px 0 #37A3D1, 29px 29px 0 #37A3D1, 30px 30px 0 #37A3D1, 31px 31px 0 #37A3D1, 32px 32px 0 #37A3D1, 33px 33px 0 #37A3D1, 34px 34px 0 #37A3D1, 35px 35px 0 #37A3D1, 36px 36px 0 #37A3D1, 37px 37px 0 #37A3D1, 38px 38px 0 #37A3D1, 39px 39px 0 #37A3D1, 40px 40px 0 #37A3D1, 41px 41px 0 #37A3D1, 42px 42px 0 #37A3D1, 43px 43px 0 #37A3D1, 44px 44px 0 #37A3D1, 45px 45px 0 #37A3D1, 46px 46px 0 #37A3D1, 47px 47px 0 #37A3D1, 48px 48px 0 #37A3D1, 49px 49px 0 #37A3D1, 50px 50px 0 #37A3D1, 51px 51px 0 #37A3D1, 52px 52px 0 #37A3D1, 53px 53px 0 #37A3D1, 1px 1px 0 rgba(55, 163, 209, 0.98182), 2px 2px 0 rgba(55, 163, 209, 0.96364), 3px 3px 0 rgba(55, 163, 209, 0.94545), 4px 4px 0 rgba(55, 163, 209, 0.92727), 5px 5px 0 rgba(55, 163, 209, 0.90909), 6px 6px 0 rgba(55, 163, 209, 0.89091), 7px 7px 0 rgba(55, 163, 209, 0.87273), 8px 8px 0 rgba(55, 163, 209, 0.85455), 9px 9px 0 rgba(55, 163, 209, 0.83636), 10px 10px 0 rgba(55, 163, 209, 0.81818), 11px 11px 0 rgba(55, 163, 209, 0.8), 12px 12px 0 rgba(55, 163, 209, 0.78182), 13px 13px 0 rgba(55, 163, 209, 0.76364), 14px 14px 0 rgba(55, 163, 209, 0.74545), 15px 15px 0 rgba(55, 163, 209, 0.72727), 16px 16px 0 rgba(55, 163, 209, 0.70909), 17px 17px 0 rgba(55, 163, 209, 0.69091), 18px 18px 0 rgba(55, 163, 209, 0.67273), 19px 19px 0 rgba(55, 163, 209, 0.65455), 20px 20px 0 rgba(55, 163, 209, 0.63636), 21px 21px 0 rgba(55, 163, 209, 0.61818), 22px 22px 0 rgba(55, 163, 209, 0.6), 23px 23px 0 rgba(55, 163, 209, 0.58182), 24px 24px 0 rgba(55, 163, 209, 0.56364), 25px 25px 0 rgba(55, 163, 209, 0.54545), 26px 26px 0 rgba(55, 163, 209, 0.52727), 27px 27px 0 rgba(55, 163, 209, 0.50909), 28px 28px 0 rgba(55, 163, 209, 0.49091), 29px 29px 0 rgba(55, 163, 209, 0.47273), 30px 30px 0 rgba(55, 163, 209, 0.45455), 31px 31px 0 rgba(55, 163, 209, 0.43636), 32px 32px 0 rgba(55, 163, 209, 0.41818), 33px 33px 0 rgba(55, 163, 209, 0.4), 34px 34px 0 rgba(55, 163, 209, 0.38182), 35px 35px 0 rgba(55, 163, 209, 0.36364), 36px 36px 0 rgba(55, 163, 209, 0.34545), 37px 37px 0 rgba(55, 163, 209, 0.32727), 38px 38px 0 rgba(55, 163, 209, 0.30909), 39px 39px 0 rgba(55, 163, 209, 0.29091), 40px 40px 0 rgba(55, 163, 209, 0.27273), 41px 41px 0 rgba(55, 163, 209, 0.25455), 42px 42px 0 rgba(55, 163, 209, 0.23636), 43px 43px 0 rgba(55, 163, 209, 0.21818), 44px 44px 0 rgba(55, 163, 209, 0.2), 45px 45px 0 rgba(55, 163, 209, 0.18182), 46px 46px 0 rgba(55, 163, 209, 0.16364), 47px 47px 0 rgba(55, 163, 209, 0.14545), 48px 48px 0 rgba(55, 163, 209, 0.12727), 49px 49px 0 rgba(55, 163, 209, 0.10909), 50px 50px 0 rgba(55, 163, 209, 0.09091), 51px 51px 0 rgba(55, 163, 209, 0.07273), 52px 52px 0 rgba(55, 163, 209, 0.05455), 53px 53px 0 rgba(55, 163, 209, 0.03636), 55px 55px 0 rgba(55, 163, 209, 0);
}

#menu-social-menu li.facebook {
  background: #5E81D3 none repeat scroll 0 0;
}

#menu-social-menu li.facebook a {
  text-shadow: 0px 0px 0 #4C6BAB, 1px 1px 0 #4C6BAB, 2px 2px 0 #4C6BAB, 3px 3px 0 #4C6BAB, 4px 4px 0 #4C6BAB, 5px 5px 0 #4C6BAB, 6px 6px 0 #4C6BAB, 7px 7px 0 #4C6BAB, 8px 8px 0 #4C6BAB, 9px 9px 0 #4C6BAB, 10px 10px 0 #4C6BAB, 11px 11px 0 #4C6BAB, 12px 12px 0 #4C6BAB, 13px 13px 0 #4C6BAB, 14px 14px 0 #4C6BAB, 15px 15px 0 #4C6BAB, 16px 16px 0 #4C6BAB, 17px 17px 0 #4C6BAB, 18px 18px 0 #4C6BAB, 19px 19px 0 #4C6BAB, 20px 20px 0 #4C6BAB, 21px 21px 0 #4C6BAB, 22px 22px 0 #4C6BAB, 23px 23px 0 #4C6BAB, 24px 24px 0 #4C6BAB, 25px 25px 0 #4C6BAB, 26px 26px 0 #4C6BAB, 27px 27px 0 #4C6BAB, 28px 28px 0 #4C6BAB, 29px 29px 0 #4C6BAB, 30px 30px 0 #4C6BAB, 31px 31px 0 #4C6BAB, 32px 32px 0 #4C6BAB, 33px 33px 0 #4C6BAB, 34px 34px 0 #4C6BAB, 35px 35px 0 #4C6BAB, 36px 36px 0 #4C6BAB, 37px 37px 0 #4C6BAB, 38px 38px 0 #4C6BAB, 39px 39px 0 #4C6BAB, 40px 40px 0 #4C6BAB, 41px 41px 0 #4C6BAB, 42px 42px 0 #4C6BAB, 43px 43px 0 #4C6BAB, 44px 44px 0 #4C6BAB, 45px 45px 0 #4C6BAB, 46px 46px 0 #4C6BAB, 47px 47px 0 #4C6BAB, 48px 48px 0 #4C6BAB, 49px 49px 0 #4C6BAB, 50px 50px 0 #4C6BAB, 51px 51px 0 #4C6BAB, 52px 52px 0 #4C6BAB, 53px 53px 0 #4C6BAB, 1px 1px 0 rgba(76, 107, 171, 0.98182), 2px 2px 0 rgba(76, 107, 171, 0.96364), 3px 3px 0 rgba(76, 107, 171, 0.94545), 4px 4px 0 rgba(76, 107, 171, 0.92727), 5px 5px 0 rgba(76, 107, 171, 0.90909), 6px 6px 0 rgba(76, 107, 171, 0.89091), 7px 7px 0 rgba(76, 107, 171, 0.87273), 8px 8px 0 rgba(76, 107, 171, 0.85455), 9px 9px 0 rgba(76, 107, 171, 0.83636), 10px 10px 0 rgba(76, 107, 171, 0.81818), 11px 11px 0 rgba(76, 107, 171, 0.8), 12px 12px 0 rgba(76, 107, 171, 0.78182), 13px 13px 0 rgba(76, 107, 171, 0.76364), 14px 14px 0 rgba(76, 107, 171, 0.74545), 15px 15px 0 rgba(76, 107, 171, 0.72727), 16px 16px 0 rgba(76, 107, 171, 0.70909), 17px 17px 0 rgba(76, 107, 171, 0.69091), 18px 18px 0 rgba(76, 107, 171, 0.67273), 19px 19px 0 rgba(76, 107, 171, 0.65455), 20px 20px 0 rgba(76, 107, 171, 0.63636), 21px 21px 0 rgba(76, 107, 171, 0.61818), 22px 22px 0 rgba(76, 107, 171, 0.6), 23px 23px 0 rgba(76, 107, 171, 0.58182), 24px 24px 0 rgba(76, 107, 171, 0.56364), 25px 25px 0 rgba(76, 107, 171, 0.54545), 26px 26px 0 rgba(76, 107, 171, 0.52727), 27px 27px 0 rgba(76, 107, 171, 0.50909), 28px 28px 0 rgba(76, 107, 171, 0.49091), 29px 29px 0 rgba(76, 107, 171, 0.47273), 30px 30px 0 rgba(76, 107, 171, 0.45455), 31px 31px 0 rgba(76, 107, 171, 0.43636), 32px 32px 0 rgba(76, 107, 171, 0.41818), 33px 33px 0 rgba(76, 107, 171, 0.4), 34px 34px 0 rgba(76, 107, 171, 0.38182), 35px 35px 0 rgba(76, 107, 171, 0.36364), 36px 36px 0 rgba(76, 107, 171, 0.34545), 37px 37px 0 rgba(76, 107, 171, 0.32727), 38px 38px 0 rgba(76, 107, 171, 0.30909), 39px 39px 0 rgba(76, 107, 171, 0.29091), 40px 40px 0 rgba(76, 107, 171, 0.27273), 41px 41px 0 rgba(76, 107, 171, 0.25455), 42px 42px 0 rgba(76, 107, 171, 0.23636), 43px 43px 0 rgba(76, 107, 171, 0.21818), 44px 44px 0 rgba(76, 107, 171, 0.2), 45px 45px 0 rgba(76, 107, 171, 0.18182), 46px 46px 0 rgba(76, 107, 171, 0.16364), 47px 47px 0 rgba(76, 107, 171, 0.14545), 48px 48px 0 rgba(76, 107, 171, 0.12727), 49px 49px 0 rgba(76, 107, 171, 0.10909), 50px 50px 0 rgba(76, 107, 171, 0.09091), 51px 51px 0 rgba(76, 107, 171, 0.07273), 52px 52px 0 rgba(76, 107, 171, 0.05455), 53px 53px 0 rgba(76, 107, 171, 0.03636), 55px 55px 0 rgba(76, 107, 171, 0);
}

#menu-social-menu li.gplus {
  background: #EB5E4D none repeat scroll 0 0;
}

#menu-social-menu li.gplus a {
  text-shadow: 0px 0px 0 #C85040, 1px 1px 0 #C85040, 2px 2px 0 #C85040, 3px 3px 0 #C85040, 4px 4px 0 #C85040, 5px 5px 0 #C85040, 6px 6px 0 #C85040, 7px 7px 0 #C85040, 8px 8px 0 #C85040, 9px 9px 0 #C85040, 10px 10px 0 #C85040, 11px 11px 0 #C85040, 12px 12px 0 #C85040, 13px 13px 0 #C85040, 14px 14px 0 #C85040, 15px 15px 0 #C85040, 16px 16px 0 #C85040, 17px 17px 0 #C85040, 18px 18px 0 #C85040, 19px 19px 0 #C85040, 20px 20px 0 #C85040, 21px 21px 0 #C85040, 22px 22px 0 #C85040, 23px 23px 0 #C85040, 24px 24px 0 #C85040, 25px 25px 0 #C85040, 26px 26px 0 #C85040, 27px 27px 0 #C85040, 28px 28px 0 #C85040, 29px 29px 0 #C85040, 30px 30px 0 #C85040, 31px 31px 0 #C85040, 32px 32px 0 #C85040, 33px 33px 0 #C85040, 34px 34px 0 #C85040, 35px 35px 0 #C85040, 36px 36px 0 #C85040, 37px 37px 0 #C85040, 38px 38px 0 #C85040, 39px 39px 0 #C85040, 40px 40px 0 #C85040, 41px 41px 0 #C85040, 42px 42px 0 #C85040, 43px 43px 0 #C85040, 44px 44px 0 #C85040, 45px 45px 0 #C85040, 46px 46px 0 #C85040, 47px 47px 0 #C85040, 48px 48px 0 #C85040, 49px 49px 0 #C85040, 50px 50px 0 #C85040, 51px 51px 0 #C85040, 52px 52px 0 #C85040, 53px 53px 0 #C85040, 1px 1px 0 rgba(196, 80, 67, 0.98182), 2px 2px 0 rgba(196, 80, 67, 0.96364), 3px 3px 0 rgba(196, 80, 67, 0.94545), 4px 4px 0 rgba(196, 80, 67, 0.92727), 5px 5px 0 rgba(196, 80, 67, 0.90909), 6px 6px 0 rgba(196, 80, 67, 0.89091), 7px 7px 0 rgba(196, 80, 67, 0.87273), 8px 8px 0 rgba(196, 80, 67, 0.85455), 9px 9px 0 rgba(196, 80, 67, 0.83636), 10px 10px 0 rgba(196, 80, 67, 0.81818), 11px 11px 0 rgba(196, 80, 67, 0.8), 12px 12px 0 rgba(196, 80, 67, 0.78182), 13px 13px 0 rgba(196, 80, 67, 0.76364), 14px 14px 0 rgba(196, 80, 67, 0.74545), 15px 15px 0 rgba(196, 80, 67, 0.72727), 16px 16px 0 rgba(196, 80, 67, 0.70909), 17px 17px 0 rgba(196, 80, 67, 0.69091), 18px 18px 0 rgba(196, 80, 67, 0.67273), 19px 19px 0 rgba(196, 80, 67, 0.65455), 20px 20px 0 rgba(196, 80, 67, 0.63636), 21px 21px 0 rgba(196, 80, 67, 0.61818), 22px 22px 0 rgba(196, 80, 67, 0.6), 23px 23px 0 rgba(196, 80, 67, 0.58182), 24px 24px 0 rgba(196, 80, 67, 0.56364), 25px 25px 0 rgba(196, 80, 67, 0.54545), 26px 26px 0 rgba(196, 80, 67, 0.52727), 27px 27px 0 rgba(196, 80, 67, 0.50909), 28px 28px 0 rgba(196, 80, 67, 0.49091), 29px 29px 0 rgba(196, 80, 67, 0.47273), 30px 30px 0 rgba(196, 80, 67, 0.45455), 31px 31px 0 rgba(196, 80, 67, 0.43636), 32px 32px 0 rgba(196, 80, 67, 0.41818), 33px 33px 0 rgba(196, 80, 67, 0.4), 34px 34px 0 rgba(196, 80, 67, 0.38182), 35px 35px 0 rgba(196, 80, 67, 0.36364), 36px 36px 0 rgba(196, 80, 67, 0.34545), 37px 37px 0 rgba(196, 80, 67, 0.32727), 38px 38px 0 rgba(196, 80, 67, 0.30909), 39px 39px 0 rgba(196, 80, 67, 0.29091), 40px 40px 0 rgba(196, 80, 67, 0.27273), 41px 41px 0 rgba(196, 80, 67, 0.25455), 42px 42px 0 rgba(196, 80, 67, 0.23636), 43px 43px 0 rgba(196, 80, 67, 0.21818), 44px 44px 0 rgba(196, 80, 67, 0.2), 45px 45px 0 rgba(196, 80, 67, 0.18182), 46px 46px 0 rgba(196, 80, 67, 0.16364), 47px 47px 0 rgba(196, 80, 67, 0.14545), 48px 48px 0 rgba(196, 80, 67, 0.12727), 49px 49px 0 rgba(196, 80, 67, 0.10909), 50px 50px 0 rgba(196, 80, 67, 0.09091), 51px 51px 0 rgba(196, 80, 67, 0.07273), 52px 52px 0 rgba(196, 80, 67, 0.05455), 53px 53px 0 rgba(196, 80, 67, 0.03636), 55px 55px 0 rgba(196, 80, 67, 0);
}

#menu-social-menu li.instagram {
  background: #528BB8 none repeat scroll 0 0;
}

#menu-social-menu li.instagram a {
  text-shadow: 0px 0px 0 #417197, 1px 1px 0 #417197, 2px 2px 0 #417197, 3px 3px 0 #417197, 4px 4px 0 #417197, 5px 5px 0 #417197, 6px 6px 0 #417197, 7px 7px 0 #417197, 8px 8px 0 #417197, 9px 9px 0 #417197, 10px 10px 0 #417197, 11px 11px 0 #417197, 12px 12px 0 #417197, 13px 13px 0 #417197, 14px 14px 0 #417197, 15px 15px 0 #417197, 16px 16px 0 #417197, 17px 17px 0 #417197, 18px 18px 0 #417197, 19px 19px 0 #417197, 20px 20px 0 #417197, 21px 21px 0 #417197, 22px 22px 0 #417197, 23px 23px 0 #417197, 24px 24px 0 #417197, 25px 25px 0 #417197, 26px 26px 0 #417197, 27px 27px 0 #417197, 28px 28px 0 #417197, 29px 29px 0 #417197, 30px 30px 0 #417197, 31px 31px 0 #417197, 32px 32px 0 #417197, 33px 33px 0 #417197, 34px 34px 0 #417197, 35px 35px 0 #417197, 36px 36px 0 #417197, 37px 37px 0 #417197, 38px 38px 0 #417197, 39px 39px 0 #417197, 40px 40px 0 #417197, 41px 41px 0 #417197, 42px 42px 0 #417197, 43px 43px 0 #417197, 44px 44px 0 #417197, 45px 45px 0 #417197, 46px 46px 0 #417197, 47px 47px 0 #417197, 48px 48px 0 #417197, 49px 49px 0 #417197, 50px 50px 0 #417197, 51px 51px 0 #417197, 52px 52px 0 #417197, 53px 53px 0 #417197, 1px 1px 0 rgba(65, 113, 151, 0.98182), 2px 2px 0 rgba(65, 113, 151, 0.96364), 3px 3px 0 rgba(65, 113, 151, 0.94545), 4px 4px 0 rgba(65, 113, 151, 0.92727), 5px 5px 0 rgba(65, 113, 151, 0.90909), 6px 6px 0 rgba(65, 113, 151, 0.89091), 7px 7px 0 rgba(65, 113, 151, 0.87273), 8px 8px 0 rgba(65, 113, 151, 0.85455), 9px 9px 0 rgba(65, 113, 151, 0.83636), 10px 10px 0 rgba(65, 113, 151, 0.81818), 11px 11px 0 rgba(65, 113, 151, 0.8), 12px 12px 0 rgba(65, 113, 151, 0.78182), 13px 13px 0 rgba(65, 113, 151, 0.76364), 14px 14px 0 rgba(65, 113, 151, 0.74545), 15px 15px 0 rgba(65, 113, 151, 0.72727), 16px 16px 0 rgba(65, 113, 151, 0.70909), 17px 17px 0 rgba(65, 113, 151, 0.69091), 18px 18px 0 rgba(65, 113, 151, 0.67273), 19px 19px 0 rgba(65, 113, 151, 0.65455), 20px 20px 0 rgba(65, 113, 151, 0.63636), 21px 21px 0 rgba(65, 113, 151, 0.61818), 22px 22px 0 rgba(65, 113, 151, 0.6), 23px 23px 0 rgba(65, 113, 151, 0.58182), 24px 24px 0 rgba(65, 113, 151, 0.56364), 25px 25px 0 rgba(65, 113, 151, 0.54545), 26px 26px 0 rgba(65, 113, 151, 0.52727), 27px 27px 0 rgba(65, 113, 151, 0.50909), 28px 28px 0 rgba(65, 113, 151, 0.49091), 29px 29px 0 rgba(65, 113, 151, 0.47273), 30px 30px 0 rgba(65, 113, 151, 0.45455), 31px 31px 0 rgba(65, 113, 151, 0.43636), 32px 32px 0 rgba(65, 113, 151, 0.41818), 33px 33px 0 rgba(65, 113, 151, 0.4), 34px 34px 0 rgba(65, 113, 151, 0.38182), 35px 35px 0 rgba(65, 113, 151, 0.36364), 36px 36px 0 rgba(65, 113, 151, 0.34545), 37px 37px 0 rgba(65, 113, 151, 0.32727), 38px 38px 0 rgba(65, 113, 151, 0.30909), 39px 39px 0 rgba(65, 113, 151, 0.29091), 40px 40px 0 rgba(65, 113, 151, 0.27273), 41px 41px 0 rgba(65, 113, 151, 0.25455), 42px 42px 0 rgba(65, 113, 151, 0.23636), 43px 43px 0 rgba(65, 113, 151, 0.21818), 44px 44px 0 rgba(65, 113, 151, 0.2), 45px 45px 0 rgba(65, 113, 151, 0.18182), 46px 46px 0 rgba(65, 113, 151, 0.16364), 47px 47px 0 rgba(65, 113, 151, 0.14545), 48px 48px 0 rgba(65, 113, 151, 0.12727), 49px 49px 0 rgba(65, 113, 151, 0.10909), 50px 50px 0 rgba(65, 113, 151, 0.09091), 51px 51px 0 rgba(65, 113, 151, 0.07273), 52px 52px 0 rgba(65, 113, 151, 0.05455), 53px 53px 0 rgba(65, 113, 151, 0.03636), 55px 55px 0 rgba(65, 113, 151, 0);
}

#subForm {
  margin: 22px 0 30px;
}

#subForm input {
  border: 1px solid #c3c3c3;
  color: #000;
  padding: 6px 15px;
  width: 160px;
  font-size: 15px;
  background-color: #fff;
  margin-bottom: 4px;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

#subForm button {
  background: #0eb7d4 none repeat scroll 0 0;
  padding: 6px 15px;
  height: auto;
  border: none;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 0 0 #148293;
  -moz-box-shadow: 2px 2px 0 0 #148293;
  box-shadow: 2px 2px 0 0 #148293;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#subForm button:hover {
  background: #0CA2BC;
}

/*OnTop button*/
.onTop {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  background-color: #0088cc;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 33px;
  color: #fff;
  z-index: 50;
  text-align: center;
  line-height: 50px;
}

.onTop.onTop-is-visible,
.onTop.onTop-fade-out {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.onTop.onTop-is-visible {
  visibility: visible;
  opacity: 1;
}

.onTop:hover {
  background-color: #333333;
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.onTop:hover,
.onTop:focus {
  color: #fff;
}

/* ==========================================================================
    Grid
/* ========================================================================== */
.grid {
  clear: both;
  overflow: hidden;
  margin: -1.3% -1.3% 0;
}

.grid .col {
  float: left;
  margin: 1.3%;
  position: relative;
  overflow: hidden;
}

.grid .col_1_of_3 {
  width: 30.6%;
}

.grid .col img {
  width: 100%;
}

.grid .col.orage .col-overlay {
  background-color: rgba(252, 123, 30, 0.72);
}

.grid .col.yellow .col-overlay {
  background-color: rgba(255, 210, 0, 0.72);
}

.grid .col.pink .col-overlay {
  background-color: rgba(238, 78, 187, 0.72);
}

.grid .col.purple .col-overlay {
  background-color: rgba(128, 102, 220, 0.72);
}

.grid .col.red .col-overlay {
  background-color: rgba(251, 61, 65, 0.72);
}

.grid .col.blue .col-overlay {
  background-color: rgba(23, 187, 215, 0.72);
}

.grid .col.green .col-overlay {
  background-color: rgba(41, 215, 23, 0.72);
}

.grid .col .col-overlay {
  background-color: rgba(240, 111, 19, 0.72);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}

.grid .col .col-heading {
  bottom: 20px;
  left: 0;
  position: absolute;
  z-index: 2;
}

.grid .col .col-heading p {
  margin: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  line-height: 25px;
}

.grid .col .col-heading h3.col-title {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  line-height: 25px;
}

.grid .col .col-heading p.col-date {
  font-size: 18px;
  font-weight: 100;
}

.grid .col .col-heading .highlight {
  background-color: #000;
  padding: 5px 20px;
  display: inline-block;
}

.grid .col .col-over-info {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  width: 100%;
  z-index: 2;
  visibility: hidden;
}

.grid .col .col-over-info .read-more {
  border: 2px solid #0a0a0a;
  border-radius: 50%;
  color: #0a0a0a;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 44px;
  padding: 10px;
  width: 40px;
  text-decoration: none;
}

.grid .col .col-over-info .read-more:hover,
.grid .col .col-over-info .read-more:focus {
  background: #fff;
  border: 2px solid transparent;
  text-decoration: none;
}

.grid .col .col-heading-over p {
  clear: both;
  color: #0a0a0a;
  display: block;
  font-family: "Roboto Slab", serif;
  line-height: 22px;
  margin: 10px 0 0;
  text-transform: uppercase;
  padding: 0 5px;
}

.grid .col .col-heading-over p.col-title {
  font-size: 19px;
  font-weight: 700;
}

.grid .col .col-heading-over p.col-date {
  font-size: 18px;
  margin: 0;
}

/*hover*/
.grid .col:hover .col-overlay {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: inherit;
}

.grid .col:hover .col-heading {
  animation-delay: 0.15s;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.grid .col:hover .read-more {
  -webkit-animation-name: rotateInZoomIn;
  animation-name: rotateInZoomIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.grid .col:hover .col-over-info {
  visibility: inherit;
}

.grid .col:hover .col-heading-over p {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.15s;
}

.grid .col:hover .col-heading-over p.col-date {
  animation-delay: 0.30s;
}

/* ==========================================================================
    Search & 404
/* ========================================================================== */
.search h1,
.error404 h1 {
  background: transparent linear-gradient(to right, #ffd100 0%, #fcac24 100%) repeat scroll 0 0;
  border-left: 13px solid #fff;
  border-right: 13px solid #fff;
  color: #000;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  margin-top: 0;
  padding: 5px 8px;
  text-align: center;
}

.search .wpb_wrapper,
.error404 .wpb_wrapper {
  margin-top: 42px;
}

.search h3 a {
  color: #333;
}

.search .search-post {
  display: block;
  float: left;
  margin: 1.3%;
  width: 30.66%;
}

.search .search-post h3 {
  margin: 20px 0;
}

.search-post:nth-child(3n+1) {
  clear: left;
}

.search-content > p {
  margin: 20px 0;
}

.search .read-more {
  background: #0eb7d4 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 2px 2px 0 0 #148293;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 16px;
  text-shadow: unset;
  transition: all 0.3s linear 0s;
}

.search-content .navigation {
  margin: 20px 0 30px;
}

.search-thumb img {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
}

.search-thumb img:hover {
  border: 1px solid #0CA2BC;
}

.search-form {
  margin: 20px 0;
  overflow: hidden;
  padding: 20px 0;
}

.search-form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #000000;
  margin: 0;
  padding: 7px 15px;
}

.search-form input[type="submit"] {
  background-color: #0eb7d4;
  box-shadow: 2px 2px 0 0 #148293;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-left: 7px;
  padding: 3px 15px;
  text-transform: capitalize;
}

.search-form .input-wrap {
  float: left;
}

/*Single post*/
.share-buttons {
  clear: both;
  margin: 0.3em 0;
  overflow: hidden;
  padding: 0;
}

.share-buttons li {
  background: #0eb7d4 none repeat scroll 0 0;
  height: 31px;
  overflow: hidden;
  width: 31px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
  margin-right: 12px;
}

.share-buttons li:last-child {
  margin-right: 0;
}

.share-buttons li a {
  color: #fff;
  font-size: 19px;
}

.share-buttons li.share-facebook {
  background: #3B5998 none repeat scroll 0 0;
}

.share-buttons li.share-twitter {
  background: #39A9E0 none repeat scroll 0 0;
}

.share-buttons li.share-gplus {
  background: #D14836 none repeat scroll 0 0;
}

/* ==========================================================================
    Responsive
/* ========================================================================== */
@media (min-width: 1200px) {
  #content-wrap,
  #page-header,
  .footer-content {
    max-width: 1170px;
  }

  .grid .col {
    height: 184px;
  }
}
@media (max-width: 1199px) {
  #content-wrap,
  #page-header,
  .footer-content {
    max-width: 940px;
  }

  #primary-nav > ul > li a {
    padding-left: 9px;
    padding-right: 9px;
  }

  #page-footer {
    background-size: cover;
  }

  #secondary-nav {
    width: 100%;
  }

  .subscribe-social {
    padding-top: 35px;
    width: 100%;
  }

  .SpSlider {
    max-height: 281px;
  }

  .SpSlider li {
    height: 281px;
  }

  .SpSlider li .slideCaption {
    max-width: 413px;
    padding: 8px 16px;
  }

  .SpSlider li .slideCaption p {
    font-size: 20px;
  }

  .SpSlider li .slideCaption p:first-child {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .grid .col {
    height: 148px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content-wrap,
  #page-header,
  .footer-content {
    max-width: 724px;
  }

  #primary-nav > ul > li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  #primary-nav ul li ul.sub-menu li a {
    font-size: 13px;
  }

  #page-logo {
    max-width: 166px;
  }

  #secondary-nav ul li {
    padding-right: 30px;
  }

  #subForm {
    overflow: hidden;
    float: none;
  }

  #subForm input {
    margin-right: 4px;
    float: left;
  }

  #subForm button {
    margin-left: 7px;
    float: left;
    padding: 3px 15px;
  }

  .SpSlider {
    max-height: 217px;
  }

  .SpSlider li {
    height: 217px;
  }

  .SpSlider li .slideCaption {
    max-width: 318px;
    padding: 6px 12px;
  }

  .SpSlider li .slideCaption p {
    font-size: 15px;
  }

  .SpSlider li .slideCaption p:first-child {
    font-size: 28px;
    line-height: 37px;
    margin: 0 0 20px;
  }

  .grid .col {
    height: 111px;
  }

  .grid .col .col-heading {
    width: 100%;
  }

  .grid .col .col-heading p {
    white-space: nowrap;
  }

  .grid .col .col-heading .highlight {
    white-space: nowrap;
  }

  .grid .col .col-heading h3.col-title,
  .grid .col .col-heading-over p.col-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .grid .col .col-heading p.col-date,
  .grid .col .col-heading-over p.col-date {
    font-size: 17px;
  }

  .grid .col .col-over-info .read-more {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  #content-wrap,
  #page-header,
  .footer-content {
    max-width: 100%;
    width: auto;
  }

  /*Mobile menu start*/
  #header-actions {
    display: none;
  }

  .mobile-search {
    display: block;
  }

  #page-header {
    overflow: hidden;
  }

  .alignitems-xs {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 18px 0;
  }

  #page-logo {
    margin: 0 0 0 -3px;
    max-width: 100%;
    width: 72%;
  }

  .tooglemenu {
    display: block;
    margin: 0;
    width: 28%;
  }

  .hamburgermenu {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background-color: #fff;
    float: right;
  }

  .hamburgermenu:focus {
    outline: none;
  }

  .hamburgermenu span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
  }

  .hamburgermenu span::before,
  .hamburgermenu span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }

  .hamburgermenu span::before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }

  .hamburgermenu span::after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }

  .hamburgermenu.is-active span {
    background: none;
  }

  .hamburgermenu.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburgermenu.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburgermenu.is-active span::before,
  .hamburgermenu.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }

  #responsive-menu {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }

  #responsive-menu.expand {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
  }

  .mobile-search .search-form {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
  }

  #responsive-menu #primary-nav {
    float: none;
  }

  #responsive-menu #primary-nav > ul > li {
    float: none;
    widows: 100%;
    border-width: 3px;
    border-left: 0 none;
  }

  #responsive-menu #primary-nav > ul > li a {
    padding: 15px;
  }

  #responsive-menu #primary-nav > ul > li a:hover {
    background-color: transparent !important;
  }

  #responsive-menu #primary-nav ul li ul.sub-menu {
    display: block;
    position: relative;
    width: 100%;
  }

  #responsive-menu #primary-nav ul li ul.sub-menu li a:hover {
    background-color: transparent;
  }

  /*Mobile menu end*/
  #page-footer {
    margin-left: -20px;
    margin-right: -20px;
  }

  #page-footer .footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  #page-footer h4 {
    font-size: 22px;
  }

  #secondary-nav ul li {
    float: none;
    padding-bottom: 12px;
    padding-right: 0;
  }

  #secondary-nav ul li ul.sub-menu li {
    padding: 6px 0 0 7px;
  }

  #secondary-nav ul li ul.sub-menu {
    padding-left: 12px;
  }

  .onTop {
    display: none;
  }

  .bx-wrapper {
    margin: 0 0 28px;
  }

  .SpSlider {
    max-height: 200px;
  }

  .SpSlider li {
    height: 200px;
  }

  .SpSlider li .slideCaption {
    max-width: 114px;
    padding: 2px 4px;
  }

  .SpSlider li .slideCaption p {
    font-size: 6px;
    margin: 0;
  }

  .SpSlider li .slideCaption p:first-child {
    font-size: 10px;
    line-height: 13px;
    margin: 0;
  }

  .grid .col {
    height: 110px;
  }

  .grid .col .col-heading,
  .grid .col .col-heading-over {
    max-width: 95%;
    overflow: hidden;
    bottom: 10px;
  }

  .grid .col .col-heading .highlight {
    display: inline;
    line-height: 34px;
  }

  .grid .col .col-over-info .read-more {
    padding: 5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }

  .grid .col .col-heading h3.col-title,
  .grid .col .col-heading-over p.col-title {
    font-size: 16px;
    white-space: nowrap;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .grid .col .col-heading p.col-date,
  .grid .col .col-heading-over p.col-date {
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .wpb_single_image .wpb_wrapper,
  .wpb_video_widget .wpb_wrapper {
    padding-bottom: 18px;
    padding-top: 9px;
  }

  .latest-posts {
    margin: 0 0 19px;
  }

  .calendar {
    display: none !important;
  }
}
@media (max-width: 598px) {
  .background_set {
    display: none;
  }

  .SpSlider {
    max-height: 82px;
  }

  .SpSlider li {
    height: 82px;
  }

  .grid {
    margin: 0;
  }

  .grid .col {
    margin: 5.6% 0 5.6% 0%;
    height: 110px;
  }

  .grid .col_3_of_3,
  .grid .col_2_of_3,
  .grid .col_1_of_3 {
    width: 100%;
  }

  .grid .col .col-heading h3.col-title,
  .grid .col .col-heading-over p.col-title {
    font-size: 19px;
  }

  .grid .col .col-heading p.col-date,
  .grid .col .col-heading-over p.col-date {
    font-size: 18px;
  }

  .grid .col .col-over-info .read-more {
    height: 30px;
    line-height: 33px;
    padding: 10px;
    width: 30px;
  }

  .search .search-post {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 360px) {
  .SpSlider {
    max-height: 78px;
  }

  .SpSlider li {
    height: 78px;
  }
}
@media only screen and (max-device-width: 640px) and (orientation: landscape) {
  .grid .col {
    height: 85px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .SpSlider {
    max-height: 114px;
  }

  .SpSlider li {
    height: 114px;
  }

  .grid .col {
    height: 190px;
  }
}

/*# sourceMappingURL=global.css.map */
