/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/* Dropcap */
/*----------------------------------------------------------------------
# Package - JM Template 
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/* Menu */
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/**
 * Helix Framework Credit
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2001 - 2013 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.btn {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #e6e6e6;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)";
  -moz-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)";
  box-shadow: "inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)";
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .btn.active {
  background-color: #ccc e("\9");
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  /* Buttons in IE7 don't get borders, so darken on hover */
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 e("\9");
  background-image: none;
  outline: 0;
  -webkit-box-shadow: "inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)";
  -moz-box-shadow: "inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)";
  box-shadow: "inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)";
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: "alpha(opacity=${opacity})";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, .75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #ba004e, #ba0010);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba004e), to(#ba0010));
  background-image: -webkit-linear-gradient(top, #ba004e, #ba0010);
  background-image: -o-linear-gradient(top, #ba004e, #ba0010);
  background-image: linear-gradient(to bottom, #ba004e, #ba0010);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #ba0010 #ba0010 #6e0009;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #ba0010;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #ba0010;
  *background-color: #a1000e;
}
.btn-primary:active, .btn-primary.active {
  background-color: #87000c e("\9");
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #f89406;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 e("\9");
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #bd362f;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 e("\9");
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #51a351;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 e("\9");
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #2f96b4;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c e("\9");
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #222;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 e("\9");
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link, .btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ba004e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #6e002e;
  text-decoration: underline;
  background-color: transparent;
  /*Buttons*/
}
.btn-primary, button, input[type='submit'], input[type='button'], submit, a.jm-btn, #edit-submit, #edit-preview, .btn-primary:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus, submit:focus, a.jm-btn:focus, #edit-actions:focus #edit-submit:focus, #edit-actions:focus #edit-preview:focus {
  color: #fff;
  display: inline-block;
  font-family: 'open_sansbold';
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  background: #ba004e;
  outline: none;
}
.btn-primary:hover, button:hover, input[type='submit']:hover, input[type='button']:hover, submit:hover, a.jm-btn:hover, #edit-submit:hover, #edit-preview:hover {
  background: #ed0063;
}
.styleBoxBlock, [class^="region-sidebar-"] .styleBoxBlock, .region-sidebar-first .styleBoxBlock {
  background: #fff !important;
  border: 1px solid #ebebeb !important;
  -webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1) !important;
  -moz-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1) !important;
  box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1) !important;
  padding: 10px !important;
  margin-top: 20px !important;
}
.style-gold h3.block-title {
  color: #fff !important;
  background: #ba004e;
  font-size: 16px !important;
  line-height: 18px !important;
  padding: 12px;
}
.style-title-bg h3.block-title {
  background: #5b5b5b;
  color: #fff !important;
  line-height: 15px !important;
  font-size: 16px !important;
  padding: 12px;
}
.node-page h3.block-title, .fullTitlepage, .viewTeam .viewTeamInfo .team-name {
  color: #ba004e;
  font-family: 'open_sansbold';
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.region .block, [class^="region-sidebar-"] {
  margin-top: 20px;
}
#section-header .region .block, #section-feature .region .block {
  margin-top: 0px;
}
#section-content [class^="region-sidebar-"] .block h3.block-title, #section-content [class*="region-sidebar-"] .block h3.block-title, #section-content .region-sidebar-first .block h3.block-title {
  background: #5b5b5b;
  color: #fff;
  font-size: 16px !important;
  line-height: 15px;
  padding: 12px;
  font-family: 'open_sansbold';
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#section-content .region-sidebar-first .block {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
  box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
  padding: 10px;
  margin-top: 20px;
}
.style-img img {
  border: 1px solid #eaeaea;
  display: block;
  padding: 5px;
}
.grey h3.block-title, .gold h3.block-title, .orange h3.block-title, .green h3.block-title, .darkgreen h3.block-title, .brightred h3.block-title, .deepred h3.block-title, .blue h3.block-title, .deepblue h3.block-title {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 15px !important;
  padding: 12px;
}
.grey ul, .gold ul, .orange ul, .green ul, .darkgreen ul, .brightred ul, .deepred ul, .blue ul, .deepblue ul {
  padding: 0 0 0 20px;
}
.grey ul li, .gold ul li, .orange ul li, .green ul li, .darkgreen ul li, .brightred ul li, .deepred ul li, .blue ul li, .deepblue ul li {
  list-style: disc;
}
.grey h3.block-title {
  background: grey !important;
}
.gold h3.block-title {
  background: gold !important;
}
.orange h3.block-title {
  background: orange !important;
}
.green h3.block-title {
  background: green !important;
}
.darkgreen h3.block-title {
  background: darkgreen !important;
}
.brightred h3.block-title {
  background: #c03232 !important;
}
.deepred h3.block-title {
  background: #900101 !important;
}
.blue h3.block-title {
  background: blue !important;
}
.deepblue h3.block-title {
  background: #0c53b5 !important;
}
#block-system-main {
  margin: 0px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  text-indent: 10px;
}
textarea {
  height: 200px;
}
label {
  font-weight: normal;
}
input[type="checkbox"] {
  margin: 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border: 1px solid #ba004e;
}
.remove-style-box {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.sh-typo .row > h3 {
  padding: 0 15px;
}
.sh-dropcap {
  overflow: hidden;
  /*Unordered Lists*/
}
.sh-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before, .ltr ul.arrow-double li::before, .ltr ul.tick li::before, .ltr ul.cross li::before, .ltr ul.star li::before, .ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after, .rtl ul.arrow-double li::after, .rtl ul.tick li::after, .rtl ul.cross li::after, .rtl ul.star li::after, .rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left, .pull-left > img {
  margin-right: 15px;
}
img.pull-right, .pull-right > img {
  margin-left: 15px;
}
.rtl {
  /* Block number */
}
.rtl img.pull-left, .rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right, .rtl .pull-right > img {
  margin-right: 15px;
}
.sh-blocknumber {
  position: relative;
  min-height: 45px;
}
.sh-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sh-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sh-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sh-blocknumber span {
  left: 0;
}
.rtl {
  /* Block */
}
.rtl .sh-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sh-blocknumber span {
  right: 0;
}
.sh-block {
  margin-bottom: 20px;
}
.sh-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sh-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sh-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sh-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sh-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sh-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sh-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left, .ltr [class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
.ltr [class^="icon-"].pull-right, .ltr [class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-left, .rtl [class*=" icon-"].pull-left {
  margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-right, .rtl [class*=" icon-"].pull-right {
  margin-right: 0.3em;
}
.superhero-mobile-menu-toggle {
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 36px;
  margin: 5px 10px;
  padding: 8px;
  text-align: center;
  width: 52px;
}
.superhero-mobile-menu-toggle:before {
  content: "\f039";
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
}
.superhero-mobile-menu-toggle:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 993px) {
  .superhero-mobile-menu-toggle {
    display: none;
  }
  #section-header .site-logo {
    line-height: 96px;
    padding: 0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  #section-header .superhero-dropdown {
    float: right;
    margin: 0px;
  }
  #section-header .superhero-dropdown > ul.menu > li {
    border-left: 1px solid #e5e5e5;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
  }
  #section-header .superhero-dropdown > ul.menu > li.last {
    border-right: 1px solid #e5e5e5;
  }
  #section-header .superhero-dropdown > ul.menu > li:hover {
    background: #eee;
  }
  #section-header .superhero-dropdown > ul.menu > li.expanded > a:after {
    content: "\f0d7";
    color: #ba004e;
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 5px;
  }
  #section-header .superhero-dropdown > ul.menu > li.expanded > a.active {
    background: #eee;
  }
  #section-header .superhero-dropdown > ul.menu > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0px 15px;
    line-height: 80px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  #section-header .superhero-dropdown > ul.menu > li > a.active {
    background: #eee;
  }
  #section-header .superhero-dropdown > ul.menu > li.first a.active {
    background: none;
  }
  #section-header .superhero-dropdown > ul.menu > li ul.menu li {
    padding: 0px;
  }
  #section-header .superhero-dropdown > ul.menu > li ul.menu li a {
    padding: 10px;
    line-height: normal;
    color: #666;
  }
  #section-header .superhero-dropdown > ul.menu > li ul.menu li a.active {
    background: #f5f5f5;
  }
  #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 10px;
    color: #ba004e;
  }
  #section-header.fixed .site-logo {
    line-height: 72px;
  }
  #section-header.fixed .superhero-dropdown > ul.menu > li > a {
    line-height: 72px;
  }
  body.rtl #section-header .superhero-dropdown {
    float: left;
  }
  body.rtl #section-header .superhero-dropdown > ul.menu > li {
    float: right !important;
  }
  body.rtl #section-header .superhero-dropdown > ul.menu > li.expanded > a:after {
    float: left;
    margin: 0 5px 0 0;
  }
  body.rtl #section-header .superhero-dropdown > ul.menu > li.first {
    border-right: 1px solid #e5e5e5;
  }
  body.rtl #section-header .superhero-dropdown > ul.menu > li.last {
    border-right: none;
  }
  body.rtl #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:before {
    float: left;
    content: "\f0d9";
    font-family: FontAwesome;
    color: #ba004e;
  }
  body.rtl #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after {
    content: "";
  }
}
@media (max-width: 992px) {
  .superhero-mobile-menu-toggle {
    display: block;
  }
  .superhero-mobile-menu-toggle i {
    display: none;
  }
  .rtl #section-header .superhero-mobile-menu-toggle {
    right: inherit;
    left: 0;
    display: block;
  }
  .rtl #section-header .superhero-dropdown > ul.menu > li {
    width: 100%;
  }
  .rtl #section-header .superhero-dropdown > ul.menu > li .menu-arrow {
    top: 0;
    right: inherit;
    left: 0;
  }
  .rtl #section-header .superhero-dropdown > ul.menu > li .fa-angle-right:before {
    content: "\f104";
    font-family: FontAwesome;
  }
}
.node-news .field-name-field-image {
  display: block;
  float: right;
  margin: 0 0 2em 2em;
}
body {
  font-size: 18px;
  font-family: 'aller_lightregular';
  color: #737373;
  background: #fff;
  line-height: 25px;
}
body a {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-decoration: none;
  color: #ba004e;
  outline: none;
}
body a:hover {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #ed0063;
  text-decoration: none;
}
body a:not(.btn) {
  outline: none;
  text-decoration: none;
}
body img {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  height: auto;
}
body .caption.big_black_right {
  font-size: 38px;
  line-height: 51px;
  color: #222;
}
.body-innerwrapper {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'aller_lightregular';
  font-weight: normal;
}
h5 {
  font-size: 24px;
  text-transform: none;
  font-style: italic;
}
.divCenterBlock {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  width: 50%;
}
.style-readmore:before, .last-news-creative .views-field-nothing .readMore:before {
  content: "\f064";
  font-family: FontAwesome;
  color: #ba004e;
  font-size: 15px;
  color: #ba004e;
  margin-right: 5px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.beforeRead, .view-blog .blogCatContent .itemBody-blog a.readMore:before, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:before, .itemCatBlogLayout2 .article-body a.readMore:before {
  content: "\f064";
  color: #5b5b5b;
  font-family: FontAwesome;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  margin: 0px 5px;
}
.centered {
  text-align: center;
}
.title-center .content h3 {
  text-align: center !important;
}
.title-center h3.block-title {
  text-align: center !important;
}
.title-left .content h3 {
  text-align: left !important;
}
.title-left h3.block-title {
  text-align: left !important;
}
.title-right .content h3 {
  text-align: right !important;
}
.title-right h3.block-title {
  text-align: right !important;
}
.text-bold, h1, h1.title, .view-latest-news .node-article > h2 a, .view-team .bx-wrapper .slide .views-field-title a, .sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
  font-family: 'allerbold';
  text-transform: uppercase;
  font-weight: normal;
}
h1, h1.title {
  line-height: 1em;
  font-size: 30px;
  color: #ba004e;
  margin: 0px 0 10px;
}
.fontnormal {
  font-weight: normal;
}
ul, ul li {
  list-style: none;
  margin: 0px;
  line-height: 20px;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-block {
  padding: 0 !important;
}
.nopaddingtop {
  padding-top: 0px !important;
}
.nomargin {
  margin: 0 !important;
}
.text-center, .style-gold h3.block-title, .style-title-bg h3.block-title, #section-content [class^="region-sidebar-"] .block h3.block-title, #section-content [class*="region-sidebar-"] .block h3.block-title, #section-content .region-sidebar-first .block h3.block-title, .grey h3.block-title, .gold h3.block-title, .orange h3.block-title, .green h3.block-title, .darkgreen h3.block-title, .brightred h3.block-title, .deepred h3.block-title, .blue h3.block-title, .deepblue h3.block-title, #section-user .content, .sh-recent-project h3.block-title, .sh-recent-project .view-header, .sh-recent-project .views-field-title, .sh-recent-project .views-field-superhero-portfolio-categories, .parallax .content, .pagination, #jm-pricingTables .jm-pricingItem, .view-team .bx-wrapper .slide, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links, .viewTeam .viewTeamInfo, .viewTeam .viewTeamContent {
  text-align: center;
}
.text-center th, .style-gold h3.block-title th, .style-title-bg h3.block-title th, #section-content [class^="region-sidebar-"] .block h3.block-title th, #section-content [class*="region-sidebar-"] .block h3.block-title th, #section-content .region-sidebar-first .block h3.block-title th, .grey h3.block-title th, .gold h3.block-title th, .orange h3.block-title th, .green h3.block-title th, .darkgreen h3.block-title th, .brightred h3.block-title th, .deepred h3.block-title th, .blue h3.block-title th, .deepblue h3.block-title th, #section-user .content th, .sh-recent-project h3.block-title th, .sh-recent-project .view-header th, .sh-recent-project .views-field-title th, .sh-recent-project .views-field-superhero-portfolio-categories th, .parallax .content th, .pagination th, #jm-pricingTables .jm-pricingItem th, .view-team .bx-wrapper .slide th, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links th, .viewTeam .viewTeamInfo th, .viewTeam .viewTeamContent th, .text-center tr, .style-gold h3.block-title tr, .style-title-bg h3.block-title tr, #section-content [class^="region-sidebar-"] .block h3.block-title tr, #section-content [class*="region-sidebar-"] .block h3.block-title tr, #section-content .region-sidebar-first .block h3.block-title tr, .grey h3.block-title tr, .gold h3.block-title tr, .orange h3.block-title tr, .green h3.block-title tr, .darkgreen h3.block-title tr, .brightred h3.block-title tr, .deepred h3.block-title tr, .blue h3.block-title tr, .deepblue h3.block-title tr, #section-user .content tr, .sh-recent-project h3.block-title tr, .sh-recent-project .view-header tr, .sh-recent-project .views-field-title tr, .sh-recent-project .views-field-superhero-portfolio-categories tr, .parallax .content tr, .pagination tr, #jm-pricingTables .jm-pricingItem tr, .view-team .bx-wrapper .slide tr, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links tr, .viewTeam .viewTeamInfo tr, .viewTeam .viewTeamContent tr, .text-center td, .style-gold h3.block-title td, .style-title-bg h3.block-title td, #section-content [class^="region-sidebar-"] .block h3.block-title td, #section-content [class*="region-sidebar-"] .block h3.block-title td, #section-content .region-sidebar-first .block h3.block-title td, .grey h3.block-title td, .gold h3.block-title td, .orange h3.block-title td, .green h3.block-title td, .darkgreen h3.block-title td, .brightred h3.block-title td, .deepred h3.block-title td, .blue h3.block-title td, .deepblue h3.block-title td, #section-user .content td, .sh-recent-project h3.block-title td, .sh-recent-project .view-header td, .sh-recent-project .views-field-title td, .sh-recent-project .views-field-superhero-portfolio-categories td, .parallax .content td, .pagination td, #jm-pricingTables .jm-pricingItem td, .view-team .bx-wrapper .slide td, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links td, .viewTeam .viewTeamInfo td, .viewTeam .viewTeamContent td {
  text-align: center;
}
.text-center .content p, .style-gold h3.block-title .content p, .style-title-bg h3.block-title .content p, #section-content [class^="region-sidebar-"] .block h3.block-title .content p, #section-content [class*="region-sidebar-"] .block h3.block-title .content p, #section-content .region-sidebar-first .block h3.block-title .content p, .grey h3.block-title .content p, .gold h3.block-title .content p, .orange h3.block-title .content p, .green h3.block-title .content p, .darkgreen h3.block-title .content p, .brightred h3.block-title .content p, .deepred h3.block-title .content p, .blue h3.block-title .content p, .deepblue h3.block-title .content p, #section-user .content .content p, .sh-recent-project h3.block-title .content p, .sh-recent-project .view-header .content p, .sh-recent-project .views-field-title .content p, .sh-recent-project .views-field-superhero-portfolio-categories .content p, .parallax .content .content p, .pagination .content p, #jm-pricingTables .jm-pricingItem .content p, .view-team .bx-wrapper .slide .content p, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links .content p, .viewTeam .viewTeamInfo .content p, .viewTeam .viewTeamContent .content p, .text-center .content div, .style-gold h3.block-title .content div, .style-title-bg h3.block-title .content div, #section-content [class^="region-sidebar-"] .block h3.block-title .content div, #section-content [class*="region-sidebar-"] .block h3.block-title .content div, #section-content .region-sidebar-first .block h3.block-title .content div, .grey h3.block-title .content div, .gold h3.block-title .content div, .orange h3.block-title .content div, .green h3.block-title .content div, .darkgreen h3.block-title .content div, .brightred h3.block-title .content div, .deepred h3.block-title .content div, .blue h3.block-title .content div, .deepblue h3.block-title .content div, #section-user .content .content div, .sh-recent-project h3.block-title .content div, .sh-recent-project .view-header .content div, .sh-recent-project .views-field-title .content div, .sh-recent-project .views-field-superhero-portfolio-categories .content div, .parallax .content .content div, .pagination .content div, #jm-pricingTables .jm-pricingItem .content div, .view-team .bx-wrapper .slide .content div, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links .content div, .viewTeam .viewTeamInfo .content div, .viewTeam .viewTeamContent .content div {
  text-align: center !important;
}
.text-left, .grey p, .gold p, .orange p, .green p, .darkgreen p, .brightred p, .deepred p, .blue p, .deepblue p, .grey ul, .gold ul, .orange ul, .green ul, .darkgreen ul, .brightred ul, .deepred ul, .blue ul, .deepblue ul, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more, body #section-header .site-logo {
  text-align: left;
}
.text-left .content p, .grey p .content p, .gold p .content p, .orange p .content p, .green p .content p, .darkgreen p .content p, .brightred p .content p, .deepred p .content p, .blue p .content p, .deepblue p .content p, .grey ul .content p, .gold ul .content p, .orange ul .content p, .green ul .content p, .darkgreen ul .content p, .brightred ul .content p, .deepred ul .content p, .blue ul .content p, .deepblue ul .content p, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more .content p, body #section-header .site-logo .content p, .text-left .content div, .grey p .content div, .gold p .content div, .orange p .content div, .green p .content div, .darkgreen p .content div, .brightred p .content div, .deepred p .content div, .blue p .content div, .deepblue p .content div, .grey ul .content div, .gold ul .content div, .orange ul .content div, .green ul .content div, .darkgreen ul .content div, .brightred ul .content div, .deepred ul .content div, .blue ul .content div, .deepblue ul .content div, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more .content div, body #section-header .site-logo .content div {
  text-align: left !important;
}
.text-left label, .grey p label, .gold p label, .orange p label, .green p label, .darkgreen p label, .brightred p label, .deepred p label, .blue p label, .deepblue p label, .grey ul label, .gold ul label, .orange ul label, .green ul label, .darkgreen ul label, .brightred ul label, .deepred ul label, .blue ul label, .deepblue ul label, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more label, body #section-header .site-logo label {
  text-align: left;
}
.text-right, .view-blog-categories .views-row a.btn-default, #section-footer .region-footer-second, #section-footer .region-footer-second p {
  text-align: right;
}
.text-right .content p, .view-blog-categories .views-row a.btn-default .content p, #section-footer .region-footer-second .content p, #section-footer .region-footer-second p .content p, .text-right .content div, .view-blog-categories .views-row a.btn-default .content div, #section-footer .region-footer-second .content div, #section-footer .region-footer-second p .content div {
  text-align: right !important;
}
.left, #section-header .superhero-dropdown > ul.menu > li, .view-blog-categories .views-row, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, #jm-pricingTables .jm-pricingItem, .view-team.view-display-id-block_3 .views-row, .view-team-3colum .view-team .views-row, .view-team-4colum .view-team .views-row, .rtl .close, .rtl .shortcode-icon ul li i span {
  float: left;
}
.right, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-top-panel #search-block-form input[type="text"], #section-top-panel .region-toppanel-second, #section-top-panel .region-toppanel-third, .rtl .check-list ul li:before, .rtl .breadcrumb a, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
  float: right;
}
#section-top-panel #search-block-form {
  overflow: hidden;
}
#section-top-panel #search-block-form button[type="submit"] {
  display: none !important;
}
#section-top-panel #search-block-form .control-group {
  margin: 0px;
}
#section-top-panel #search-block-form #edit-actions {
  display: none;
}
#section-top-panel #search-block-form input[type="text"] {
  background: url(../images/bg_search.png) no-repeat left 3px center transparent;
  border: none;
  width: 24px;
  height: 26px;
  font-size: 12px;
  padding: 0;
  text-indent: 10px;
}
#section-top-panel #search-block-form input[type="text"]:hover {
  width: 200px;
  background: url(../images/bg_search.png) no-repeat left 3px center #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border: 1px solid #fff;
}
#section-top-panel .region-toppanel-second, #section-top-panel .region-toppanel-third {
  padding: 0;
}
#section-top-panel .region-toppanel-third {
  padding: 0px 15px 0 0;
}
#section-top-panel .region-toppanel-third {
  width: auto !important;
}
#section-header {
  background: #fff;
  /*	border-bottom: 10px solid #01B5CE;*/
  border-bottom: 1px solid #efefef;
  border-top: 3px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 2px 0 #e2e2e2;
  -moz-box-shadow: 0 1px 2px 0 #e2e2e2;
  box-shadow: 0 1px 2px 0 #e2e2e2;
  -webkit-transition: height 5s ease 0s;
  -moz-transition: height 5s ease 0s;
  -o-transition: height 5s ease 0s;
  transition: height 5s ease 0s;
  width: 100%;
  z-index: 5000;
}
#section-header .container {
  position: relative;
}
#section-header .container:after {
  background: url("../images/shadow-top.png") no-repeat center top rgba(0, 0, 0, 0);
  bottom: -42px;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#section-header .superhero-dropdown > ul > li > a, #section-header .site-logo {
  line-height: 80px;
}
#section-header .superhero-dropdown > ul > li > a a, #section-header .site-logo a {
  color: #fff;
  line-height: 80px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a, #section-header.fixed-transition .site-logo a {
  line-height: 60px;
}
#section-feature {
  clear: both;
}
#section-feature .content {
  overflow: hidden;
}
#section-feature .tparrows {
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
#section-feature .tparrows:before {
  font-family: FontAwesome;
  font-size: 34px;
  color: #fff;
  line-height: 1.1;
  padding: 12px;
}
#section-feature .tparrows:hover {
  background: rgba(0, 0, 0, 0.9);
}
#section-feature .tp-leftarrow {
  left: 20px !important;
}
#section-feature .tp-leftarrow:before {
  content: "\f104";
}
#section-feature .tp-rightarrow {
  right: 20px !important;
}
#section-feature .tp-rightarrow:before {
  content: "\f105";
  padding: 15px;
}
#section-feature .caption.large_text {
  font-size: 23px !important;
  font-weight: bold !important;
}
#section-feature .caption.medium_text {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}
#section-top-panel .region .block {
  margin: 0px;
}
.menuTop ul.menu {
  padding: 0px;
  margin: 0px;
}
.menuTop ul.menu li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.menuTop ul.menu li a {
  color: #fff !important;
  padding: 0 10px;
  margin: 3px 0;
  display: block;
}
.menuTop ul.menu li a:hover, .menuTop ul.menu li a.active {
  color: #ba004e !important;
}
.menuTop ul.menu li a.active-trail.active {
  color: #fff !important;
}
.menuTop ul.menu li:first-child a {
  padding-left: 0px;
}
.menuTop ul.menu li:first-child a:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 14px;
  padding: 4px 6px;
  color: #fff;
  background: #ba004e;
  margin-right: 7px;
}
.socialTops {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  text-align: left;
}
.socialTops li {
  display: inline-block;
  margin-left: 10px;
}
.socialTops li a {
  font-size: 20px;
  padding-top: 2px;
  color: #777 !important;
}
.socialTops li:hover a {
  color: #ba004e !important;
}
#search-form #edit-advanced {
  margin-top: 20px;
}
#section-user .content img {
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#section-user .content p, #section-user .content div {
  margin: 0 0 0.5em;
  overflow: hidden;
  line-height: 1.3em;
  font-size: 1.2em;
}
#section-user .content h3 {
  font-size: 2.7em;
}
#section-user .style-box-user h3 {
  background: url("../images/bg_a1.gif") repeat rgba(0, 0, 0, 0);
  color: #424242;
  display: block;
  font-family: 'open_sansbold';
  font-size: 15px;
  padding: 10px;
  text-align: center;
  margin: 0px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#section-user .style-box-user:hover img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
  -moz-transform: scale(1.15) rotate(4deg);
  -ms-transform: scale(1.15) rotate(4deg);
  -o-transform: scale(1.15) rotate(4deg);
}
#section-user .style-box-user:hover [class^="icon-"] {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #ba004e;
  -moz-box-shadow: 0 0 0 2px #ba004e;
  box-shadow: 0 0 0 2px #ba004e;
}
#section-user .style-box-user:hover [class^="icon-"]:after {
  background: #ba004e;
  opacity: 1;
  filter: "alpha(opacity=${opacity})";
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
#section-user .style-user-creative .content h3 {
  margin: 10px 0;
}
#section-user .style-user-creative .content p {
  color: #888;
}
#section-user .style-user-creative .content:hover img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
  -moz-transform: scale(1.15) rotate(4deg);
  -ms-transform: scale(1.15) rotate(4deg);
  -o-transform: scale(1.15) rotate(4deg);
}
#section-user .style-user-creative .content:hover [class^="icon-"] {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #ba004e;
  -moz-box-shadow: 0 0 0 2px #ba004e;
  box-shadow: 0 0 0 2px #ba004e;
}
#section-user .style-user-creative .content:hover [class^="icon-"]:after {
  background: #ba004e;
  opacity: 1;
  filter: "alpha(opacity=${opacity})";
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
#section-user .style-user-creative .box-image {
  position: relative;
}
#section-user .style-user-creative .box-image .box-icon {
  display: block;
  width: 98px;
  height: 98px;
  border-color: #ba004e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ba004e;
  border-style: solid;
  border-width: 50px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
#section-user .style-user-creative .box-image .box-icon i {
  left: -30px;
  position: absolute;
  top: -30px;
  font-size: 20px;
  color: #fff;
}
#section-user [class^="icon-"] {
  width: 100px;
  height: 100px;
  font-size: 35px;
  color: #222;
  line-height: 100px;
  display: inline-block;
  position: relative;
  background: #fff !important;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #dcdcdc;
  -moz-box-shadow: 0 0 0 2px #dcdcdc;
  box-shadow: 0 0 0 2px #dcdcdc;
  margin: 20px 0;
}
#section-user [class^="icon-"]:after {
  background: #fff;
  content: "";
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  filter: "alpha(opacity=${opacity})";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section-user [class^="icon-"]:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#block-block-27 .content p:first-child {
  color: #000;
}
#section-content-top .region-content-top-1 .block {
  padding: 20px !important;
}
#section-postcontent .region-postcontent-first .block-views, #section-team .region-postcontent-first .block-views {
  padding: 20px !important;
}
#section-team {
  /** Home Creative 2 **/
}
#section-team .row {
  margin: 0px;
}
body.home-creative2 {
  background: #fff;
}
body.home-creative2 .region .block, body.home-creative2 [class^="region-sidebar-"], body.home-creative2 .region-sidebar-first, body.home-creative2 .style-box {
  border: none !important;
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
}
body.home-creative2 #section-feature .block-dexp-layerslider:before {
  background: url("../images/shadow-top.png") no-repeat center top / cover rgba(0, 0, 0, 0);
  top: -2px;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 990;
}
body.home-creative2 #section-user .region .block {
  padding: 0px !important;
}
body.home-creative2 #section-strapline {
  background: #fff;
  padding: 40px 0 60px 0;
}
body.home-creative2 #section-postcontent {
  background: url(../images/bg-jm-bottom.jpg) repeat-x top center #f5f5f5;
  padding: 0px;
}
body.home-creative2 #section-postcontent .container {
  background: url(../images/bg-jm-bottom-container.jpg) no-repeat center top rgba(0, 0, 0, 0);
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe {
  background: transparent !important;
  overflow: hidden;
  padding: 30px 70px;
  margin: 0px;
}
body.home-creative2 #section-postcontent .prefix {
  float: left;
  width: 33.33%;
  padding: 0 30px 0 78px;
  background: url(../images/icon-fly.png) no-repeat center left rgba(0, 0, 0, 0);
  color: #000;
  font-size: 20px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form {
  float: left;
  width: 66.66%;
  margin-top: 6px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form .form-item-email {
  width: 370px;
  float: left;
  margin: 0px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-email {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  box-shadow: 1px 1px 5px #ececec;
  color: #ccc;
  font-size: 15px;
  height: 42px;
  line-height: normal;
  margin: 0;
  max-width: 90%;
  line-height: 42px;
  text-transform: uppercase;
  width: 350px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-newsletter-submit {
  color: #fff;
  display: block;
  font-family: 'open_sansbold';
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  background: #ba004e;
  outline: none;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-newsletter-submit:hover {
  background: #ed0063;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #subscribe {
  float: left;
}
body.home-creative2 #section-latest {
  padding: 16px 0 50px;
}
body.home-creative2 #section-bottom {
  padding: 17px 0 60px 0;
}
body.home-creative2 #section-bottom2 {
  background: #333;
  color: #aaa;
}
body.home-creative2 #section-bottom2 .row {
  background: none;
  margin: inherit;
}
body.home-creative2 #section-bottom2 h3.block-title {
  color: #fff;
  padding: 0px;
  border-bottom: none;
}
body.home-creative2 #section-bottom2 .region .block {
  margin: 0;
  padding: 20px 0px;
}
body.home-creative2 #section-bottom2 .region .block p {
  color: #aaa;
}
body.home-creative2 #section-bottom2 .region-bottom-fifth {
  padding-left: 0px;
}
body.home-creative2 #section-footer {
  background: #222;
  color: #aaa;
  padding: 20px 0 15px 0;
}
body.home-creative2 .webform-client-form #edit-submitted-name, body.home-creative2 .webform-client-form #edit-submitted-email {
  max-width: 130px;
}
.last-news-creative h3.block-title {
  line-height: 31.5px;
  margin: 0 0 3px 0;
  font-size: 20px;
  color: #000;
}
.last-news-creative .view-header p {
  line-height: 1;
  margin-bottom: 20px;
}
.last-news-creative .view-header p a {
  color: #9a9a9a;
}
.last-news-creative .view-header p a:hover {
  color: #ba004e;
}
.last-news-creative .views-field-created {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 12px 0;
}
.last-news-creative .views-field-title a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 16.8px;
  font-family: open_sansregular;
}
.last-news-creative .views-field-nothing {
  margin-top: 12px;
}
.last-news-creative .views-field-nothing .readMore {
  font-family: open_sansregular;
  font-size: 15px;
  color: #5b5b5b;
}
.last-news-creative .views-field-nothing .readMore:hover {
  color: #ba004e;
}
.last-news-creative .views-field-nothing .readMore:hover:before {
  color: #5b5b5b;
}
.last-news-creative .view-latest-news .bx-viewport {
  height: 400px !important;
}
.sh-testimonial h3.block-title {
  color: #000;
  font-size: 20px;
  line-height: 31.5px;
  margin: 0 0 3px 0;
}
.sh-testimonial .view-header p {
  line-height: 1;
  margin-bottom: 20px;
}
.sh-testimonial .views-field-body {
  margin-bottom: 16px;
}
.sh-testimonial .views-field-body .field-content {
  background: #f5f5f5;
  padding: 20px;
  position: relative;
}
.sh-testimonial .views-field-body .field-content:before {
  border-color: #f5f5f5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 25px;
  bottom: -40px;
  content: "";
  position: absolute;
  right: 10px;
}
.sh-testimonial .views-field-field-image {
  width: 30%;
  float: left;
}
.sh-testimonial .views-field-field-image img {
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sh-testimonial .views-field-field-job-title {
  width: 70%;
  float: left;
}
.sh-testimonial .views-field-field-job-title .field-content {
  padding-left: 10px;
}
.sh-testimonial .views-field-field-job-title .field-content .client_name {
  color: #000;
  font-size: 16px;
  font-family: 'open_sansbold';
  font-weight: normal;
}
.sh-testimonial .views-field-field-job-title .field-content .client_site {
  display: none;
}
.pro-business-block {
  padding: 0 15px;
}
.pro-business-block .content-block {
  padding: 20px;
  background: #f5f5f5;
  border-left: 5px solid #ba004e;
  position: relative;
}
.pro-business-block .content-block:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #ba004e;
  left: 0;
  position: absolute;
  top: 38%;
}
.pro-business-block .content-block h2 {
  margin-top: 0px;
  font-size: 22px;
  color: #000;
}
.region-team-first h2, .region-team-first h1 {
  font-size: 40px;
  margin-top: 0;
  color: #434343;
  /** End Home Creative 2 **/
  /** Style all Box Block **/
}
#section-user .region .block, #section-content-top .region .block, #section-postcontent .region .block, #section-team .region .block, #section-bottom .region .block, #section-user [class^="region-sidebar-"], #section-content-top [class^="region-sidebar-"], #section-postcontent [class^="region-sidebar-"], #section-team [class^="region-sidebar-"], #section-bottom [class^="region-sidebar-"], #section-user .region-sidebar-first, #section-content-top .region-sidebar-first, #section-postcontent .region-sidebar-first, #section-team .region-sidebar-first, #section-bottom .region-sidebar-first, #section-user .style-box, #section-content-top .style-box, #section-postcontent .style-box, #section-team .style-box, #section-bottom .style-box {
  /*  border: $borderMD;
    @include box-shadow(1px 1px 10px rgba(30, 30, 30, 0.1));
    padding: $rowPadding/2;*/
  background: #fff;
  margin-top: 20px;
}
.region .block img {
  max-width: 100%;
}
#section-content .region-sidebar-second {
  overflow: hidden;
}
#section-content .region-sidebar-second .block {
  /*		border: $borderMD;
		@include box-shadow(1px 1px 10px rgba(30, 30, 30, 0.1));
		padding: $rowPadding/2;*/
  background: #fff;
  overflow: hidden;
}
.region .block-block > h3.block-title, .jm-last-news > h3.block-title, #section-team .block-views > h3.block-title, .block-contents > h3.block-title, .region .block-block > h2, .jm-last-news > h2, #section-team .block-views > h2, .block-contents > h2 {
  font-family: 'open_sansbold';
  font-weight: normal;
  text-transform: uppercase;
  color: #ba004e;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px;
}
.section-postcontent .jm-last-news h3.block-title, .section-postcontent .jm-last-news .block-contents h3.block-title {
  background: url("../images/bg_title1.gif") no-repeat left center rgba(0, 0, 0, 0);
  padding: 5px 0 5px 45px;
}
.meet-the-team {
  padding: 20px !important;
}
.meet-the-team h3.block-title {
  background: url("../images/bg_title2.gif") no-repeat left center rgba(0, 0, 0, 0);
  padding: 5px 0 5px 60px;
}
.meet-the-team .field-content img {
  width: 171px;
  height: 171px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#section-header .region .block, #section-feature .region .block, #section-footer .region .block {
  margin-top: 0px;
}
.sh-node-team .field-label {
  font-family: 'open_sansbold';
  font-weight: normal;
}
.sh-node-team .field-name-field-image img {
  width: 100%;
}
.sh-node-team .field-name-field-job-title {
  margin-bottom: 15px;
}
.sh-node-team .field-name-field-social-links .field-item a:before {
  font-family: FontAwesome;
  color: #999;
  padding-right: 6px;
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(1) a:before {
  content: "\f082";
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(2) a:before {
  content: "\f081";
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(3) a:before {
  content: "\f16d";
}
.text-style-custom {
  padding: 15px;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}
.text-style-custom h3 {
  font-size: 24.5px;
  color: #ba004e;
  margin: 0 !important;
}
.sh-recent-project {
  position: relative;
}
.sh-recent-project h3.block-title {
  color: #595959;
  font-size: 16px;
  font-family: 'open_sansbold';
  font-weight: normal;
  line-height: 23.2px;
  margin: 0;
  text-transform: uppercase;
}
.sh-recent-project .bx-viewport {
  height: 248px !important;
}
.sh-recent-project .slide {
  background: #fff;
  height: 238px;
}
.sh-recent-project .slide:hover {
  border-bottom: 1px solid #ba004e;
}
.sh-recent-project .view-header {
  color: #595959;
}
.sh-recent-project .view-header p {
  margin-bottom: 15px;
}
.sh-recent-project .views-field-superhero-portfolio-image {
  position: relative;
}
.sh-recent-project .views-field-superhero-portfolio-image .readMore {
  border-radius: 50px;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 500;
  font-size: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.sh-recent-project .views-field-superhero-portfolio-image .readMore:before {
  content: "\f064";
  font-family: FontAwesome;
  color: #ba004e;
  font-size: 18px;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .field-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(186, 0, 78, 0.7);
  position: absolute;
  top: 0;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .readMore {
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  line-height: 60px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .readMore:before {
  font-size: 22px !important;
}
.sh-recent-project .views-field-title a {
  font-family: open_sansregular;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 2px 0;
  color: #000;
  display: block;
}
.sh-recent-project .views-field-superhero-portfolio-categories a {
  color: #999;
  font-family: open_sansregular;
}
.sh-recent-project .bx-prev, .sh-recent-project .bx-next {
  position: absolute !important;
  top: -35px !important;
  margin: 0px;
  background: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 23px !important;
  outline: medium none;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 23px !important;
  text-indent: 0px !important;
}
.sh-recent-project .bx-prev:hover, .sh-recent-project .bx-next:hover {
  background: #ba004e;
}
.sh-recent-project .bx-prev i, .sh-recent-project .bx-next i {
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1;
  padding: 0 7px;
}
.sh-recent-project .bx-prev {
  left: 0;
}
.sh-recent-project .bx-next {
  right: 0;
}
#section-latest {
  background: #f5f5f5;
}
#section-latest .row {
  margin: 0;
}
[class^="region-sidebar-"] .view-blog-categories .views-row, [class*="region-sidebar-"] .view-blog-categories .views-row {
  width: 100%;
  padding: 0;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a, [class*="region-sidebar-"] .view-blog-categories .views-row a {
  color: #9a9a9a;
  display: block;
  margin: 0 0 5px 25px;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a:before, [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #ba004e;
  padding-right: 15px;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a:hover, [class*="region-sidebar-"] .view-blog-categories .views-row a:hover {
  color: #ba004e;
}
.check-list ul {
  margin: 0 0 10px 25px;
  padding: 0;
}
.check-list ul li {
  padding: 7px 0 8px;
}
.check-list ul li a {
  color: #9a9a9a !important;
}
.check-list ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #ba004e;
  padding-right: 15px;
}
#user-login-form input[type="text"], #user-login-form input[type="password"] {
  max-width: 200px;
  width: 200px;
}
#user-login-form ul {
  padding: 0px;
  margin-bottom: 10px;
}
.view-latest-news .node-article {
  padding: 0px;
}
.view-latest-news .user-picture, .view-latest-news .submitted, .view-latest-news .image-overlay {
  display: none;
}
.view-latest-news .node-article > h2 {
  line-height: 20px;
  margin: 0 0 10px 0;
}
.view-latest-news .node-article > h2 a {
  font-size: 14px;
  color: #424242;
}
.view-latest-news .field-items {
  overflow: hidden;
}
.view-latest-news .field-items a img {
  height: auto;
}
.view-latest-news .field-items a:hover img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
  -moz-transform: scale(1.15) rotate(4deg);
  -ms-transform: scale(1.15) rotate(4deg);
  -o-transform: scale(1.15) rotate(4deg);
}
.view-latest-news .itemCatBlogLayout2 .article-image {
  padding: 0px;
  border: none;
}
.view-latest-news .bx-viewport {
  height: 340px !important;
}
.view-latest-news .itemCatBlogLayout2 {
  border-bottom: none;
}
.view-latest-news .itemCatBlogLayout2 .article-info {
  display: none;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem {
  margin: 10px 0 0px !important;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem a {
  color: #424242;
  font-size: 14px;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem a:hover {
  color: #ba004e;
}
.parallax .content {
  font-size: 18px;
  color: #fff;
}
.parallax .content h3 {
  color: #fff;
  font-size: 32px;
  font-family: 'aller_lightregular';
}
#section-content .region-content ul.nav-tabs {
  margin: 20px 0;
}
#section-content #messages {
  width: 100%;
  margin: 0px;
}
#section-content .region-content {
  margin: 0px;
}
#section-content .main-content-main {
  /* border: $borderMD;
		@include box-shadow(1px 1px 10px rgba(30, 30, 30, 0.1));
		padding: $rowPadding;*/
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
}
.view-blog-categories .views-row {
  width: 50%;
  padding: 15px;
}
.view-blog-categories .views-row.view-categories-3column {
  width: 33.33%;
}
.view-blog-categories .views-row.view-categories-4column {
  width: 25%;
}
.view-blog-categories .views-row .field-content img {
  border: 1px solid #eaeaea;
  display: block;
  padding: 5px;
}
.view-blog-categories .views-row .field-content > h2 {
  font-size: 20px;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.view-blog-categories .views-row .views-field-nothing {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
.view-blog-categories .views-row a.btn-default {
  background: none;
  border: none;
  padding: 0px;
  display: block;
  color: #ba004e;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 15px;
  font-family: 'allerbold';
  outline: medium none;
  text-decoration: none;
}
.view-blog-categories .views-row a.btn-default:before {
  content: "\f064";
  color: #5b5b5b;
  font-family: FontAwesome;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  margin: 0px 5px;
}
.view-blog-categories .views-row a.btn-default:hover {
  color: #5b5b5b;
}
.view-blog-categories .views-row a.btn-default:hover:before {
  color: #ba004e;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate, .jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate {
  background: #828282;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate:before, .jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate:before {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-image: none;
  border-style: solid;
  border-width: 27px;
  content: "";
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate:after, .jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate:after {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #828282;
  border-image: none;
  border-style: solid;
  border-width: 27px;
  content: "";
  height: 0;
  right: -54px;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.view-blog ul.links, .jmCategoryBlogItem ul.links {
  display: none;
}
.view-blog .blogCatInfo, .jmCategoryBlogItem .blogCatInfo {
  width: 60%;
}
.view-blog .blogCatInfo .itemMeta-blog, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog {
  width: 40%;
  margin-top: 15px;
  padding: 55px 10px 0 0;
  position: relative;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate {
  background: #ba004e;
  color: #fff;
  display: block;
  font-family: 'open_sansbold';
  font-size: 22px;
  font-weight: normal;
  left: 0;
  padding: 14px 38px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 226px;
  z-index: 10;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate:before, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate:before {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-image: none;
  border-style: solid;
  border-width: 27px;
  content: "";
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate:after, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate:after {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ba004e;
  border-image: none;
  border-style: solid;
  border-width: 27px;
  content: "";
  height: 0;
  right: -54px;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatAuthor, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatAuthor {
  background: url(../images/bg_icon_user.png) no-repeat left 11px rgba(0, 0, 0, 0);
  margin-top: 5px;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon {
  border-bottom: 1px solid #eaeaea;
  color: #9a9a9a;
  display: block;
  font-weight: normal;
  padding: 5px 5px 5px 25px;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon a, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon a {
  color: #9a9a9a;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon a:hover, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon a:hover {
  color: #ba004e;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn {
  background: url(../images/bg_icon_cat.png) no-repeat 2px center rgba(0, 0, 0, 0);
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b {
  font-family: 'open_sansbold';
  font-weight: normal;
  padding-right: 3px;
}
.view-blog .blogCatInfo .itemImg-blog, .jmCategoryBlogItem .blogCatInfo .itemImg-blog {
  width: 60%;
}
.view-blog .blogCatInfo .itemImg-blog img, .jmCategoryBlogItem .blogCatInfo .itemImg-blog img {
  border: 1px solid #eaeaea;
  padding: 5px;
}
.view-blog .blogCatContent, .jmCategoryBlogItem .blogCatContent {
  width: 40%;
}
.view-blog .blogCatContent .itemBody-blog, .jmCategoryBlogItem .blogCatContent .itemBody-blog {
  padding-left: 20px;
}
.view-blog .blogCatContent .itemBody-blog h2.TitleCatItem, .jmCategoryBlogItem .blogCatContent .itemBody-blog h2.TitleCatItem {
  margin: 0px 0 5px 0;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.view-blog .blogCatContent .itemBody-blog a.readMore, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore {
  font-family: 'allerbold';
  font-size: 15px;
}
.view-blog .blogCatContent .itemBody-blog a.readMore:hover, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:hover {
  color: #5b5b5b;
}
.view-blog .blogCatContent .itemBody-blog a.readMore:hover:before, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:hover:before {
  color: #ba004e;
}
.node-article {
  padding: 35px 30px;
  border-bottom: 1px solid #eaeaea;
}
.pagination {
  width: 100%;
}
.pagination li {
  display: inline-block;
  margin: 10px;
}
.pagination li a {
  color: #ba004e !important;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  background: #eaeaea;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination li.next a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff !important;
  background: #8e8e8e !important;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  border: 1px solid #eaeaea;
}
.itemCatBlogLayout2 {
  padding: 30px 0px;
}
.itemCatBlogLayout2 .article-info-image img {
  width: 100%;
}
.itemCatBlogLayout2 .article-image {
  border: 1px solid #ebebeb;
  display: block;
  padding: 4px;
  position: relative;
}
.itemCatBlogLayout2 .article-body h2.TitleCatItem {
  margin: 20px 0 5px 0;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.itemCatBlogLayout2 .article-body a.readMore {
  font-family: 'allerbold';
  font-size: 15px;
}
.itemCatBlogLayout2 .article-body a.readMore:hover {
  color: #5b5b5b;
}
.itemCatBlogLayout2 .article-body a.readMore:hover:before {
  color: #ba004e;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCatDate, .itemCatBlogLayout2 .article-body .article-info span.itemCategory, .itemCatBlogLayout2 .article-body .article-info span.itemCatAuthor {
  display: inline-block;
  margin-right: 10px;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCatDate i, .itemCatBlogLayout2 .article-body .article-info span.itemCategory i, .itemCatBlogLayout2 .article-body .article-info span.itemCatAuthor i {
  margin-right: 5px;
  color: #848484;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCategory {
  background: url("../images/bg_icon_cat.png") no-repeat 2px center rgba(0, 0, 0, 0);
  padding-left: 25px;
}
.itemCatBlogLayout2 .article-body .article-info a {
  color: #9a9a9a;
}
.itemCatBlogLayout2 .article-body .article-info a:hover {
  color: #ba004e;
}
.itemCatBlogLayout2 .article-body .content {
  padding-top: 5px;
}
.icon-latest-news-title {
  padding: 20px !important;
}
.icon-latest-news-title h3.block-title {
  background: url("../images/bg_title1.gif") no-repeat left center rgba(0, 0, 0, 0);
  padding: 5px 0 5px 45px;
  margin-bottom: 20px !important;
}
.image-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 500;
  padding: 4px;
}
.image-overlay .image-overlay-inside {
  border-color: #c3512f;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-overlay .image-overlay-inside:before {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  content: "\f0c1";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 500;
  opacity: 0;
}
.image-overlay .image-overlay-inside {
  border-color: #c3512f;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-overlay .image-overlay-inside i {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 500;
  background: #ba004e;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.image-overlay .image-overlay-hover {
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.image-overlay:hover .image-overlay-hover {
  background: rgba(0, 0, 0, 0.6);
}
.image-overlay:hover .image-overlay-hover .image-overlay-inside i {
  font-size: 28px;
  margin: -40px 0px 0px -40px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.node-type-article #page-title {
  display: none;
}
.node-article-details .itemViewHeader {
  margin-bottom: 25px;
  overflow: hidden;
  height: 53px;
  position: relative;
}
.node-article-details .field-name-field-image img {
  border: 1px solid #eaeaea;
  display: block;
  margin: 0 0 12px;
  padding: 8px;
  width: 100%;
}
.node-article-details span.itemViewDate {
  background: #ba004e;
  color: #fff;
  display: block;
  font-family: 'open_sansbold';
  font-size: 22px;
  font-weight: normal;
  left: 0;
  padding: 14px 14px 14px 38px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 226px;
  z-index: 10;
  color: #fff;
  display: block;
  font-family: 'open_sansbold';
  font-size: 22px;
  font-weight: normal;
  padding: 14px 14px 14px 38px;
  text-transform: uppercase;
  width: 253px;
  z-index: 10;
}
.node-article-details span.itemViewDate:before {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-image: none;
  border-style: solid;
  border-width: 27px;
  content: "";
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.node-article-details span.itemViewDate:after {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ba004e;
  border-image: none;
  border-style: solid;
  border-width: 27px;
  content: "";
  height: 0;
  right: -54px;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.node-article-details span.itemViewAuthor {
  background: url("../images/bg_icon_user.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
}
.node-article-details span.fcicon {
  border-bottom: 1px solid #eaeaea;
  color: #9a9a9a;
  display: block;
  font-weight: normal;
  padding: 5px 5px 5px 25px;
}
.node-article-details span.itemCatIn {
  background: url("../images/bg_icon_cat.png") no-repeat 2px center rgba(0, 0, 0, 0);
}
.node-article-details span.itemCatIn a {
  color: #9a9a9a;
}
.node-article-details span.itemCatIn a:hover {
  color: #ba004e;
}
.node-article-details h2.TitleCatItem {
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 5px;
  text-transform: uppercase;
  overflow: hidden;
  float: right;
  width: 50%;
  padding: 15px 0 0 30px;
}
.node-article-details .itemViewMeta {
  width: 25%;
}
.node-article-details .itemViewContent {
  width: 75%;
  padding-left: 20px;
}
.node-article-details #comments h2.title, .node-article-details #comments a.permalink {
  font-family: 'open_sanslight';
  font-weight: normal;
}
.node-article-details #comments h2.title {
  font-size: 22px;
}
.node-article-details #comments a.permalink {
  font-size: 18px;
}
.breadcrumb {
  color: #ccc;
  border: none;
  border-radius: 0;
  background-color: #efeeee;
  -webkit-text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  font-family: 'allerbold';
  padding: 5px 10px;
  margin: 0px;
}
.breadcrumb a:first-child:before {
  content: "\f015";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 18px;
  padding-right: 5px;
}
#jm-pricingTables {
  margin: 30px 0 60px 0;
}
#jm-pricingTables .jm-pricingItem {
  width: 24.59%;
  border: 1px solid #ebebeb;
  margin-right: -1px;
  background: #fff;
}
#jm-pricingTables .jm-pricingItem h3.jm-pricingTitle {
  color: #2a2b2c;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 20px 0;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice {
  position: relative;
  height: 200px;
  background: #fdfdfd;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #a0a0a0;
  color: #fff;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice span {
  display: block;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-price {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 25px;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-price strong {
  font-size: 16px;
  vertical-align: super;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-perMonth {
  font-size: 12px;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-perMonth:after {
  border-radius: 100%;
  bottom: -22px;
  -webkit-box-shadow: 0 58px 1px #dcdcdc;
  -moz-box-shadow: 0 58px 1px #dcdcdc;
  box-shadow: 0 58px 1px #dcdcdc;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0px;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList li {
  color: #575757;
  font-size: 12px;
  margin: 0px 20px;
  padding: 12px 0px;
  border-bottom: 1px solid #ebebeb;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList li:last-child {
  border-bottom: none;
}
#jm-pricingTables .jm-pricingItem .jm-pricingButton {
  padding: 24px 0px;
  background: #fdfdfd;
}
#jm-pricingTables .jm-pricingFeature {
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
}
#jm-pricingTables .jm-pricingFeature h3.jm-pricingTitle {
  font-size: 18px;
}
#node-19 h2.title-block {
  color: #000;
  font-family: 'open_sanslight';
  font-weight: normal;
}
.views-bx-slideshow .views-row {
  position: relative;
}
.views-bx-slideshow .views-row span.views-field-title {
  position: absolute;
  top: 0;
  right: 0;
}
.view-team .bx-controls .bx-pager, .view-team.view-display-id-block_2 {
  display: none;
}
.view-team .bx-wrapper {
  margin: 0px;
}
.view-team .bx-wrapper .bx-viewport {
  width: inherit !important;
  margin: 20px 50px;
  height: 187px;
}
.view-team .bx-wrapper .slide {
  position: relative;
  height: 187px;
  margin-right: 15.5px !important;
  width: 187px !important;
}
.view-team .bx-wrapper .slide .views-field-field-image img {
  border: 2px solid #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  width: 100%;
  height: 100%;
}
.view-team .bx-wrapper .slide .views-field-title {
  display: block;
  left: 0;
  padding: 35% 26%;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 0px rgba(186, 0, 78, 0.7) inset;
  -moz-box-shadow: 0 0 0 0px rgba(186, 0, 78, 0.7) inset;
  box-shadow: 0 0 0 0px rgba(186, 0, 78, 0.7) inset;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.view-team .bx-wrapper .slide .views-field-title a {
  font-size: 18px;
  color: #fff;
  opacity: 0;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.view-team .bx-wrapper .slide .views-field-title a:hover {
  color: #000;
}
.view-team .bx-wrapper .slide .itemHover-bk {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.view-team .bx-wrapper .slide:hover .views-field-field-image img {
  border: 2px solid #ba004e;
  -webkit-box-shadow: 0 0 3px #ba004e;
  -moz-box-shadow: 0 0 3px #ba004e;
  box-shadow: 0 0 3px #ba004e;
}
.view-team .bx-wrapper .slide:hover .views-field-title {
  -webkit-box-shadow: inset 0 0 0 110px rgba(186, 0, 78, 0.8);
  -moz-box-shadow: inset 0 0 0 110px rgba(186, 0, 78, 0.8);
  box-shadow: inset 0 0 0 110px rgba(186, 0, 78, 0.8);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.view-team .bx-wrapper .slide:hover .views-field-title a {
  font-size: 18px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.view-team .bx-wrapper .bx-controls-direction a {
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -99px;
  top: 75px;
  width: 28px;
  background: url("../images/arrows.png") no-repeat rgba(0, 0, 0, 0);
}
.view-team .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background-position: bottom left;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background-position: top right;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-position: bottom right;
}
.view-team.view-display-id-block_3 .views-row {
  width: 50%;
}
#block-views-latest-news-block-1 h2.TitleCatItem, .icon-latest-news-title h2.TitleCatItem {
  text-transform: none;
  line-height: 18px;
}
#block-views-latest-news-block-1 .view-latest-news, .icon-latest-news-title .view-latest-news {
  padding: 0 20px;
}
#block-views-latest-news-block-1 .bx-controls-direction a, .icon-latest-news-title .bx-controls-direction a {
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -99px;
  top: 45%;
  width: 28px;
  background: url("../images/arrows.png") no-repeat rgba(0, 0, 0, 0);
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-prev, .icon-latest-news-title .bx-controls-direction a.bx-prev {
  left: -25px;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-prev:hover, .icon-latest-news-title .bx-controls-direction a.bx-prev:hover {
  background-position: bottom left;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-next, .icon-latest-news-title .bx-controls-direction a.bx-next {
  right: -25px;
  background-position: top right;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-next:hover, .icon-latest-news-title .bx-controls-direction a.bx-next:hover {
  background-position: bottom right;
}
.viewTeam {
  padding: 20px;
}
.viewTeam .viewTeamMeta {
  position: relative;
  padding: 4px;
  border: 1px solid #ebebeb;
}
.viewTeam .viewTeamMeta .teamSocial {
  bottom: 0;
  height: 80%;
  left: 0;
  line-height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 80%;
  background: rgba(255, 255, 255, 0);
}
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links {
  padding: 40% 0;
}
.viewTeam .viewTeamMeta .teamSocial .field-item {
  display: inline-block;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a {
  background: #ba004e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 36px;
  margin: 5px;
  width: 36px;
  font-size: 0;
  line-height: 1.8;
  opacity: 0;
  position: relative;
  text-align: center;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:hover {
  background: #000;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:hover:before {
  color: #ba004e;
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(1) a:before {
  content: "\f09a";
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(2) a:before {
  content: "\f099";
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(3) a:before {
  content: "\f16d";
}
.viewTeam .viewTeamInfo {
  margin-top: 30px;
}
.viewTeam .viewTeamInfo .team-name {
  color: #2a2b2c;
}
.viewTeam .viewTeamInfo .team-job {
  display: block;
  overflow: hidden;
}
.viewTeam .viewTeamInfo .team-job .field-item {
  font-style: italic;
  padding-bottom: 10px;
}
.viewTeam:hover .viewTeamMeta .teamSocial {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.viewTeam:hover .viewTeamMeta .teamSocial .field-item a {
  opacity: 1;
}
.viewTeam:hover .viewTeamInfo .team-name {
  color: #ba004e;
}
.view-team-3colum .view-team .views-row {
  width: 33.33%;
}
.view-team-4colum .view-team .views-row {
  width: 25%;
}
#section-bottom iframe {
  width: 100%;
  height: 354px;
}
#section-bottom .region-bottom-first img {
  width: 100%;
}
#comment-form #edit-subject {
  width: 100%;
  max-width: 310px;
}
#comment-form .fieldset-wrapper .filter-help {
  display: none;
}
#comment-form .fieldset-wrapper .form-type-select, #comment-form .fieldset-wrapper .filter-guidelines, #comment-form .fieldset-wrapper ul.tips {
  padding-left: 0;
}
#comments .comment {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0px;
}
#comments .comment .user-picture {
  height: 70px;
  width: 70px;
}
#comments .comment .user-picture img {
  border: 3px solid #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
#comments .comment h3 {
  margin-top: 0px;
}
#comments .comment h3 a.permalink {
  color: #222;
}
#comments .comment .submitted a.permalink {
  display: none;
}
#section-bottom2 {
  padding: 20px 0px;
}
#section-bottom2 .row {
  background: #424242;
  margin: 0;
}
#section-bottom2 .region .block {
  padding: 20px 30px;
  margin: 0px;
}
#section-bottom2 .region .block p {
  margin: 0px;
  color: #fff;
}
#section-bottom2 .block-contents h3.block-title, #section-bottom2 .region-bottom-third h3.block-title, #section-bottom2 .block-contents .block > h2, #section-bottom2 .region-bottom-third .block > h2, #section-bottom2 .block-contents > h2, #section-bottom2 .region-bottom-third > h2 {
  border-bottom: 1px solid #747474;
  margin-bottom: 15px !important;
  padding: 0 0 15px;
  color: #ba004e;
  font-size: 16px;
}
#section-bottom2 .region-bottom-third b {
  font-family: 'open_sansbold';
  font-weight: normal;
}
#section-bottom2 .region-bottom-third #block-block-37 .content {
  padding-bottom: 20px;
}
.twitterSearchesNTweet .content {
  padding: 0px;
}
.sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
  text-transform: none;
}
.sp-twitter .twitterSearchesNTweet .twitterSearchesNTime, .sp-twitter .twitterSearchesNTweet .twitterSearchesNText {
  color: #fff;
}
.search-results {
  list-style: none outside none;
  padding: 0;
}
.search-result {
  border-bottom: 1px solid #434343;
}
#section-footer {
  background: #424242;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #fff;
}
#section-footer a {
  color: #ba004e;
}
#section-footer a:hover {
  color: #fff;
}
#section-footer p {
  margin: 0px;
}
#section-footer .region-footer-second a {
  position: relative;
  padding-left: 25px;
}
#section-footer .region-footer-second a:before {
  bottom: -4px;
  /*content: "\f0e0";
				font-family: FontAwesome;*/
  color: #fff;
  font-size: 18px;
  padding-right: 8px;
  position: absolute;
  left: 0;
}
video {
  display: block;
}
.form-actions {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: none;
  margin: 0;
  padding: 0;
}
.webform-client-form #webform-component-name {
  float: left;
  margin: 0;
  width: 50%;
}
.webform-client-form #edit-submitted-name, .webform-client-form #edit-submitted-email {
  max-width: 105px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  text-indent: 10px;
}
.webform-client-form label[for="edit-submitted-name"] {
  display: none;
}
.webform-client-form strong {
  font-family: 'allerbold';
  font-weight: normal;
}
.sp-twitter {
  color: #fff;
}
#contact-site-form .form-type-checkbox label {
  margin: 0px;
  padding-left: 10px;
}
#contact-site-form #edit-copy {
  margin: 7px 0 0;
}
.field-name-field-subhead {
  line-height: 23px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0 10px;
}
p {
  margin: 0 0 16px;
}
#hero {
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 7px #000;
  height: auto;
}
#hero h1, #hero h2, #hero h3 {
  color: #fff;
  font-weight: 800;
  line-height: 1.25em;
  margin: 0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#hero h1 {
  font-size: 5vw;
}
#hero #buttonbar {
  display: none;
}
#buttonbar button {
  border: none;
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  color: #fff;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url(/sites/default/files/layout/play-pause-30.png) no-repeat 50% 0 transparent;
}
#buttonbar button.play {
  background-image: url(/sites/default/files/layout/play-pause-30.png);
  background-position: 50% 0;
}
#buttonbar button.pause {
  background-image: url(/sites/default/files/layout/play-pause-30.png);
  background-position: 50% 100%;
}
#hero h2 {
  font-size: 4vw;
  margin-bottom: 1.5vw;
  font-style: italic;
}
.hero-fixed-height {
  margin-top: 10vw;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#hero video, #hero .novideo {
  position: fixed;
  top: 80px;
  z-index: -1;
  display: block;
  left: 0;
  right: 0;
}
#hero .novideo {
  background: url(/sites/default/files/layout/dusk.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero #video {
  display: block;
  left: -50%;
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  z-index: -1;
  margin-left: 0;
  margin-right: 0;
}
.body a.btn-primary:hover {
  color: #efefef;
  border-color: #b70050;
}
#section-content, #section-user {
  margin: 0;
  padding: 0;
}
#section-header .superhero-dropdown > ul.menu > li > a {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  padding: 40px 0 10px 40px;
  transition: all 300ms ease 0s;
}
#section-header.fixed .superhero-dropdown > ul.menu > li > a {
  line-height: 32px;
}
#section-header .superhero-dropdown > ul.menu > li:hover {
  background: #fff;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #737373;
  font-family: inherit;
  height: 40px;
  line-height: 28px;
  padding: 7px 10px;
  text-indent: 0;
  width: 100%;
  max-width: 430px;
}
.views-widget {
  display: block;
  float: left;
}
.views-exposed-widgets label {
  display: block;
  float: left;
  width: 100px;
  text-transform: uppercase;
  font-size: 0.85em;
}
.region-content .view-directory .views-row, .region-content .view-directory .views-row-last.Part {
  border-bottom: 1px solid #ccc;
}
.region-content .view-directory .views-row-last {
  border-bottom: none;
}
.region-content .view-directory .views-field-title {
  font-size: 2em;
}
.region-content .view-directory .views-field-title h4 {
  margin-bottom: 5px;
}
.section-footer ul.menu li.collapsed {
  list-style-image: none;
  list-style-type: none;
}
#section-content .region-sidebar-second h3.block-title {
  margin-bottom: 0 !important;
}
.view-footer {
  margin-top: 1.5em;
}
.page-events h1#page-title, .page-directory h1#page-title {
  display: none;
}
#section-footer {
  font-size: 14px;
}
#section-footer ul.menu > li {
  display: block;
  float: left;
  margin: 0 8px 3px 0;
  max-width: 169px;
}
#section-strapline {
  z-index: 4900;
  /*.sticky-wrapper + .sticky-wrapper { margin-top: 75px !important; }
.sticky-wrapper .section-strapline.superhero-sticky {margin-top: -75px !important;}
.sticky-wrapper .section-strapline.superhero-sticky.fixed {margin-top: 0px !important;}
*/
}
.socialTops li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 15px;
}
.orange-bg .socialTops li a, #section-footer .socialTops li a {
  color: #fff !important;
}
#section-footer .socialTops li {
  padding: 0 1.3em 0 0;
}
#section-footer .socialTops li a:hover {
  color: #999 !important;
  border-color: #999;
}
#section-footer ul.menu li ul li {
  display: list-item;
  list-style-image: none;
  list-style-type: none;
  float: none;
  margin-bottom: 0;
}
#section-footer ul.menu li a {
  color: #fff;
  /* 'open_sansbold'; */
  font-family: 'aller_lightregular';
  font-weight: bold;
  text-transform: none;
}
#section-footer ul.menu > li.last {
  max-width: 225px;
}
.page-user h1#page-title, .page-user-login h1#page-title, .page-user-password h1#page-title {
  display: none;
}
#section-footer a, #section-footer ul.menu li ul li a {
  text-transform: none;
  font-weight: normal;
  color: #999;
  /*'open_sansregular';*/
  font-family: 'aller_lightregular';
}
#section-footer a:hover {
  color: #efefef;
}
ul.socialTops a {
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 32px;
  text-align: center;
  width: 40px;
}
#block-block-51 ul.socialTops a {
  border: 2px solid #777;
}
#block-block-51 ul.socialTops a:hover {
  color: #434343;
  border: 2px solid #434343;
}
#block-block-51 .socialTops li {
  margin-right: 25px;
}
#section-footer ul.menu {
  padding-left: 0;
}
#block-block-5 {
  line-height: 1.25em;
}
#block-block-5 p {
  margin-bottom: 20px;
}
#block-block-8 {
  padding-top: 40px;
}
#section-footer li.expanded, #section-footer li.collapsed, #section-footer li.leaf, #section-footer li {
  margin: 0;
  padding: 0 1em 0 0;
}
ul.plus, #block-system-main .content .field-name-body ul {
  margin: 0 0 10px 20px;
  padding-left: 40px;
  list-style-position: inside;
  overflow: hidden;
}
.mission-statement ul.plus {
  padding-left: 0px;
}
ul.plus li:before, #block-system-main .content .field-name-body ul li:before, .region-sidebar-second .content ul li:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 17px;
  padding-right: 10px;
}
.region-sidebar-second .content ul.socialTops li:before {
  content: "";
  font-family: FontAwesome;
  font-size: inherit;
  padding-right: 0;
}
.region-sidebar-second .content ul.menu li:before, #block-system-main .content .field-name-body ul.menu li:before {
  content: none;
  font-family: inherit;
  font-size: 0;
  padding-right: 0;
}
.region-sidebar-second .content ul li:before, #block-system-main .content .field-name-body ul li:before {
  color: #3354a7;
}
.region-sidebar-second .content ul.menu li:before, #block-system-main .content .field-name-body ul.menu li:before {
  color: inherit;
}
.field-name-field-gallery {
  z-index: -1;
  margin-bottom: 2em;
}
.view-news-releases.view-id-news_releases .views-field-field-image {
  display: block;
  float: left;
  margin-right: 1em;
}
.view-news-releases.view-id-news_releases .views-field-nothing {
  overflow: auto;
}
#section-footer .region-footer-second a:before {
  bottom: 0;
  /*content: "";
  font-family: FontAwesome;*/
  color: #fff;
  font-size: 18px;
  left: 0;
  padding-right: 0;
  position: absolute;
}
.view-directory .views-row, .view-blog.view-display-id-page_2 .views-row {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.views-row.Part .views-field-field-image {
  display: block;
  float: left;
  margin-right: 2.5em;
}
.views-row.Part .views-field-nothing {
  overflow: auto;
  display: block;
}
.views-row.Part .views-field-nothing .left, .views-row.Part .views-field-nothing #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .views-row.Part .views-field-nothing li, .views-row.Part .views-field-nothing .view-blog-categories .views-row, .view-blog-categories .views-row.Part .views-field-nothing .views-row, .views-row.Part .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Part .views-field-nothing b, .views-row.Part .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Part .views-field-nothing b, .views-row.Part .views-field-nothing #jm-pricingTables .jm-pricingItem, #jm-pricingTables .views-row.Part .views-field-nothing .jm-pricingItem, .views-row.Part .views-field-nothing .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .views-row.Part .views-field-nothing .views-row, .views-row.Part .views-field-nothing .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .views-row.Part .views-field-nothing .views-row, .views-row.Part .views-field-nothing .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .views-row.Part .views-field-nothing .views-row, .views-row.Part .views-field-nothing .rtl .close, .rtl .views-row.Part .views-field-nothing .close, .views-row.Part .views-field-nothing .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .views-row.Part .views-field-nothing span {
  width: auto;
  margin-top: 1em;
}
.views-row.Part .street-block {
  clear: both;
}
.views-row.Part .views-field-nothing .right, .views-row.Part .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .views-row.Part .views-field-nothing a:after, .views-row.Part .views-field-nothing #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .views-row.Part .views-field-nothing input[type="text"], .views-row.Part .views-field-nothing #section-top-panel .region-toppanel-second, #section-top-panel .views-row.Part .views-field-nothing .region-toppanel-second, .views-row.Part .views-field-nothing #section-top-panel .region-toppanel-third, #section-top-panel .views-row.Part .views-field-nothing .region-toppanel-third, .views-row.Part .views-field-nothing .rtl .check-list ul li:before, .rtl .check-list ul .views-row.Part .views-field-nothing li:before, .views-row.Part .views-field-nothing .rtl .breadcrumb a, .rtl .breadcrumb .views-row.Part .views-field-nothing a, .views-row.Part .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .views-row.Part .views-field-nothing a:before, .views-row.Part .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .views-row.Part .views-field-nothing a:before {
  width: 390px;
  margin-top: 22px;
}
.view-directory.view-display-id-page_1 .views-row.Part .views-field-nothing .second {
  margin-top: 5px;
}
.views-row.Unpa .views-field-nothing .left, .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .views-row.Unpa .views-field-nothing li, .views-row.Unpa .views-field-nothing .view-blog-categories .views-row, .view-blog-categories .views-row.Unpa .views-field-nothing .views-row, .views-row.Unpa .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Unpa .views-field-nothing b, .views-row.Unpa .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Unpa .views-field-nothing b, .views-row.Unpa .views-field-nothing #jm-pricingTables .jm-pricingItem, #jm-pricingTables .views-row.Unpa .views-field-nothing .jm-pricingItem, .views-row.Unpa .views-field-nothing .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .views-row.Unpa .views-field-nothing .views-row, .views-row.Unpa .views-field-nothing .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .views-row.Unpa .views-field-nothing .views-row, .views-row.Unpa .views-field-nothing .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .views-row.Unpa .views-field-nothing .views-row, .views-row.Unpa .views-field-nothing .rtl .close, .rtl .views-row.Unpa .views-field-nothing .close, .views-row.Unpa .views-field-nothing .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .views-row.Unpa .views-field-nothing span {
  width: 50%;
}
.views-row.Unpa .views-field-nothing .right, .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .views-row.Unpa .views-field-nothing a:after, .views-row.Unpa .views-field-nothing #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .views-row.Unpa .views-field-nothing input[type="text"], .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-second, #section-top-panel .views-row.Unpa .views-field-nothing .region-toppanel-second, .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-third, #section-top-panel .views-row.Unpa .views-field-nothing .region-toppanel-third, .views-row.Unpa .views-field-nothing .rtl .check-list ul li:before, .rtl .check-list ul .views-row.Unpa .views-field-nothing li:before, .views-row.Unpa .views-field-nothing .rtl .breadcrumb a, .rtl .breadcrumb .views-row.Unpa .views-field-nothing a, .views-row.Unpa .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .views-row.Unpa .views-field-nothing a:before, .views-row.Unpa .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .views-row.Unpa .views-field-nothing a:before {
  width: 45%;
}
.view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .left, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing li, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .view-blog-categories .views-row, .view-blog-categories .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .views-row, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing b, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing b, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #jm-pricingTables .jm-pricingItem, #jm-pricingTables .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .jm-pricingItem, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .views-row, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .views-row, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .views-row, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl .close, .rtl .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .close, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing span {
  width: 33%;
}
.view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .right, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a:after, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing input[type="text"], .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-second, #section-top-panel .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .region-toppanel-second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-third, #section-top-panel .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .region-toppanel-third, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl .check-list ul li:before, .rtl .check-list ul .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing li:before, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl .breadcrumb a, .rtl .breadcrumb .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a:before, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a:before {
  width: 33%;
  float: left;
}
.view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .right.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after.second, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a:after.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-top-panel #search-block-form input[type="text"].second, #section-top-panel #search-block-form .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing input[type="text"].second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-second.second, #section-top-panel .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .region-toppanel-second.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-third.second, #section-top-panel .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .region-toppanel-third.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl .check-list ul li:before.second, .rtl .check-list ul .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing li:before.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl .breadcrumb a.second, .rtl .breadcrumb .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before.second, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a:before.second, .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before.second, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing a:before.second {
  width: 32%;
}
.view-directory.view-display-id-page_1 .views-row.Unpa .views-field-nothing .second .price-range {
  clear: both;
  display: block;
}
.views-row.Unpa .views-field-nothing .left h3, .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li h3, #section-header .superhero-dropdown > ul.menu > .views-row.Unpa .views-field-nothing li h3, .views-row.Unpa .views-field-nothing .view-blog-categories .views-row h3, .view-blog-categories .views-row.Unpa .views-field-nothing .views-row h3, .views-row.Unpa .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b h3, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Unpa .views-field-nothing b h3, .views-row.Unpa .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b h3, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Unpa .views-field-nothing b h3, .views-row.Unpa .views-field-nothing #jm-pricingTables .jm-pricingItem h3, #jm-pricingTables .views-row.Unpa .views-field-nothing .jm-pricingItem h3, .views-row.Unpa .views-field-nothing .view-team.view-display-id-block_3 .views-row h3, .view-team.view-display-id-block_3 .views-row.Unpa .views-field-nothing .views-row h3, .views-row.Unpa .views-field-nothing .view-team-3colum .view-team .views-row h3, .view-team-3colum .view-team .views-row.Unpa .views-field-nothing .views-row h3, .views-row.Unpa .views-field-nothing .view-team-4colum .view-team .views-row h3, .view-team-4colum .view-team .views-row.Unpa .views-field-nothing .views-row h3, .views-row.Unpa .views-field-nothing .rtl .close h3, .rtl .views-row.Unpa .views-field-nothing .close h3, .views-row.Unpa .views-field-nothing .rtl .shortcode-icon ul li i span h3, .rtl .shortcode-icon ul li i .views-row.Unpa .views-field-nothing span h3 {
  margin: 0;
  font-size: 1.5em;
}
.location-label {
  text-transform: uppercase;
  margin-right: 0.5em;
}
.views-row.Part .views-field-field-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0.25pt solid #ddd;
}
.views-row.Part {
  padding: 3em 0;
}
.views-row.Unpa {
  padding: 3em 0;
}
.views-row-first.Part {
  padding: 1em 0em 3em;
}
.views-row.Unpa .views-field-field-image, .views-row.Unpa .left > a, .views-row.Unpa #section-header .superhero-dropdown > ul.menu > li > a, #section-header .superhero-dropdown > ul.menu > .views-row.Unpa li > a, .views-row.Unpa .view-blog-categories .views-row > a, .view-blog-categories .views-row.Unpa .views-row > a, .views-row.Unpa .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b > a, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Unpa b > a, .views-row.Unpa .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b > a, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .views-row.Unpa b > a, .views-row.Unpa #jm-pricingTables .jm-pricingItem > a, #jm-pricingTables .views-row.Unpa .jm-pricingItem > a, .views-row.Unpa .view-team.view-display-id-block_3 .views-row > a, .view-team.view-display-id-block_3 .views-row.Unpa .views-row > a, .views-row.Unpa .view-team-3colum .view-team .views-row > a, .view-team-3colum .view-team .views-row.Unpa .views-row > a, .views-row.Unpa .view-team-4colum .view-team .views-row > a, .view-team-4colum .view-team .views-row.Unpa .views-row > a, .views-row.Unpa .rtl .close > a, .rtl .views-row.Unpa .close > a, .views-row.Unpa .rtl .shortcode-icon ul li i span > a, .rtl .shortcode-icon ul li i .views-row.Unpa span > a {
  display: none;
}
.views-row .views-field-field-geofield-distance, .views-row .views-field-field-price-range, .views-row .views-field-field-neighborhood, .views-row .views-field-field-address, .views-row .views-field-field-category, .views-row .views-field-field-phone, .views-row .views-field-field-listing-type {
  display: block;
  float: left;
  clear: left;
}
.views-row .views-field-field-web-site-address {
  display: block;
  float: left;
  clear: none;
}
.views-row .views-field-field-phone {
  margin-right: 1em;
}
.view-directory .views-row.Unpa .views-field-title {
  font-size: 1.25em;
}
.location-label {
  color: #222;
}
.views-field-field-address {
  line-height: 1.25em;
  margin-top: 0.5em;
}
.views-row.Unpa {
  font-size: 0.85em;
  line-height: 1.25em;
  background: #fff;
  /* Pagination customization */
}
.pagination {
  text-align: left;
  font-size: 1.25em;
}
.pagination li {
  margin: 0;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  border: none;
  color: #222;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: none;
  border-color: none;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination li a {
  background: none;
  border: none;
  border-radius: 0;
  color: #ba004e !important;
  padding: 2px 5px 0 0;
  text-transform: uppercase;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: none;
  border: none;
}
.pagination li.active a, .pagination li:hover a {
  background: none !important;
  border: none;
  border-radius: 0;
  color: #737373 !important;
}
.zebra tr:nth-child(2n+1) {
  background-color: #efefef;
}
.block-dfp {
  margin: 0 0 2em;
}
table.views-table {
  width: 100%;
}
tr.shaded {
  background: #efefef;
}
tr.clear {
  background: none;
}
td, th {
  padding: 0.3em 12px;
}
table.full {
  width: 100%;
}
.block-menu-block .block-title a {
  color: #fff;
  font-size: 1.5em;
}
.region-content h3.block-title {
  color: #00b6ce;
}
#block-views-business-opportunities-block-1 {
  margin-top: 3em;
}
.zebra th {
  background: none repeat scroll 0 0 #5b5b5b;
  color: #fff;
  font-family: 'open_sansbold';
  font-size: 16px !important;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 10px;
  padding: 12px;
  text-transform: uppercase;
}
.convention-services ul.menu, .destination ul.menu {
  padding: 0;
  text-align: center;
}
#section-content .content ul.menu li, #section-team .content ul.menu li {
  display: inline-block;
}
#section-strapline ul, .menu-block-1 ul.menu, .menu-block-2 ul.menu, .menu-block-5 ul.menu {
  margin: 20px 70px;
  padding: 0;
  text-align: center;
}
#section-strapline ul a, .menu-block-1 ul.menu a, .menu-block-2 ul.menu a, .menu-block-5 ul.menu a {
  color: #fff;
}
#section-strapline ul li, .menu-block-1 ul.menu li, .menu-block-2 ul.menu li, .menu-block-5 ul.menu li {
  border: 1px solid #fff;
  display: inline-block;
  line-height: 36px;
  list-style-image: none;
  list-style-type: none;
  margin: 10px;
  padding: 0 10px;
  text-align: center;
  height: 40px;
}
#section-strapline ul li:hover {
  background: #fff;
}
#section-strapline ul li:hover a {
  color: #677;
}
#section-strapline ul li.active-trail, .menu-block-1 ul.menu li.active-trail, .menu-block-2 ul.menu li.active-trail, .menu-block-5 ul.menu li.active-trail {
  background: #fff;
}
#section-strapline ul li.active-trail a, .menu-block-1 ul.menu li.active-trail a, .menu-block-2 ul.menu li.active-trail a, .menu-block-5 ul.menu li.active-trail a {
  color: #00b6ce;
}
#section-strapline ul li ul, .menu-block-1 ul.menu li ul, .menu-block-2 ul.menu li ul, .menu-block-2 ul.menu li ul {
  font-family: 'open_sansregular';
}
#section-strapline ul li ul li.first, .menu-block-1 ul.menu li ul li.first, .menu-block-2 ul.menu li ul li.first, .menu-block-5 ul.menu li ul li.first {
  padding-top: 0;
}
#section-strapline ul li ul li.last, .menu-block-1 ul.menu li ul li.last, .menu-block-2 ul.menu li ul li.last, .menu-block-5 ul.menu li ul li.last {
  padding-bottom: 1em;
}
h1.title {
  color: #667;
  font-size: 2.3em;
  line-height: 1.25em;
  margin: 0 0 10px;
}
.socialTops li:hover a {
  color: #fff !important;
}
span.file img {
  display: none;
}
span.file a:before {
  content: "\f15c";
  font-family: FontAwesome;
  color: #ba004e;
  font-size: 15px;
  color: #ba004e;
  margin-right: 5px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.superhero-dropdown ul ul {
  margin: 30px 0 0 40px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #efefef;
}
.superhero-dropdown ul ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 38px;
  border-bottom: 1px solid #dfdfdf;
  width: 250px;
}
.superhero-dropdown ul ul li a {
  padding: 0px 10px;
}
.page-node-add-meet-me-site .field-name-body, .node-type-meet-me-site .field-name-body {
  margin-top: 2em;
}
.page-node-1608236 .node-type-meet-me-site .field-name-body {
  margin-top: 0;
}
.page-node-add-meet-me-site .field-name-field-show-name h3, .page-node-add-meet-me-site .field-name-field-show-dates h3, .node-type-meet-me-site .field-name-field-show-name h3, .node-type-meet-me-site .field-name-field-show-dates h3 {
  margin-top: 0;
}
.node-type-meet-me-site .field-name-field-show-name, .node-type-meet-me-site .field-name-field-show-dates, .node-type-meet-me-site .field-name-field-logo {
  display: inline-block;
  clear: both;
  text-align: center;
  color: #000;
  width: 100%;
  line-height: 1em;
}
.superhero-dropdown ul ul ul {
  border: 1px solid #efefef;
  left: 250px;
  margin: 0px 0 0 -1px;
  top: 0;
  border-top: none;
  z-index: 999;
}
ul.plus li, #block-system-main .content .field-name-body ul li {
  padding: 0 0 0.5em;
  text-indent: -20px;
}
#block-system-main .content .field-name-body ul.menu li {
  text-indent: 0;
}
ul.menu .fa-angle-right:before {
  display: none;
}
#block-system-main .content .field-name-body ul li:before {
  padding-right: 0.7em;
}
.domain-meet-me-com .site-logo {
  display: none;
}
.domain-vsd-mile3-com .site-logo {
  display: none;
}
#section-content .region-sidebar-first .block {
  background: none repeat scroll 0 0 #fff;
  border: none;
  border-right: 1px solid #ccc;
  box-shadow: none;
  margin-top: 20px;
  padding: 0 10px;
}
#block-system-main .content .field-name-body ul.menu, #section-content .region-sidebar-first .block ul.menu {
  font-size: 1em;
  line-height: 1em;
  padding: 0;
}
#section-content .region-sidebar-first .block ul.menu {
  font-size: 17px;
}
#block-system-main .content .field-name-body ul.menu li, #section-content .region-sidebar-first .block ul.menu li.leaf {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0.5em;
}
#block-system-main .content .field-name-body ul.menu li a, #section-content .region-sidebar-first .block ul.menu li a {
  color: #00b6ce;
}
.node-type-people .field-name-field-image, .node-type-page .field-name-field-image {
  display: block;
  float: right;
  margin: 0 0 2em 2em;
}
.view-id-events.view-display-id-block_1 .views-row, .view-id-news_releases .views-row, .front .view-display-id-page_1 .views-row {
  clear: both;
  display: block;
  float: left;
  margin: 1em 0 0;
  padding: 0 0 1em;
  border-bottom: 1px solid #efefef;
}
.news-images {
  display: block;
  float: left;
}
.news-content {
  display: block;
  float: left;
  max-width: 530px;
}
#section-postcontent .news-content h3 {
  font-size: 28px;
  margin-top: 0px;
}
.view-id-news_releases .views-row, .front .view-display-id-page_1 .views-row {
  margin: 2em 0 0;
  padding: 0 0 2em;
  width: 100%;
}
.view-id-events.view-display-id-block_1 .views-row, .front .view-display-id-page_1 .views-row {
  border-bottom: 1px solid #fff;
  width: 100%;
}
.view-id-events.view-display-id-block_1 .views-row-last, .view-id-news_releases .views-row-last, .view-display-id-page_1 .views-row-last {
  border-bottom: none;
}
.page-blog h1#page-title {
  display: none;
}
#section-user .style-box-user h3 {
  background: #5b5b5b;
  color: #fff;
  font-size: 1.5em;
}
.breadcrumb {
  background-color: #fff;
  padding: 5px 30px;
}
.text-black-shadow2 {
  text-shadow: 0px 0px 7px #000;
}
.view-directory .view-content > h3 {
  display: none;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin: 4px 0 0;
}
.view .date-nav-wrapper .date-prev {
  right: 82px;
}
.view-id-events.view-display-id-page_2 .views-label, .view-id-events.view-display-id-page .views-label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 0.5em;
}
.view-id-events.view-display-id-page_2 .views-field-field-event-date, .view-id-events.view-display-id-page .views-field-field-event-date {
  font-weight: bold;
}
.field-name-field-first-name-event {
  display: block;
  float: left;
  margin-right: 0.35em;
}
.node-event legend {
  margin: 1.5em 0 0.5em;
}
.node-event .field-name-field-event-date {
  font-weight: bold;
}
.controls p.help-block {
  display: none;
}
.views-exposed-widget.views-submit-button {
  clear: both;
}
.views-exposed-widget .controls {
  display: block;
  float: left;
}
.views-exposed-widget #edit-reset, .views-exposed-widget .btn-primary {
  background: none repeat scroll 0 0 #b70050;
  border: 2px solid #ba0010;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  height: auto;
  line-height: 1.5em;
  margin: 0;
  outline: medium none;
  padding: 0.5em 3em;
  text-shadow: none;
}
.inline-search-box .views-exposed-widget.views-submit-button {
  clear: both;
  float: right;
  padding: 5px;
}
.inline-search-box h2 {
  margin-top: 0;
  font-size: 34px;
}
.views-exposed-widget #edit-reset:hover, .views-exposed-widget .btn-primary:hover {
  background: none repeat scroll 0 0 #ba004e;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  width: 134px;
  height: 38px;
  font-size: 16px;
  line-height: 1em;
}
.what-to-do.directory-header ul.menu li a.btn-primary {
  font-size: 16px;
  height: 38px;
  line-height: 36px;
  margin-top: 0;
  width: auto;
  padding: 0 18px;
}
.views-widget input {
  width: 265px;
  height: 40px;
  padding: 8px;
}
.views-widget select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  height: 40px;
  width: 300px;
  padding: 7px 10px;
}
.inline-search-box .views-widget select {
  border: none;
}
#views-exposed-form-blog-page-2 .views-exposed-widget.views-submit-button {
  display: block;
  position: absolute;
  right: 0px;
}
#views-exposed-form-blog-page-2 .views-exposed-form .views-exposed-widget .form-submit {
  font-size: 16px;
  height: 38px;
  line-height: 1em;
  margin-top: 0;
  width: 30px;
  background: url("/sites/all/themes/corporate/images/bg_search.png") no-repeat scroll left 3px center transparent;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.print-only {
  display: none;
}
#mailchimp-signup-subscribe-block-get-blog-updates-by-email-form button {
  margin-top: 0;
}
#block-views-exp-blog-page-2 .views-widget input#edit-keys, #block-views-exp-blog-page-2 .views-widget input#edit-combine {
  width: 329px;
}
.view-directory .views-label {
  display: block;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  width: 10em;
}
.views-field-field-price-range div, .views-field-field-neighborhood div, views-field-field-neighborhood .views-label, .views-field-field-price-range .views-label {
  display: block;
  float: left;
}
img.curve {
  position: absolute;
  top: 14.5vw;
  z-index: -1;
  left: 0;
}
.admin-menu img.curve {
  top: -70px;
}
.circle a img, img.circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.view-id-meet_the_team.view-display-id-page_9 .views-field-title h2 {
  margin-bottom: 5px;
}
.sign-in-block {
  display: block;
  float: right;
  padding: 1em;
  background: #eceeed;
  width: 300px;
  margin-left: 3em;
  margin-bottom: 2em;
}
.front #section-feature video {
  display: block;
}
.view-id-meet_the_team h2 {
  font-size: 22px;
}
.form-item-search-block-form .controls input {
  background: #424242;
}
.inline-search-box {
  display: block;
  float: left;
  padding: 1em;
  background: #eceeed;
  width: 300px;
  margin-right: 3em;
}
.gray-bg .inline-search-box {
  background: #fff;
  /*.page-node-1404132 .hotels-search .inline-search-box {
float: right;
margin: 0 0 0 3em;
}*/
}
.sign-in-block input {
  width: 265px;
  padding: 0 0.5em;
  height: 36px;
}
.style-gold h3.block-title, .style-title-bg h3.block-title, #section-content [class^="region-sidebar-"] .block h3.block-title, #section-content [class*="region-sidebar-"] .block h3.block-title, #section-content .region-sidebar-first .block h3.block-title {
  text-align: left;
}
#section-content [class^="region-sidebar-"] .block h3.block-title, #section-content [class*="region-sidebar-"] .block h3.block-title, #section-content .region-sidebar-first .block h3.block-title, #comments h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #00b6ce;
  font-family: 'aller_lightregular';
  font-size: 21px !important;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 10px;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: left;
}
#section-top-panel #search-block-form input[type="text"] {
  background: url("/sites/all/themes/corporate/images/bg_search.png") no-repeat scroll left 3px center transparent;
}
.btn-primary, button, .btn.form-submit, input[type="submit"], input[type="button"], submit, a.jm-btn, #edit-submit, #edit-preview, .btn-primary:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus, submit:focus, a.jm-btn:focus, #edit-actions:focus #edit-submit:focus, #edit-actions:focus #edit-preview:focus, .destination ul.menu li a, #block-system-main .content .field-name-body ul.menu li a {
  background: none repeat scroll 0 0 #b70050;
  border: 2px solid #ba0010;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'aller_lightregular';
  font-size: 18px;
  margin: 20px 0 10px 0;
  line-height: 46px;
  height: 48px;
  width: 207px;
  outline: medium none;
  padding: 0px;
  text-shadow: none;
  text-transform: none;
  font-weight: bold;
  text-align: center;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  box-shadow: none;
}
.market-planner-login .btn {
  float: right;
  margin-right: 5px;
}
#block-system-main .content .field-name-body ul.menu, .destination ul.menu {
  text-align: center;
}
#block-system-main .content .field-name-body ul.menu li, .destination ul.menu li {
  display: inline-block;
}
#block-system-main .content .field-name-body ul.menu li a, .destination ul.menu li a {
  padding: 0 19px;
  width: auto;
  height: 40px;
  font-size: 16px;
  line-height: 33px;
}
#section-postcontent {
  margin: 0;
  padding: 0 0 2em;
  background: #00b6ce;
  color: #fff;
}
#section-strapline {
  background: url("/sites/default/files/layout/strapline-bg.gif") center center no-repeat;
  color: #fff;
}
.section-strapline.superhero-sticky.fixed {
  top: 82px;
}
#section-header .superhero-dropdown > ul.menu > li.expanded > a:after {
  color: #ba004e;
  content: none;
  font-family: FontAwesome;
  font-size: 10px;
  margin-left: 5px;
  padding-top: 4px;
}
#section-header .superhero-dropdown > ul.menu > li.expanded > a:hover {
  background: #fff;
}
img.meet-the-team {
  float: right;
  margin-top: -10%;
  margin-bottom: -10%;
  margin-left: 2em;
}
#section-bottom .region .block, #section-bottom [class^="region-sidebar-"], #section-bottom .region-sidebar-first, #section-bottom .style-box, #section-postcontent .region .block, #section-postcontent [class^="region-sidebar-"], #section-postcontent .region-sidebar-first, #section-postcontent .style-box {
  background: none;
  margin-top: 0px;
}
.view-id-blog.view-display-id-block_2 .views-field-title {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: 10px;
  text-transform: none;
}
.view-id-blog.view-display-id-block_2 .views-field-title a {
  color: #fff;
}
.view-news-releases.view-id-news_releases .views-field-title {
  font-size: 1.75em;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 0.5em;
}
.view-id-blog.view-display-id-page_2 .views-field-field-image, .view-id-blog.view-display-id-block_2 .views-field-field-image {
  display: block;
  float: left;
}
.view-news-releases.view-id-news_releases.view-display-id-block_2 .views-field-title {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: none;
  margin-bottom: 0.5em;
}
.view-id-blog.view-display-id-block_2 .views-row {
  border-bottom: 1px solid #fff;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding: 1em 0 2em;
}
.view-id-blog.view-display-id-block_2 .views-row.views-row-last {
  border-bottom: none;
}
.view-id-news_releases.view-display-id-block_3 .views-row {
  border-bottom: 1px solid #efefef;
}
.view-id-news_releases.view-display-id-block_2 .views-row {
  border-bottom: 1px solid #ccc;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 0 0 0.5em;
}
#section-postcontent .region-postcontent-first .block-views, #section-team .region-postcontent-first .block-views {
  padding: 0 !important;
}
#section-postcontent h3 {
  color: #fff;
  font-size: 46px;
  line-height: 1em;
  margin-top: 0px;
}
#section-header .superhero-dropdown > ul.menu > li.last, #section-header .superhero-dropdown > ul.menu > li {
  border: none;
}
.view-id-events.view-display-id-block_1 .views-field-title {
  font-size: 1.5em;
}
#section-header .container:after {
  background-image: none;
}
#section-user {
  padding: 0 0 2em;
  background-image: url(/sites/default/files/layout/curve-bg-top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
button.form-submit, button.btn.form-submit, .btn.form-submit, .btn-primary.btn-micro {
  width: 163px;
  height: 38px;
  font-size: 16px;
  line-height: 32px;
}
.btn-primary.btn-alt {
  background: #00b5cc;
  border: 2px solid #00b5cc;
}
.btn-primary.btn-clear {
  background: transparent;
  border: 2px solid #fff;
}
#section-user .region .block {
  background: none;
  margin-top: 20px;
}
.sign-in-block h3 {
  margin-top: 0;
  /*.page-node-1404132 .coupons a.btn-primary.btn-whiteline,*/
}
#block-system-main .content .field-name-body ul.menu li a, body a.btn-primary.btn-blue {
  background: #00b5cc;
  border: 2px solid #00b5cc;
  color: #fff;
  border: none;
}
body a.btn-primary.btn-blueline {
  background: transparent;
  border: 2px solid #00b5cc;
  color: #00b5cc;
}
body a.btn-primary.btn-whiteline:hover, body a.btn-primary.btn-blueline:hover {
  color: #999;
}
body .orange-bg a.btn-primary.btn-whiteline:hover, body .green-bg a.btn-primary.btn-whiteline:hover, body a.btn-primary.btn-whiteline:hover, body a.btn-primary.btn-clear:hover {
  border-color: #fff;
}
body .orange-bg a.btn-primary.btn-blueline:hover, body .green-bg a.btn-primary.btn-blueline:hover, body a.btn-primary.btn-blueline:hover, body a.btn-primary.btn-alt:hover {
  border-color: #00b5cc;
}
body .orange-bg a.btn-primary.btn-whiteline:hover, body .orange-bg a.btn-primary.btn-blueline:hover, body .green-bg a.btn-primary.btn-whiteline:hover, body .green-bg a.btn-primary.btn-blueline:hover {
  color: #efefef;
}
body a.btn-primary.btn-white {
  background: #fff;
  border: 2px solid #fff;
  border: none;
}
.destination ul.menu li a, body a.btn-primary.btn-whiteline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  /*.page-node-1404132 .coupons a.btn-primary.btn-whiteline {
background: #00b5cc;
border: 2px solid #00b5cc;
color: #fff;
border: none;
}*/
}
a.btn-primary.btn-redline {
  background: transparent;
  border: 2px solid #b70050;
  color: #b70050;
}
a.btn-primary.btn-redline:hover {
  background: transparent;
  border: 2px solid #b70050;
  color: #b70050;
}
body a.btn-primary {
  color: #fff;
}
h1, h2 {
  color: #434343;
  /*.front #section-feature video {
  background-image: url('/sites/default/files/layout/dusk.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
  /*.front #section-bottom {
  padding: 3em 0;
  background-image: url(/sites/default/files/heroes/DirectoryPhoto_7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed; 
}*/
}
#section-team .region .block.what-to-do {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.front #section-team .region .block.what-to-do {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .front #section-team .region .block.what-to-do {
    background-attachment: initial !important;
    /* #section-team .region .block.what-to-do {
background-attachment: initial !important;
}*/
  }
}
#admin-menu {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#block-views-meet-the-team-block-1 h2 {
  font-size: 40px;
}
#section-bottom a {
  color: #fff;
}
#section-bottom .region .block-block > h3.block-title {
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 3em;
  font-family: 'aller_lightregular';
  line-height: 1em;
  margin-bottom: 1em;
}
.region .block-block > h3.block-title, .block-contents > h3.block-title {
  font-family: inherit;
  text-transform: none;
}
.text-bold, h1, h1.title, .view-latest-news .node-article > h2 a, .view-team .bx-wrapper .slide .views-field-title a, .sp-twitter .twitterSearchesNTweet .twitterSearchesNUser, h1.title, .view-latest-news .node-article > h2 a, .view-team .bx-wrapper .slide .views-field-title a, .sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
  font-family: 'aller_lightregular';
  font-weight: normal;
  text-transform: none;
}
.directory .content {
  text-align: center;
}
.directory .content ul li, .directory .content div {
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: 2em;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
.directory.media .content ul li {
  width: 19%;
}
.directory h2 {
  text-align: center;
  color: #fff;
  font-size: 47px;
  margin-bottom: 1em;
}
.what-to-do.directory h2 {
  text-align: center;
}
.what-to-do.directory p {
  text-align: left;
  margin-bottom: 20px;
}
ul.centerplate {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
.centerplate li {
  display: inline-block;
  padding: 13px;
}
.centerplate li a {
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-indent: -9999px;
}
.centerplate li.one a {
  background: url(/sites/default/files/layout/Food_Image1.jpg) no-repeat center;
}
.centerplate li.two a {
  background: url(/sites/default/files/layout/Food_Image2.jpg) no-repeat center;
}
.centerplate li.three a {
  background: url(/sites/default/files/layout/Food_Image3.jpg) no-repeat center;
}
.centerplate li.four a {
  background: url(/sites/default/files/layout/Food_Image4.jpg) no-repeat center;
}
.centerplate li.five a {
  background: url(/sites/default/files/layout/Food_Image5.jpg) no-repeat center;
}
.directory .content a {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 100px 0 0;
}
.directory .content h1 a, .directory .content h2 a {
  display: inline;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 0 0 0;
}
.directory .content .restaurants a {
  background-image: url("/sites/default/files/Restaurant_Icon.png");
}
.directory .content .hotels a {
  background-image: url(/sites/default/files/Hotel_Icon.png);
}
.directory .content .nightlife a {
  background-image: url(/sites/default/files/Nightlife_Icon.png);
}
.directory .content .shopping a {
  background-image: url(/sites/default/files/Shopping_Icon.png);
}
.directory .content .arts a {
  background-image: url(/sites/default/files/Arts_Icon.png);
}
.directory .content .attractions a {
  background-image: url(/sites/default/files/Attractions_Icon.png);
}
.directory .content .services a {
  background-image: url(/sites/default/files/Services_Icon.png);
}
.directory .content .venues a {
  background-image: url(/sites/default/files/Venues_Icon.png);
}
.directory .content .photography a {
  background-image: url(/sites/default/files/layout/Photography_Icon.png);
}
.directory .content .floor-plans a {
  background-image: url(/sites/default/files/layout/FloorPlans_Icon.png);
}
.directory .content .logos a {
  background-image: url(/sites/default/files/layout/Logos_Icon.png);
}
.directory .content .media-list a {
  background-image: url(/sites/default/files/layout/MediaList.png);
}
.directory .content .videos a {
  background-image: url(/sites/default/files/layout/Videos_Icon.png);
}
.directory .content .meetme-sites a {
  background-image: url(/sites/default/files/layout/MeetmeSites_Icon.png);
}
.directory .content .hotel-maps a {
  background-image: url(/sites/default/files/layout/HotelMaps_Icon.png);
}
.directory .content .welcome-letter a {
  background-image: url(/sites/default/files/layout/WelcomeLetter_Icon.png);
}
.directory .content .marketing-templates a {
  background-image: url(/sites/default/files/layout/MarketingTemplates_Icon.png);
  /*
.directory .content a:before {
  font-size: 5em;
  display:  block;
  line-height:  1em;
}
.node-business-listing .field-name-field-map {
display: block;
float: left;
clear: both;
}

.directory .content .restaurants a:before { content: url("/sites/default/files/Restaurant_Icon.png");}
.directory .content .hotels a:before { content: url(/sites/default/files/Hotel_Icon.png); }
.directory .content .nightlife a:before { content: url(/sites/default/files/Nightlife_Icon.png); }
.directory .content .shopping a:before { content: url(/sites/default/files/Shopping_Icon.png); }
.directory .content .arts a:before { content: url(/sites/default/files/Arts_Icon.png); }
.directory .content .attractions a:before { content: url(/sites/default/files/Attractions_Icon.png); }
.directory .content .services a:before  { content: url(/sites/default/files/Services_Icon.png); }
.directory .content .venues a:before {content: url(/sites/default/files/Venues_Icon.png);}
*/
}
#section-team .directory h2, .directory p, .directory a, #section-team .directory a {
  color: #fff;
}
#section-header .superhero-dropdown > ul.menu > li.expanded > a.active {
  background: none repeat scroll 0 0 #fff;
}
#section-user {
  margin: 0;
  padding: 0 0 60px;
}
#section-bottom2 {
  height: 336px;
}
#section-bottom2 .region .block {
  margin: 0;
  display: block;
}
#section-bottom2 .region .block h2 {
  color: #f0a82f;
  font-size: 30px;
  line-height: 38px;
  margin-top: 2.5em;
}
#section-bottom2 .row {
  background: none;
  margin: 0;
}
.front #section-content {
  display: none;
  /*  Calendar Styling */
}
.view-id-events.view-display-id-page .views-row, .view-id-events.view-display-id-page_2 .views-row {
  margin: 2em;
  padding: 1em;
}
span.event-type, span.attendance, span.event-contact, span.blockdate {
  display: block;
  clear: both;
}
th.views-field-field-event-date-2 {
  width: 191px;
}
.view-id-events.view-display-id-page .view-content td, .view-id-events.view-display-id-page_2 .view-content td {
  vertical-align: top;
  padding: 2em 1.5em;
  line-height: 1.2em;
}
.view-id-events.view-display-id-page .views-table, .view-id-events.view-display-id-page_2 .views-table {
  width: 100%;
}
.view-id-events.view-display-id-page tr.even, .view-id-events.view-display-id-page tr.odd, .view-id-events.view-display-id-page_2 tr.even, .view-id-events.view-display-id-page_2 tr.odd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.view-id-events.view-display-id-block_1 tr.even, .view-id-events.view-display-id-block_1 tr.odd {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 2em 0em;
}
.view-id-events.view-display-id-block_1 tr.even .views-row-last, .view-id-events.view-display-id-block_1 tr.odd .views-row-last {
  border-bottom: none;
}
.view-id-events.view-display-id-block_1 td {
  padding: 1em 0;
}
.view-id-events.view-display-id-block_1 .views-field-title {
  font-size: 1em;
}
.view-id-events.view-display-id-block_1 .views-field-title a {
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 5px;
}
.view-id-events.view-display-id-block_1 .views-field-title .date-display-start {
  clear: both;
}
.view-id-events.view-display-id-block_1 tbody {
  border-top: none;
}
li.menu-1646 {
  float: none !important;
  overflow: auto !important;
}
li.menu-899 {
  position: relative;
  top: -85px;
}
li.menu-918 {
  position: relative;
  top: -85px;
}
li.menu-2692 {
  position: relative;
  top: -85px;
}
li.menu-2693 {
  position: relative;
  top: -85px;
}
li.menu-2694 {
  position: relative;
  top: -85px;
}
li.menu-2801 {
  position: relative;
  top: -85px;
}
li.menu-2012 {
  position: relative;
  top: -85px;
  margin-top: 10px !important;
}
li.menu-1725 {
  margin-top: 10px !important;
}
li.menu-2012 {
  top: 0 !important;
}
.view-id-events.view-display-id-page .views-field-title span, .view-id-events.view-display-id-page_2 .views-field-title span {
  color: #00b6ce;
}
.view-id-events.view-display-id-page .views-field-title span > span, .view-id-events.view-display-id-page_2 .views-field-title span > span {
  text-transform: uppercase;
  color: #737373;
}
.complete-dates > span, .complete-dates .field-name-field-event-date {
  display: block;
  float: left;
  margin-right: 5px;
}
th.views-field-field-event-date-1 {
  width: 150px;
}
.view-id-events.view-display-id-page tbody, .view-id-events.view-display-id-page_2 tbody {
  border-top: none;
}
.view-id-events.view-display-id-page th, .view-id-events.view-display-id-page_2 th {
  border-bottom: none;
}
.view-id-events.view-display-id-page th.views-field-title, .view-id-events.view-display-id-page_2 th.views-field-title {
  padding: 0 0 0 1.5em;
}
.view-id-events.view-display-id-page thead th, .view-id-events.view-display-id-page_2 thead th {
  text-transform: uppercase;
  font-weight: normal;
}
.view-id-events.view-display-id-page .views-field-field-event-date-1 > span, .view-id-events.view-display-id-page_2 .views-field-field-event-date-1 > span {
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 1.8em;
  line-height: 140px;
  background: #eee;
  text-transform: uppercase;
}
.view-id-events.view-display-id-page span .date-display-single br + br + br, .view-id-events.view-display-id-page_2 span .date-display-single br + br + br {
  display: none;
}
.view-id-events.view-display-id-page span .date-display-single, .view-id-events.view-display-id-page_2 span .date-display-single {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.15em;
}
.view-id-events.view-display-id-page .view-content h3, .view-id-events.view-display-id-page_2 .view-content h3 {
  margin: 0 0 0.25em;
}
.view-id-events.view-display-id-page .view-content td.views-field-field-event-date-1, .view-id-events.view-display-id-page_2 .view-content td.views-field-field-event-date-1 {
  padding: 2em 0;
}
.view-id-events.view-display-id-page .view-content .views-row-first td, .view-id-events.view-display-id-page_2 .view-content .views-row-first td {
  padding-top: 1em;
  /*.view .date-nav-wrapper .date-prev {
  background: none;
  border-radius: 5px 0 0 5px;
  float: none;
  font-size: 12px;
  left: 0;
  padding: 5px 0;
  position: absolute;
  right: 60px;
  text-align: right;
  top: 500%;
  width: 80px;
  z-index: 1;
}
.view .date-nav-wrapper .date-next {
  background: none;
  border-radius: 0 5px 5px 0;
  float: none;
  font-size: 12px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 500%;
  width: auto;
  z-index: 1;
} */
}
.page-node .main-content-main > h1.title {
  display: none;
}
#section-latest {
  background: #fff;
}
.page-node #section-latest h1.title {
  color: #00b6ce;
}
.what-to-do.directory-header h2, #section-latest h1, h1.title {
  /*	text-transform: uppercase; */
  color: #00b6ce;
}
.what-to-do.directory-header h2 {
  color: #00b6ce;
  font-size: 2em;
}
#section-header {
  background: none repeat scroll 0 0 #fff;
  border-top: 0;
  /*-webkit-transform: translateZ(0);*/
  z-index: 5000;
}
.Part h3.partner {
  display: inline;
  width: 300px;
  float: left;
  margin-top: 0;
  margin-bottom: 3px;
}
.Unpa h3.partner {
  display: none;
}
.Part h3.free {
  display: none;
}
.Unpa h3.free {
  display: inline;
}
#section-top-panel {
  padding: 0 !important;
}
#section-top-panel .region .block {
  float: right;
}
#section-top-panel .region #block-block-23.block {
  background: #f99a1c;
  margin-left: 1em;
  height: 30px;
}
#section-top-panel .region #block-block-23.block p {
  margin: 0;
}
#block-block-23 a {
  color: #fff;
  font-size: 1em;
  padding: 5px 15px;
  line-height: 30px;
}
#block-block-66 {
  background: none;
}
.fifth-callouts {
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: top;
}
.fifth-callout {
  display: inline-block;
  margin: 15px 0;
  padding: 0 9px;
  text-align: center;
  vertical-align: top;
}
.fifth-callout h3, #section-team .fifth-callout h3 {
  color: #700 50;
  margin-top: 0.75em;
}
.fifth-callout h3 a {
  color: #700 50;
}
.fifth-callout h4 {
  font-style: italic;
  color: #727272;
}
.fifth-callout img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* Hero Backgrounds */
}
.hero {
  text-align: center;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 420px;
  vertical-align: middle;
}
.hero h1 {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  margin-top: 2em;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.40);
}
.page-node-add-meet-me-site .hero h1, .node-type-meet-me-site .hero h1 {
  margin-top: 0;
  font-size: 5.5vw;
}
.page-node-add-meet-me-site .hero h2, .node-type-meet-me-site .hero h2 {
  color: #fff;
  font-size: 3.75vw;
  /*margin-top: 6vw;*/
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0.95em;
  display: inline-block;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.40);
}
.hero.facility {
  background: url("/sites/default/files/heroes/Facility_Hero.jpg") no-repeat center 0 fixed;
}
.hero.attendees {
  background: url("/sites/default/files/heroes/Attendees_Hero.jpg") no-repeat center 0 fixed;
}
.hero.exhibitors {
  background: url("/sites/default/files/heroes/Exhibitors_Hero.jpg") no-repeat center 0 fixed;
}
.hero.events {
  background: url("/sites/default/files/heroes/Events_Hero.jpg") no-repeat center 0 fixed;
}
.hero.meetingplanners {
  background: url("/sites/default/files/heroes/MeetingPlanners_Hero.jpg") no-repeat center 0 fixed;
}
.hero.sandiego {
  background: url("/sites/default/files/heroes/SanDiego_Hero.jpg") no-repeat center 0 fixed;
}
.hero.services {
  background: url("/sites/default/files/heroes/Services_Hero.jpg") no-repeat center 0 fixed;
}
.hero.events {
  background: url("/sites/default/files/layout/Events_Hero.jpg") no-repeat center 0 fixed;
}
.hero.san-diego {
  background: url("/sites/default/files/layout/SanDiego_Hero.jpg") no-repeat center 0 fixed;
}
.hero.media-center {
  background: url("/sites/default/files/layout/10_MediaCenter_Hero.jpg") no-repeat center 0 fixed;
}
.hero.about {
  background: url("/sites/default/files/layout/8_AboutUs_Hero.jpg") no-repeat center 0 fixed;
}
.hero.events-search {
  background: url("/sites/default/files/heroes/Events_Hero.jpg") no-repeat center 0 fixed;
}
.page-node-add-meet-me-site .hero.san-diego, .node-type-meet-me-site .hero.san-diego {
  display: table;
  width: 100%;
}
.page-node-add-meet-me-site .hero.san-diego .content, .node-type-meet-me-site .hero.san-diego .content {
  display: table-cell;
  vertical-align: middle;
}
#section-team .region .block.parking {
  background: url("/sites/default/files/layout/Parking_Image.jpg") no-repeat center 0 fixed;
}
#section-team .region .block.attendee-parking {
  background: url("/sites/default/files/layout/Parking_BackgroundImage.jpg") no-repeat center center scroll;
}
#section-team .region .block.community-benefits {
  background: url("/sites/default/files/layout/CommunityBenefits_Image.jpg") no-repeat center center scroll;
}
#section-team .region .block.financials {
  background: url("/sites/default/files/layout/Financials_Image.jpg") no-repeat center bottom scroll;
}
.events-search-box {
  display: inline-block;
  background: url(/sites/default/files/layout/events-search-trans.png);
  border: 1px solid #fff;
  margin: 107px auto;
  max-width: 1070px;
  width: 1070px;
  padding: 40px;
}
.events-search-title {
  color: #fff;
  display: block;
  float: left;
  margin-right: 1em;
}
.events-search-box .views-exposed-widget.views-submit-button {
  clear: none;
}
#edit-date-filter-1-wrapper .form-item-date-filter-1-value-date #edit-date-filter-1-value-datepicker-popup-1 {
  width: 233px;
  margin-right: 0;
}
.events-search-form {
  display: block;
  float: right;
  text-align: right;
  width: 620px;
  font-size: 0.9em;
}
#edit-date-filter-min .container-inline-date .form-item input, #edit-date-filter-max .container-inline-date .form-item input {
  width: 121px;
}
.events-search-box #edit-date-filter-min-wrapper, .events-search-box #edit-date-filter-max-wrapper {
  display: block;
  float: left;
}
.events-search-box .views-exposed-widgets label {
  display: block;
  float: left;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  width: auto;
  line-height: 35px;
  margin-right: 5px;
}
.what-to-do.directory-header ul.menu {
  padding: 0;
  text-align: center;
}
.what-to-do.directory-header ul.menu li {
  display: inline-block;
  vertical-align: top;
  margin: 15px 12px;
}
.node-type-blog #section-latest, .page-taxonomy-term-183 #section-latest, .page-taxonomy-term-184 #section-latest, .page-taxonomy-term-192 #section-latest, .page-taxonomy-term-185 #section-latest, .page-taxonomy-term-250 #section-latest, .page-taxonomy-term-193 #section-latest, .page-taxonomy-term-200 #section-latest, .page-taxonomy-term-222 #section-latest, .page-blog #section-latest {
  background: url(/sites/default/files/layout/connectionheader.jpg) no-repeat center #00b6ce;
  height: 165px;
}
body.node-type-blog .region-sidebar-second a, body.page-blog .region-sidebar-second a {
  color: #737373;
  /* Mission Statement Backgrounds */
}
.front #section-bottom2 {
  background: url(/sites/default/files/layout/MissionStatement_Image.jpg) 50% bottom no-repeat scroll #ddd;
  -webkit-background-size: 1900px;
  -moz-background-size: 1900px;
  -o-background-size: 1900px;
  background-size: 1900px;
}
#section-team .region .block.mission-statement, #section-bottom2 {
  background: url(/sites/default/files/layout/mission-orange.gif) 50% bottom no-repeat scroll #ffa401;
  -webkit-background-size: 1900px;
  -moz-background-size: 1900px;
  -o-background-size: 1900px;
  background-size: 1900px;
}
#section-team .mission-statement, #section-team .mission-statement h2, #section-bottom2 .region .block.mission-orange, #section-bottom2 .region .block.mission-orange h2 {
  color: #fff;
  /* Landing Page Styles */
}
#section-team .block-contents, #section-team .block .content, #section-content-top .block-contents, #section-content-top .block .content, #section-bottom .block-contents, #section-bottom .block .content {
  margin: 0 auto;
  width: 1070px;
  max-width: 1070px;
}
body.page-node-1605109 #section-bottom .sh-container .row {
  margin: 0 auto;
  width: 1070px;
  max-width: 1070px;
}
.page-node-1605109 #section-bottom .block-contents, .page-node-1605109 #section-bottom .block .content {
  margin: 0 auto;
  width: 505px;
  max-width: 505px;
}
#section-bottom .region .block {
  overflow: hidden;
}
#section-team .region .block.green-bg {
  background: #7ac142;
  color: #fff;
}
#section-team .region .block.orange-bg {
  background: #f56743;
  color: #fff;
}
#section-team .region .block.orange-bg p {
  /* San Diego Page */
  /*.page-node-1404132 #section-team .region .block.orange-bg { background: #fff; color: #737373;}*/
}
#section-team .region .block.orange-bg.destination {
  background: url(/sites/default/files/layout/destination-ribbon.jpg) repeat-x 50% 90% #f56743;
  color: #fff;
  /* fix for parralax issue with column widths on home page */
}
.region.region-bottom-first.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  position: static;
}
#section-team .region .block.gray-bg {
  background: #eceeed;
}
#section-team .region .block {
  overflow: hidden;
}
#section-team .region #block-block-65.block {
  overflow: visible;
}
#section-team .region .block.call-action {
  background: url(/sites/default/files/layout/CallToAction_Image.jpg) no-repeat 63% 0;
}
#section-team .region .block.parking h2, #section-team .region .block.parking h3, #section-team .region .block.parking h4, #section-team .region .block.parking h5, #section-team .region .block.parking, #section-team .region .block.green-bg h2, #section-team .region .block.orange-bg h2, #section-team .region .block.green-bg h3, #section-team .region .block.orange-bg h3 {
  color: #fff;
  /*.page-node-1404132 #section-team .region .block.hotels-search {background: #ECEEED;}
.page-node-1404132 #section-team .region .block.hotels-search .inline-search-box {background: #fff;}*/
  /*.page-node-1404132 #section-team .region .block.gray-bg {
  background: #fff;
}*/
  /*.page-node-1404132 #section-team .region .block.orange-bg.coupons h2,
.page-node-1404132 #section-team .region .block.orange-bg.coupons h3,
#section-team h2,
#section-team h3 {
}*/
}
.call-to-action-content {
  doisplay: block;
  float: left;
  width: 400px;
}
#section-bottom .region .block, #section-team .region .block {
  clear: both;
  margin-top: 0;
  padding: 0;
}
.content-left, .coupon-video, .green-left, .green-video, .iframe-video {
  display: block;
  /*  min-width: 320px;*/
  float: left;
}
.video {
  display: block;
  float: left;
  min-width: 334px;
  margin-bottom: 1em;
}
.page-node-1404311 #section-content .main-content-main {
  margin-top: 0px;
}
.region-sidebar-second .video {
  display: block;
  float: left;
  min-width: 334px;
  margin-bottom: 1em;
}
.video + p {
  clear: both;
}
#section-footer ul.menu li ul li ul.menu {
  display: none;
}
#block-block-142 h2, #block-block-149 h2, #block-block-148 h2, .region-sidebar-second h2, h2.nodetitle {
  margin-top: 0;
  margin-bottom: 10px;
}
#block-block-149 {
  margin-top: 0;
}
.green-left {
  width: 50%;
}
.green-video {
  width: 480px;
}
.iframe-video {
  width: 515px;
}
.full-video {
  width: 100%;
}
.advertisingform input {
  margin-bottom: 10px;
}
.region #block-views-video-block-sidebar-block.block {
  margin-top: 0px;
}
.video-container {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.market-planner-login .content-left {
  width: 60%;
}
.coupon-content, .green-content {
  display: block;
  float: right;
  width: 50%;
  min-width: 320px;
  padding-left: 2em;
}
img.green-badge {
  margin-left: 2em;
}
.facility-guide-content img {
  display: block;
  float: left;
  margin-right: 30px;
}
.attendee-guide-left, .attendee-guide-right, .facility-guide-content-right, .facility-guide-content-left {
  display: block;
  float: left;
  width: 49%;
}
.attendee-guide-left, .facility-guide-content-right {
  padding-top: 3em;
}
.form-type-select .controls {
  background: url("/sites/default/files/layout/down.png") no-repeat scroll right #cecece;
  width: 265px;
  overflow: hidden;
}
.copyright {
  display: block;
  float: left;
}
.address {
  display: block;
  float: right;
  /*
.region-user-first.col-sm-4.col-md-4.col-lg-4 {
padding-left: 0;
padding-right: 30px;
}
.region-user-third.col-sm-4.col-md-4.col-lg-4 {
padding-left: 30px;
padding-right: 0;
}*/
}
.view-id-meet_the_team.view-display-id-page_1 .views-field-field-image a, .view-id-meet_the_team.view-display-id-block_1 .views-field-field-image a, .circle a, a.circle {
  /*overflow: hidden;*/
  /*padding: 5px;*/
  display: inline-block;
  border: 7px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fifth-callout .circle a, .fifth-callout a.circle {
  border: none;
}
.view-id-meet_the_team.view-display-id-page_1 .views-field-field-image a, .view-id-meet_the_team.view-display-id-block_1 .views-field-field-image a, a.circle {
  background: #000;
}
.view-id-meet_the_team.view-display-id-page_1 .views-field-field-image img:hover, .view-id-meet_the_team.view-display-id-block_1 .views-field-field-image img:hover, .circle img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
  top: -7px;
}
.view-display-id-block_1 .view-footer p {
  text-align: right;
}
#section-header {
  box-shadow: none;
}
.view-blog.view-display-id-block_1 .views-row {
  display: block;
  clear: both;
  line-height: 1.15em;
}
.view-blog.view-display-id-block_3 .views-row {
  display: block;
  clear: both;
  border-top: 1px solid #c8c8c8;
  padding: 2em 0;
}
.view-blog.view-display-id-block_1 .views-field-field-image {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}
.view-blog.view-display-id-block_3 .views-field-field-image {
  display: block;
  float: left;
}
.view-id-blog.view-display-id-entity_view_1 {
  background: none repeat scroll 0 0 #eceeed;
  padding: 1em;
  display: block;
  width: 100%;
  float: left;
}
.view-id-blog.view-display-id-entity_view_1 .views-field-picture {
  display: block;
  float: left;
  margin: 0 1em 0 0;
}
.view-id-blog.view-display-id-entity_view_1 .views-field-picture img {
  width: 94px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.view-id-blog.view-display-id-entity_view_1 .views-field-nothing {
  display: table-cell;
}
.view-id-blog.view-display-id-entity_view_1 .views-field-nothing .field-content {
  margin-top: 20px;
  display: inline-block;
}
.node-type-blog .field-name-field-image {
  margin-bottom: 1em;
}
.directory .content h2 a {
  padding: 0 !important;
}
.view-id-blog.view-display-id-block_2 img, .view-id-news_releases.view-display-id-page img, .view-id-news_releases.view-display-id-block_1 img, .view-blog.view-display-id-block_3 .views-field-field-image img, .view-blog.view-display-id-page_2 .views-field-field-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 2em 5em 0;
  border: 1px solid #ccc;
}
.view-id-news_releases.view-display-id-block_1 img {
  margin: 0 0 1em 0;
}
.view-id-news_releases.view-display-id-page img {
  margin: 0 2em 3em 0;
}
.view-id-blog.view-display-id-block_2 img {
  margin: 0 2em 2em 0;
}
.node-blog .field-name-title-field, .view-blog.view-display-id-page .views-field-title, .view-blog.view-display-id-block_3 .views-field-title {
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.view-blog.view-display-id-page .views-field-title {
  margin-top: 1em;
}
.view-blog.view-display-id-page .views-field-title a, .view-blog.view-display-id-block_1 .views-field-title a, .view-blog.view-display-id-block_3 .views-field-title a {
  color: #434343;
}
.view-blog.view-display-id-page p, .view-blog.view-display-id-block_3 p {
  margin: 0;
}
ul.blog-social {
  padding: 0;
  max-width: 210px;
}
ul.blog-social li {
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  height: 46px;
  width: 46px;
  background-image: url(/sites/default/files/layout/social-icons.png);
  background-repeat: no-repeat;
}
li.tw {
  background-position: 0 0;
}
li.tw:hover {
  background-position: 0px -98px;
}
li.fb {
  background-position: -51px 0;
}
li.fb:hover {
  background-position: -51px -98px;
}
li.gp {
  background-position: -103px 0;
}
li.gp:hover {
  background-position: -103px -98px;
}
li.fl {
  background-position: -155px 0;
}
li.fl:hover {
  background-position: -155px -98px;
}
li.yt {
  background-position: 0 -50px;
}
li.yt:hover {
  background-position: 0 -148px;
}
li.li {
  background-position: -51px -50px;
}
li.li:hover {
  background-position: -51px -148px;
}
li.mail {
  background-position: -103px -50px;
}
li.mail:hover {
  background-position: -103px -148px;
}
li.rss {
  background-position: -155px -50px;
}
li.rss:hover {
  background-position: -155px -148px;
}
#block-menu-menu-categories ul.menu, .view-archive .item-list ul li {
  margin: 0;
  padding: 0;
}
#block-menu-menu-categories ul.menu li.leaf {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.author-callout {
  vertical-align: middle;
}
.author-callout img {
  margin-right: 1em;
}
.author-name {
  display: inline-block;
}
.author-name h4 {
  font-weight: bold;
}
.author-callout h2, .author-callout h3, .author-callout h4, .author-callout p {
  margin: 0;
}
.recent-releases {
  display: block;
  float: right;
}
.featured-release {
  display: block;
  float: left;
}
.av-right {
  display: block;
  float: right;
}
tr.Publish {
  background-color: #ddd;
}
tr.Publish td, tr.Unpublish td {
  vertical-align: top;
}
.gray {
  background: #ededed;
  padding: 20px;
}
.white {
  background: #fff;
  padding: 2em;
}
p.micro {
  font-size: 0.85em;
}
.view-id-tours_photos.view-display-id-block, .view-id-meet_the_team, .view-id-meet_the_team.view-display-id-block_1 {
  dispay: block;
  float: left;
  width: 100%;
  text-align: center;
}
.view-id-tours_photos.view-display-id-block .views-row, .view-id-meet_the_team .views-row, .view-id-meet_the_team.view-display-id-block_1 .views-row {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  margin: 1.5em 0;
}
.view-id-meet_the_team .views-row {
  margin: 1.5em 1em;
}
.view-id-meet_the_team .views-row img, .view-id-meet_the_team.view-display-id-block_1 .views-row img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#jb-glry-dlg {
  z-index: 21;
}
.view-id-meet_the_team .views-field-popup {
  font-size: 1.8em;
  margin-top: 1em;
}
.popup-element-title {
  background: none;
  cursor: pointer;
  display: inline-block;
  padding-right: 0px;
  position: relative;
}
.popup-style-white .popup-element-body .top .left, .popup-style-white .popup-element-body .top #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .popup-style-white .popup-element-body .top li, .popup-style-white .popup-element-body .top .view-blog-categories .views-row, .view-blog-categories .popup-style-white .popup-element-body .top .views-row, .popup-style-white .popup-element-body .top .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .popup-style-white .popup-element-body .top b, .popup-style-white .popup-element-body .top .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .popup-style-white .popup-element-body .top b, .popup-style-white .popup-element-body .top #jm-pricingTables .jm-pricingItem, #jm-pricingTables .popup-style-white .popup-element-body .top .jm-pricingItem, .popup-style-white .popup-element-body .top .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .popup-style-white .popup-element-body .top .views-row, .popup-style-white .popup-element-body .top .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .popup-style-white .popup-element-body .top .views-row, .popup-style-white .popup-element-body .top .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .popup-style-white .popup-element-body .top .views-row, .popup-style-white .popup-element-body .top .rtl .close, .rtl .popup-style-white .popup-element-body .top .close, .popup-style-white .popup-element-body .top .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .popup-style-white .popup-element-body .top span, .popup-style-white .popup-element-body .top .center, .popup-style-white .popup-element-body .top .right, .popup-style-white .popup-element-body .top #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .popup-style-white .popup-element-body .top a:after, .popup-style-white .popup-element-body .top #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .popup-style-white .popup-element-body .top input[type="text"], .popup-style-white .popup-element-body .top #section-top-panel .region-toppanel-second, #section-top-panel .popup-style-white .popup-element-body .top .region-toppanel-second, .popup-style-white .popup-element-body .top #section-top-panel .region-toppanel-third, #section-top-panel .popup-style-white .popup-element-body .top .region-toppanel-third, .popup-style-white .popup-element-body .top .rtl .check-list ul li:before, .rtl .check-list ul .popup-style-white .popup-element-body .top li:before, .popup-style-white .popup-element-body .top .rtl .breadcrumb a, .rtl .breadcrumb .popup-style-white .popup-element-body .top a, .popup-style-white .popup-element-body .top .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .popup-style-white .popup-element-body .top a:before, .popup-style-white .popup-element-body .top .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .popup-style-white .popup-element-body .top a:before, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .left, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom li, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .view-blog-categories .views-row, .view-blog-categories .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .views-row, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom b, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom b, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom #jm-pricingTables .jm-pricingItem, #jm-pricingTables .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .jm-pricingItem, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .views-row, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .views-row, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .views-row, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .rtl .close, .rtl .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .close, .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .popup-style-white .popup-element-body.origin-top-right.expand-top-right .bottom span, .popup-style-white .popup-element-body .bottom .center, .popup-style-white .popup-element-body .bottom .right, .popup-style-white .popup-element-body .bottom #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .popup-style-white .popup-element-body .bottom a:after, .popup-style-white .popup-element-body .bottom #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .popup-style-white .popup-element-body .bottom input[type="text"], .popup-style-white .popup-element-body .bottom #section-top-panel .region-toppanel-second, #section-top-panel .popup-style-white .popup-element-body .bottom .region-toppanel-second, .popup-style-white .popup-element-body .bottom #section-top-panel .region-toppanel-third, #section-top-panel .popup-style-white .popup-element-body .bottom .region-toppanel-third, .popup-style-white .popup-element-body .bottom .rtl .check-list ul li:before, .rtl .check-list ul .popup-style-white .popup-element-body .bottom li:before, .popup-style-white .popup-element-body .bottom .rtl .breadcrumb a, .rtl .breadcrumb .popup-style-white .popup-element-body .bottom a, .popup-style-white .popup-element-body .bottom .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .popup-style-white .popup-element-body .bottom a:before, .popup-style-white .popup-element-body .bottom .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .popup-style-white .popup-element-body .bottom a:before {
  background: none;
  height: 0;
  padding-left: 0;
  width: 0;
}
.popup-style-white .popup-element-body div.inner {
  color: #444;
  margin: 0;
  position: relative;
}
.popup-style-white .popup-element-body div.inner h3 {
  margin-top: 0px;
  padding-top: 3em;
  color: #0967ad;
}
.popup-style-white .popup-element-body a.popup-close-button {
  background: url("/sites/default/files/layout/x.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  display: block;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.popup-style-white .popup-element-body .center .center {
  background: none repeat scroll 0 0 #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 25px;
}
.popup-style-white .popup-element-body .center .center {
  background: #fff;
}
.popup-style-white .popup-element-body div.inner h4 {
  margin-top: 0px;
}
.popup-style-white .popup-element-body div.inner img {
  display: block;
  float: left;
  margin-right: 2em;
}
.popup-style-white .popup-element-body div.inner a {
  color: #b70050;
  text-decoration: none;
}
.popup-style-white .popup-element-body div.inner a:hover {
  color: #b70050;
}
#section-team .region .block-block > h3.block-title, #section-team .block-contents > h3.block-title {
  font-family: inherit;
  text-transform: none;
  font-size: 3em;
  text-align: center;
}
.view-id-tours_photos.view-display-id-block .views-row {
  margin: 20px;
}
.view-id-tours_photos.view-display-id-block .views-row .views-field-title a {
  font-size: 25px;
  line-height: 40px;
}
.view-id-meet_the_team.view-display-id-block_1 .views-row .views-field-title {
  font-size: 1.5em;
  margin-top: 0.5em;
}
.view-id-meet_the_team.view-display-id-block_1 .views-row .views-field-field-title {
  font-size: 1.25em;
}
.view-id-tours_photos.view-display-id-block .view-header {
  text-align: left;
}
.view-id-meet_the_team.view-display-id-block_1 .view-footer p {
  text-align: center;
}
#section-header .superhero-dropdown > ul.menu > li > a.active {
  background: none repeat scroll 0 0 #fff;
}
ul.inline li.statistics_counter {
  display: none;
  /*input[type="text"],
input[type="email"],
select {
  width: 20em;
  margin:  .25em 0;
  height:  auto;
}*/
}
textarea {
  text-indent: 0;
  padding: 0.5em;
}
.block.webform input[type="text"], .block.webform input[type="email"], .block.webform select {
  width: 100%;
  margin: 0;
  height: auto;
}
.form-item, .form-actions {
  margin-bottom: 1em;
  margin-top: 0;
}
.flushleft.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 30px;
  position: relative;
}
.block.webform .form-radios .form-item {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.block.webform label.radio {
  display: block;
  padding: 0;
  margin: 0 0.5em 0 0.7em;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
.front #section-header {
  border-bottom: 1px solid #efefef;
}
hr {
  border: 1px sold #ccc !important;
  height: 1px;
  width: 100%;
  clear: both;
}
#section-footer .region-footer-second .content p, #section-footer .region-footer-second p .content p, #section-footer .region-footer-second .content div, #section-footer .region-footer-second p .content div {
  text-align: left !important;
}
#section-footer .region-footer-second a {
  padding-left: 0px;
}
ul.tips {
  display: none;
}
.page-node-1605109 a.redline {
  color: #b70050;
}
#section-bottom .region #block-mailchimp-signup-stay-connected-email-sign-up.block, div.mailchimp-signup {
  background: #eceeed;
  padding: 2em;
  border-top: 1px solid #ccc;
}
.mailchimp-signup h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #434343;
}
#section-bottom .region #block-block-49.block, #section-bottom .region #block-block-50.block {
  padding: 2em 0em 1em;
}
#section-bottom .lost-and-found a, #section-bottom .staff-directory a, #section-bottom a.btn-redline {
  color: #b70050;
}
h2.dark-header {
  background: none repeat scroll 0 0 #434343;
  color: #fff;
  font-size: 25px;
  margin: -20px -20px 10px;
  padding: 13px 20px;
}
#section-bottom .region .block-block > h3.block-title, #section-bottom .block-contents > h3.block-title {
  font-family: inherit;
  text-transform: none;
  font-size: 30px;
  color: #434343;
}
ul.plus, #block-system-main .content .field-name-body ul {
  list-style-position: inside;
  margin: 0 0 10px 18px;
  overflow: hidden;
  padding-left: 20px;
}
#section-bottom .mailchimp .block-contents > h3.block-title {
  margin-bottom: 20px;
}
#section-bottom .mailchimp .block-contents .checkbox {
  padding-left: 0px;
}
#section-bottom .mailchimp .block-contents .checkbox input[type="checkbox"], #section-bottom .mailchimp .block-contents .checkbox-inline input[type="checkbox"] {
  margin: 6px 5px 0 0px;
}
.premium h3 {
  margin: 0;
}
.premium strong {
  font-weight: normal;
  color: #000;
}
.premium .premium-wrapper, .premium .location-wrapper, .premium .details-wrapper, .premium .views-field-field-image {
  display: block;
  float: left;
  margin-right: 1em;
}
.premium .views-field-nothing {
  width: 70%;
  display: block;
  float: left;
}
.premium .views-field-field-image {
  margin-right: 30px;
  margin-left: 15px;
}
.premium .views-field-field-image img {
  margin-bottom: 12px;
}
.premium .details-wrapper {
  width: 175px;
}
.premium .views-field-body, .premium .neighborhood, .premium .street-block, .premium .locality-block {
  display: block;
  float: left;
  margin-right: 5px;
}
.premium .views-field-title {
  font-size: 30px;
  margin: 15px 0 10px;
}
.premium .views-field-body {
  margin-bottom: 10px;
}
.premium .location-wrapper {
  margin-bottom: 15px;
}
.premium .views-field-body p {
  margin-bottom: 0px;
}
.premium .location-wrapper {
  width: 100%;
}
.premium {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0px;
}
#section-content-top .region .block.premium {
  background-color: #eceeed;
  /*
#section-content-top .region .block.premium.restaurant { background: url(/sites/default/files/layout/restaurant-prem.jpg) no-repeat center; }
#section-content-top .region .block.premium.attractions { background: url(/sites/default/files/layout/attractions-prem.jpg) no-repeat center; }
#section-content-top .region .block.premium.arts { background: url(/sites/default/files/layout/arts-prem.jpg) no-repeat center; }
#section-content-top .region .block.premium.spas { background: url(/sites/default/files/layout/spas-prem.jpg) no-repeat center; }
#section-content-top .region .block.premium.shopping { background: url(/sites/default/files/layout/shopping-prem.jpg) no-repeat center; }
#section-content-top .region .block.premium.bars { background: url(/sites/default/files/layout/bars-prem.jpg) no-repeat center; }
#section-content-top .region .block.premium.hotels { background: url(/sites/default/files/layout/hotel-prem.jpg) no-repeat center; }
*/
}
.premium-search .inline-search-box h2 {
  font-size: 24px;
  margin-top: 0;
}
.view-meet-the-team .views-field-title h2 {
  margin-bottom: 0;
}
.view-meet-the-team .views-field-field-title {
  margin-bottom: 5px;
}
.page-node-add-meet-me-site #section-team .region .block, .node-type-meet-me-site #section-team .region .block {
  padding: 70px 0;
}
.page-node-add-meet-me-site #section-team .region .block.attendee-guide, .node-type-meet-me-site #section-team .region .block.attendee-guide {
  padding: 0;
}
.premium-search .inline-search-box {
  background: none repeat scroll 0 0 #eceeed;
  display: block;
  float: left;
  margin-right: 0;
  padding: 10px 12px 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.premium-search .views-widget select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  height: 37px;
  padding: 5px 10px;
  width: 230px;
}
.premium-search .views-widget input {
  height: 37px;
  padding: 10px;
  width: 197px;
  font: 'aller_lightregular';
  color: #737373;
}
.premium-search .views-exposed-form .views-exposed-widget {
  float: left;
  font-size: 0.85em;
  padding: 0 10px 0 0;
  font: 'aller_lightregular';
  color: #737373;
  margin-bottom: 5px;
}
.premium-search .inline-search-box .views-exposed-widget.views-submit-button {
  clear: none;
  float: right;
  padding: 0;
}
.premium-search p {
  font-size: 0.85em;
  line-height: 1.25em;
  margin-bottom: 16px;
  height: 92px;
}
.premium-search h2 {
  margin-bottom: 5px;
}
.field-name-static-sdccc-address strong, .field-label-inline .field-label {
  text-align: left;
  display: block;
  width: 320px;
}
.node-type-business-opportunity .field-label-inline .field-items {
  display: block;
  float: left;
  width: 50%;
  min-width: 200px;
}
.region-content-top-1 {
  padding-left: 0px;
}
.region-content-top-2 .block {
  text-align: center;
}
.premium-search .views-exposed-form .views-exposed-widget .form-submit {
  border-radius: 0;
  clear: none;
  font-size: 16px;
  height: 38px;
  line-height: 1em;
  margin-top: 0;
  width: 38px;
  background: url(/sites/all/themes/corporate/images/bg_search_white.png) no-repeat center #ba004e;
  text-indent: -600px;
  overflow: hidden;
}
.premium-search .form-type-select .controls {
  width: 195px;
}
.node-type-business-listing .field-name-title-field {
  font-size: 36px;
  margin: 35px 0 20px;
  line-height: 40px;
  color: #434343;
}
.node-type-business-listing .group-details-wrapper {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 2em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
  font-size: 0.7em;
}
.node-type-business-listing .group-address, .node-type-business-listing .group-contact, .node-type-business-listing .group-hotel-specs, .node-type-business-listing .group-venue-specs, .node-type-business-listing .group-additional-info, .node-type-business-listing .field-name-additional-info-full, .node-type-business-listing .group-pricerange, .node-type-business-listing .group-category-Restaurants, .node-type-business-listing .group-category-Bars, .node-type-business-listing .group-category-Shopping, .node-type-business-listing .group-category-Special, .node-type-business-listing .group-category-Services {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-top: 40px;
  line-height: 21px;
  margin: 0 1em;
}
.node-type-business-listing .group-address {
  max-width: 135px;
}
.node-type-business-listing .group-category-Hotels, .node-type-business-listing .group-category-Attractions, .node-type-business-listing .group-category-Arts, .node-type-business-listing .group-additional-info-Restaurants, .node-type-business-listing .group-additional-info-Special, .node-type-business-listing .group-additional-info-Services {
  display: none;
}
.node-type-business-listing .field-name-category-full, .node-type-business-listing .field-name-additional-info-full {
  display: inline-block;
  vertical-align: top;
}
.node-type-business-listing .field-group-div h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 2px;
}
.node-type-business-listing .group-address {
  background: url(/sites/default/files/layout/5c1_HotelsListing_LocationIcon.png) no-repeat center 0;
}
.node-type-business-listing .group-contact {
  background: url(/sites/default/files/layout/5c1_HotelsListing_ContactIcon.png) no-repeat center 0;
}
.node-type-business-listing .group-hotel-specs {
  background: url(/sites/default/files/layout/5c1_HotelsListing_HotelIcon.png) no-repeat center 0;
}
.node-type-business-listing .group-venue-specs {
  background: url(/sites/default/files/layout/5c1_HotelsListing_HotelIcon.png) no-repeat center 0;
}
.node-type-business-listing .group-additional-info {
  background: url(/sites/default/files/layout/5c1_HotelsListing_InfoIcon.png) no-repeat center 0;
}
.node-type-business-listing .group-pricerange {
  background: url(/sites/default/files/layout/PriceIcon_Restaurants.png) no-repeat center 0;
}
.node-type-business-listing .group-category-Restaurants {
  background: url(/sites/default/files/layout/CuisineIcon_Restaurants.png) no-repeat center 0;
}
.node-type-business-listing .group-category-Restaurants h3 span:before {
  content: "Cuisine";
}
.node-type-business-listing .group-category-Bars h3 span:before {
  content: "Scene";
}
.node-type-business-listing .group-category-Shopping h3 span:before {
  content: "Type";
}
.node-type-business-listing .group-category-Special h3 span:before {
  content: "Type";
}
.node-type-business-listing .group-category-Services h3 span:before {
  content: "Services";
}
.node-type-business-listing .group-category-Bars {
  background: url(/sites/default/files/layout/SceneIcon_Bars.png) no-repeat center 0;
}
.node-type-business-listing .group-category-Shopping {
  background: url(/sites/default/files/layout/TypeIcon_Shopping.png) no-repeat center 0;
}
.node-type-business-listing .group-category-Bars {
  background: url(/sites/default/files/layout/SceneIcon_Bars.png) no-repeat center 0;
}
.node-type-business-listing .field-name-additional-info-full, .node-type-business-listing .group-category-Special {
  background: url(/sites/default/files/layout/5c1_HotelsListing_InfoIcon.png) no-repeat center 0;
}
.node-type-business-listing .group-category-Services {
  background: url(/sites/default/files/layout/5c1_HotelsListing_InfoIcon.png) no-repeat center 0;
}
.view-id-events.view-display-id-page .views-field-field-event-date-1 span + span, .view-id-events.view-display-id-page_2 .views-field-field-event-date-1 span + span {
  display: none;
}
.view-id-blog.view-display-id-entity_view_1 {
  margin-top: 1em;
}
#comments {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
#comments .submitted {
  color: #000;
  font-style: italic;
  font-size: 0.85em;
}
#edit-date-filter-wrapper .views-widget {
  margin-left: 13px;
}
.complete-dates {
  display: block;
  float: left;
  margin-bottom: 18px;
}
#edit-date-filter-min-datepicker-popup-1, #edit-date-filter-max-datepicker-popup-1 {
  width: 110px;
}
@media print {
  .print-only {
    display: block;
  }
  .view-id-events.view-display-id-page .view-header, .view-id-events.view-display-id-page .view-footer, .view-id-events.view-display-id-page_2 .view-header, .view-id-events.view-display-id-page_2 .view-footer, #section-top-panel, #section-feature, #section-header .region-menu, .pagination, #section-bottom2, #section-footer .region-footer-first, #block-block-23, #section-footer #block-block-8 {
    display: none;
  }
  iframe .fe_alert a {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    text-overflow: ellipsis;
  }
  .view-id-events.view-display-id-page .views-field-field-event-date-1 > span, .view-id-events.view-display-id-page_2 .views-field-field-event-date-1 > span {
    background: none repeat scroll 0 0 #eee;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 140px;
    text-align: left;
    text-transform: uppercase;
    width: 120px;
    margin-top: 0.5em;
  }
  .view-id-events.view-display-id-page .view-content .views-row-first td, .view-id-events.view-display-id-page_2 .view-content .views-row-first td {
    padding-top: 0.5em;
  }
  .view-id-events.view-display-id-page .views-field-field-event-date-1 span, .view-id-events.view-display-id-page_2 .views-field-field-event-date-1 span {
    display: none;
  }
  .view-id-events.view-display-id-page .views-field-field-event-date-1 span + span, .view-id-events.view-display-id-page_2 .views-field-field-event-date-1 span + span {
    display: block;
  }
  .view-id-events.view-display-id-page span.date-display-single, .view-id-events.view-display-id-page_2 span.date-display-single {
    display: inline-block;
    line-height: 12px;
    vertical-align: top;
  }
  .view-id-events.view-display-id-page .view-content td.views-field-field-event-date-1, .view-id-events.view-display-id-page_2 .view-content td.views-field-field-event-date-1 {
    padding: 0;
  }
  .view-id-events.view-display-id-page .view-content td, .view-id-events.view-display-id-page_2 .view-content td {
    line-height: 1.2em;
    padding: 0 0 3px;
    vertical-align: top;
    font-size: 12px;
  }
  .view-id-events.view-display-id-page .view-content h3, .view-id-events.view-display-id-page_2 .view-content h3 {
    margin: 3px 0 0 0;
    font-size: 14px;
  }
  #section-footer {
    font-size: 10px;
  }
  #section-content, #section-footer {
    padding: 0 0 5px !important;
  }
  .complete-dates {
    margin-bottom: 5px;
  }
  .view-id-events.view-display-id-page th.views-field-title, .view-id-events.view-display-id-page_2 th.views-field-title {
    padding: 0;
  }
  a[href]:after {
    content: "";
  }
}
.rtl {
  direction: rtl;
}
.rtl .text-left, .rtl .grey p, .grey .rtl p, .rtl .gold p, .gold .rtl p, .rtl .orange p, .orange .rtl p, .rtl .green p, .green .rtl p, .rtl .darkgreen p, .darkgreen .rtl p, .rtl .brightred p, .brightred .rtl p, .rtl .deepred p, .deepred .rtl p, .rtl .blue p, .blue .rtl p, .rtl .deepblue p, .deepblue .rtl p, .rtl .grey ul, .grey .rtl ul, .rtl .gold ul, .gold .rtl ul, .rtl .orange ul, .orange .rtl ul, .rtl .green ul, .green .rtl ul, .rtl .darkgreen ul, .darkgreen .rtl ul, .rtl .brightred ul, .brightred .rtl ul, .rtl .deepred ul, .deepred .rtl ul, .rtl .blue ul, .blue .rtl ul, .rtl .deepblue ul, .deepblue .rtl ul, .rtl .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more, .view-latest-news .itemCatBlogLayout2 .article-body-text .rtl div.read-more, .rtl body #section-header .site-logo, body #section-header .rtl .site-logo {
  text-align: left !important;
}
.rtl .text-right, .rtl .view-blog-categories .views-row a.btn-default, .view-blog-categories .views-row .rtl a.btn-default, .rtl #section-footer .region-footer-second, #section-footer .rtl .region-footer-second, .rtl #section-footer .region-footer-second p, #section-footer .region-footer-second .rtl p {
  text-align: right !important;
}
.rtl .left, .rtl #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .rtl li, .rtl .view-blog-categories .views-row, .view-blog-categories .rtl .views-row, .rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .rtl b, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .rtl b, .rtl #jm-pricingTables .jm-pricingItem, #jm-pricingTables .rtl .jm-pricingItem, .rtl .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .rtl .views-row, .rtl .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .rtl .views-row, .rtl .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .rtl .views-row, .rtl .rtl .close, .rtl .rtl .close, .rtl .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .rtl span {
  float: left !important;
}
.rtl .right, .rtl #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .rtl a:after, .rtl #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .rtl input[type="text"], .rtl #section-top-panel .region-toppanel-second, #section-top-panel .rtl .region-toppanel-second, .rtl #section-top-panel .region-toppanel-third, #section-top-panel .rtl .region-toppanel-third, .rtl .rtl .check-list ul li:before, .rtl .check-list ul .rtl li:before, .rtl .rtl .breadcrumb a, .rtl .breadcrumb .rtl a, .rtl .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .rtl a:before, .rtl .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .rtl a:before {
  float: right !important;
  /** Block Check List **/
}
.rtl .check-list ul li:before {
  content: "\f053";
  padding-left: 15px;
}
.rtl .menuTop ul.menu li:first-child a:before {
  content: "";
  padding: 0px;
  margin: 0px;
}
.rtl .menuTop ul.menu li:first-child a {
  padding: 0px;
}
.rtl .menuTop ul.menu li:first-child a:after {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 14px;
  padding: 4px 6px;
  color: #fff;
  background: #ba004e;
  margin-left: 7px;
}
.rtl .breadcrumb {
  overflow: hidden;
}
.rtl .breadcrumb a {
  padding-left: 8px;
}
.rtl .breadcrumb a:first-child:before {
  content: "";
}
.rtl .breadcrumb a:first-child:after {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 18px;
  padding-left: 5px;
  color: #ccc;
}
.rtl .view-latest-news {
  direction: ltr;
}
.rtl .view-latest-news .slide h2.TitleCatItem, .rtl .view-latest-news .slide .field-name-body, .rtl .view-latest-news .slide .read-more {
  text-align: right !important;
}
.rtl .icon-latest-news-title h3.block-title {
  padding: 5px 45px 5px 0px;
  background: url("http://visitsandiego.com/sites/all/themes/corporate/images/bg_title1.gif") no-repeat right center rgba(0, 0, 0, 0);
}
.rtl .section-postcontent .jm-last-news > h3.block-title, .rtl .section-postcontent .jm-last-news .block-contents > h3.block-title {
  background: url("http://visitsandiego.com/sites/all/themes/corporate/images/bg_title1.gif") no-repeat right center rgba(0, 0, 0, 0);
  padding: 5px 45px;
}
.rtl #section-team .meet-the-team > h3.title-block, .rtl #section-team .meet-the-team h3.block-title {
  background: url("http://visitsandiego.com/sites/all/themes/corporate/images/bg_title2.gif") no-repeat right center rgba(0, 0, 0, 0);
  padding: 5px 55px;
}
.rtl .view-team {
  direction: ltr;
}
.rtl #section-footer .region-footer-second a {
  padding: 0px;
}
.rtl #section-footer .region-footer-second a:before {
  padding: 0 0 0 8px;
}
.rtl #section-footer .region-footer-second p {
  text-align: left !important;
}
.rtl .webform-client-form strong {
  padding-left: 5px;
  float: right;
}
.rtl #webform-component-description {
  overflow: hidden;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatAuthor, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatAuthor {
  background: url("http://visitsandiego.com/sites/all/themes/corporate/images/bg_icon_user.png") no-repeat right 11px rgba(0, 0, 0, 0);
  padding: 5px 25px 5px 0;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn {
  background: url("http://visitsandiego.com/sites/all/themes/corporate/images/bg_icon_cat.png") no-repeat right center rgba(0, 0, 0, 0);
  padding: 5px 25px 5px 0;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b {
  float: right !important;
  padding: 0 0 0 5px;
}
.rtl .jmCategoryBlogItem .article-info .itemCatDate i, .rtl .jmCategoryBlogItem .article-info .itemCatAuthor i {
  padding-left: 8px;
}
.rtl .jmCategoryBlogItem .article-info span.itemCategory {
  background: url("http://visitsandiego.com/sites/all/themes/corporate/images/bg_icon_cat.png") no-repeat right center rgba(0, 0, 0, 0);
  padding: 0 20px 0 0;
}
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a {
  margin: 0 25px 5px 0px;
}
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
  content: "\f053";
  padding: 0 0 0 15px;
}
.rtl .portfolio-text .field-label:before {
  float: right;
  padding: 0 0 0 10px;
}
.rtl #mycarousel .carousel-caption {
  right: 0;
}
.rtl #mycarousel a.left, .rtl #mycarousel #section-header .superhero-dropdown > ul.menu > a, #section-header .superhero-dropdown > ul.menu > .rtl #mycarousel a, .rtl #mycarousel .view-blog-categories a.views-row, .view-blog-categories .rtl #mycarousel a.views-row, .rtl #mycarousel .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn a, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .rtl #mycarousel a, .rtl #mycarousel .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn a, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .rtl #mycarousel a, .rtl #mycarousel #jm-pricingTables a.jm-pricingItem, #jm-pricingTables .rtl #mycarousel a.jm-pricingItem, .rtl #mycarousel .view-team.view-display-id-block_3 a.views-row, .view-team.view-display-id-block_3 .rtl #mycarousel a.views-row, .rtl #mycarousel .view-team-3colum .view-team a.views-row, .view-team-3colum .view-team .rtl #mycarousel a.views-row, .rtl #mycarousel .view-team-4colum .view-team a.views-row, .view-team-4colum .view-team .rtl #mycarousel a.views-row, .rtl #mycarousel a.close, .rtl #mycarousel a.close, .rtl #mycarousel .shortcode-icon ul li i a, .rtl .shortcode-icon ul li i #mycarousel a {
  left: 10px;
}
.rtl #mycarousel a.right, .rtl #mycarousel #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .rtl #mycarousel a:after, .rtl #mycarousel #section-top-panel #search-block-form a[type="text"], #section-top-panel #search-block-form .rtl #mycarousel a[type="text"], .rtl #mycarousel #section-top-panel a.region-toppanel-second, #section-top-panel .rtl #mycarousel a.region-toppanel-second, .rtl #mycarousel #section-top-panel a.region-toppanel-third, #section-top-panel .rtl #mycarousel a.region-toppanel-third, .rtl #mycarousel .check-list ul a:before, .rtl .check-list ul #mycarousel a:before, .rtl #mycarousel .breadcrumb a, .rtl .breadcrumb #mycarousel a, .rtl #mycarousel [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before, .rtl #mycarousel [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before {
  right: 10px;
}
.rtl .shortcode-icon ul li i span {
  padding-right: 10px;
}
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-third, .rtl .body-innerwrapper #section-top-panel .container .region-toppanel-second {
  float: left !important;
}
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-third {
  padding: 0px 0px 0 15px;
}
.rtl .socialTop li {
  margin: 0 10px 0 0;
}
.rtl #section-top-panel #search-block-form {
  float: left;
  margin-left: 10px;
}
.rtl #admin-menu {
  direction: ltr;
}
.portfolio-filters #filters {
  padding: 0px;
}
.portfolio-filters #filters li a {
  color: #fff;
  display: inline-block;
  font-family: 'open_sansbold';
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  background: #ba004e;
  outline: none;
}
.portfolio-filters #filters li a.active, .portfolio-filters #filters li a:hover {
  background: #ed0063;
  color: #6e002e;
}
.portfolio-container {
  padding: 20px 0px;
}
.portfolio-container .portfolio-item {
  padding: 5px;
  border: 1px solid #ebebeb;
}
.itemImg {
  margin-bottom: 20px;
}
.superhero-portfolio .element {
  margin-bottom: 30px;
}
.portfolio-text h4 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  font-family: 'aller_lightregular';
  margin-top: 0;
  text-transform: uppercase;
}
.portfolio-text h4:nth-child(2) {
  margin-top: 25px;
}
.portfolio-text .field-label {
  color: #333;
  font-weight: normal;
}
.portfolio-text .field-label:before {
  color: #ba004e;
  content: "\f046";
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}
.portfolio-text .field-item {
  padding-left: 22px;
}
.portfolio-text .field-name-body .field-item {
  padding: 0px;
}
.portfolio-text .field-name-body + h4 {
  margin-top: 25px;
}
.jm-portfolio .jm-portfolio-item {
  position: relative;
}
.jm-portfolio .jm-portfolio-img {
  position: relative;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore .readMore {
  border-radius: 50px;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 500;
  font-size: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore .readMore:before {
  content: "\f064";
  font-family: FontAwesome;
  color: #ba004e;
  font-size: 18px;
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore {
  background: rgba(186, 0, 78, 0.7);
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore .readMore {
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  line-height: 60px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore .readMore:before {
  font-size: 22px !important;
}
.jm-portfolio .jm-portfolio-caption .jm-portfolio-title {
  display: block;
  margin: 10px 0 2px;
  display: block;
  text-align: center;
}
.jm-portfolio .jm-portfolio-caption .jm-portfolio-title a {
  color: #000;
  font-family: open_sansregular;
  font-size: 16px;
  font-weight: normal;
}
#sup-accordion .accordion-toggle {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2px;
}
#sup-accordion .accordion-toggle h3 {
  margin: 0px;
  padding: 3px 15px 8px 15px;
  line-height: normal;
}
#sup-accordion .accordion-toggle h3 i:before {
  content: "";
}
#sup-accordion .accordion-toggle h3 a {
  text-decoration: none;
}
#sup-accordion .accordion-toggle h3 span {
  font-family: 'allerbold';
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
}
#sup-accordion .accordion-toggle.open h3 {
  border-bottom: 1px solid #e5e5e5;
}
#sup-accordion .accordion-toggle > div {
  padding: 15px;
}
#spaccordion {
  /* Tabs */
}
#spaccordion .panel-default > .panel-heading {
  background-color: #fff;
}
#spaccordion .panel-group .panel + .panel {
  margin-top: 3px;
}
ul.nav-pills li.active a, ul.nav-pills li:hover a {
  background: #eee !important;
  color: #ba004e;
}
ul.nav-pills li.active a:focus, ul.nav-pills li:hover a:focus {
  color: #ba004e;
}
.shortcode-icon ul {
  padding: 0;
}
.shortcode-icon ul li {
  padding: 5px;
}
.shortcode-icon ul li:hover {
  background: #ba004e;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
}
.shortcode-icon ul li i {
  font-size: 15px;
}
.shortcode-icon ul li i:before {
  padding-right: 8px;
}
.shortcode-icon ul li i span {
  font-family: 'open_sanslight';
}
#mycarousel .carousel-control {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 45%;
  font-size: 34px;
  padding: 2px;
}
#mycarousel .carousel-control.left, #mycarousel #section-header .superhero-dropdown > ul.menu > li.carousel-control, #section-header .superhero-dropdown > ul.menu > #mycarousel li.carousel-control, #mycarousel .view-blog-categories .views-row.carousel-control, .view-blog-categories #mycarousel .views-row.carousel-control, #mycarousel .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b.carousel-control, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn #mycarousel b.carousel-control, #mycarousel .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b.carousel-control, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn #mycarousel b.carousel-control, #mycarousel #jm-pricingTables .jm-pricingItem.carousel-control, #jm-pricingTables #mycarousel .jm-pricingItem.carousel-control, #mycarousel .view-team.view-display-id-block_3 .views-row.carousel-control, .view-team.view-display-id-block_3 #mycarousel .views-row.carousel-control, #mycarousel .view-team-3colum .view-team .views-row.carousel-control, .view-team-3colum .view-team #mycarousel .views-row.carousel-control, #mycarousel .view-team-4colum .view-team .views-row.carousel-control, .view-team-4colum .view-team #mycarousel .views-row.carousel-control, #mycarousel .rtl .close.carousel-control, .rtl #mycarousel .close.carousel-control, #mycarousel .rtl .shortcode-icon ul li i span.carousel-control, .rtl .shortcode-icon ul li i #mycarousel span.carousel-control {
  left: 10px;
}
#mycarousel .carousel-control.right, #mycarousel #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after.carousel-control, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > #mycarousel a:after.carousel-control, #mycarousel #section-top-panel #search-block-form input[type="text"].carousel-control, #section-top-panel #search-block-form #mycarousel input[type="text"].carousel-control, #mycarousel #section-top-panel .region-toppanel-second.carousel-control, #section-top-panel #mycarousel .region-toppanel-second.carousel-control, #mycarousel #section-top-panel .region-toppanel-third.carousel-control, #section-top-panel #mycarousel .region-toppanel-third.carousel-control, #mycarousel .rtl .check-list ul li:before.carousel-control, .rtl .check-list ul #mycarousel li:before.carousel-control, #mycarousel .rtl .breadcrumb a.carousel-control, .rtl .breadcrumb #mycarousel a.carousel-control, #mycarousel .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before.carousel-control, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before.carousel-control, #mycarousel .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before.carousel-control, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before.carousel-control {
  right: 10px;
}
#mycarousel .carousel-control .glyphicon-chevron-left {
  left: 5px;
  top: 2px;
}
#mycarousel .carousel-control .glyphicon-chevron-right {
  right: 5px;
  top: 2px;
}
#mycarousel .carousel-caption {
  font-size: 18px;
  left: 0;
  padding: 15px 0;
  right: 20%;
  width: 100%;
}
.node-page .field-name-body .carousel img {
  border: none;
  padding: 0;
}
#row1, #row2, #row3 {
  margin-bottom: 30px;
  /** Carousel **/
}
#mycarousel .carousel-control {
  background: #fff;
  border: 3px solid #ba004e;
}
#mycarousel .carousel-caption {
  background: #ba004e;
  color: #fff;
}
.getCode {
  /** Gallery **/
}
.getCode .content {
  background: #fafafa;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
}
.portfolio-filters #filters li {
  display: inline-block;
}
.gallery-filters #filters {
  padding: 0px;
}
.gallery-filters #filters li {
  display: inline-block;
}
.gallery-filters #filters li a {
  background-image: -moz-linear-gradient(top, #e2e2e2, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#dedede));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #dedede);
  background-image: -o-linear-gradient(top, #e2e2e2, #dedede);
  background-image: linear-gradient(to bottom, #e2e2e2, #dedede);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'open_sansbold';
  margin: 0 3px !important;
  padding: 1px 10px !important;
  color: #000;
}
.gallery-filters #filters li a.active, .gallery-filters #filters li a:hover {
  background-image: -moz-linear-gradient(top, #59ecff, #00b6ce);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59ecff), to(#00b6ce));
  background-image: -webkit-linear-gradient(top, #59ecff, #00b6ce);
  background-image: -o-linear-gradient(top, #59ecff, #00b6ce);
  background-image: linear-gradient(to bottom, #59ecff, #00b6ce);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border: 1px solid #ba004e;
}
.supperhero-gallery .superhero-gallery-item {
  margin-top: 20px;
}
#mycarousel .carousel-control {
  right: 10px !important;
  /**** Typo ****/
}
.sh-typo h1, .sh-typo h2, .sh-typo h3, .sh-typo h4, .sh-typo h5, .sh-typo h6 {
  font-family: 'open_sanslight';
  font-weight: normal;
  line-height: 1;
  padding: 0;
  color: #333;
}
.sh-bubble cite {
  bottom: -30px;
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
}
.sh-bubble cite span {
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  border-width: 15px !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  border-left-color: rgba(0, 0, 0, 0) !important;
  left: 0;
}
body {
  /* For general iPad layouts */
  /* For portrait layouts only */
  /* For landscape layouts only */
}
body .row {
  margin-left: -15px;
}
body #section-feature .row {
  margin: 0px;
}
body #section-feature .row .region {
  padding: 0px;
}
@media (min-width: 1200px) {
  body .container, body .navbar-static-top .container, body .navbar-fixed-top .container, body .navbar-fixed-bottom .container {
    width: 1090px;
  }
}
@media (max-width: 992px) {
  body body #section-team .block-contents, body body #section-team .block .content, body body #section-content-top .block-contents, body body #section-content-top .block .content, body body #section-bottom .block-contents, body body #section-bottom .block .content, body body.page-node-1605109 #section-bottom .sh-container .row {
    margin: 0 auto;
    max-width: 992px;
    width: 100%;
  }
  body #section-content .region-content {
    clear: both;
  }
  body .page-node-1605109 #section-bottom .block-contents, body .page-node-1605109 #section-bottom .block .content {
    margin: 0 auto;
    width: 100%;
    max-width: 505px;
  }
  body .events-search-box {
    border: 1px solid #fff;
    display: inline-block;
    margin: 1em;
    max-width: 992px;
    padding: 1em;
    width: auto;
  }
  body .events-search-form {
    display: block;
    float: right;
    font-size: 0.9em;
    text-align: center;
    width: auto;
  }
  body #section-user .circle a img, body #section-user img.circle {
    width: 200px !important;
  }
  body #section-user .content img {
    transition: all 300ms ease 0s;
    width: 200px !important;
  }
  body #section-content .main-content-main {
    overflow: visible;
    background: transparent;
  }
  body #section-content .region-sidebar-first .block {
    border-right: none;
  }
  body #section-content .region-sidebar-first .block ul.menu {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  body #section-content .region-sidebar-first .block ul.menu li.leaf {
    display: inline-block;
    margin: 0.5em;
  }
  body .superhero-mobile-menu-toggle {
    position: absolute;
    right: 5px;
    top: -58px;
  }
  body #section-header .container {
    width: auto;
  }
  body #section-header .site-logo {
    padding: 5px 0;
  }
  body #section-header .site-logo a {
    display: block;
    line-height: 60px;
  }
  body #section-header .region-menu {
    width: 100%;
  }
  body li.menu-2012 {
    margin-top: 10px !important;
    position: initial !important;
  }
  body .superhero-dropdown {
    z-index: 20;
    margin: 0px !important;
    font-size: 14px;
    font-weight: normal;
    background: none repeat scroll 0 0 #00b6ce;
  }
  body .superhero-dropdown > ul.menu > li {
    float: inherit !important;
    border-bottom: 1px solid #fff;
  }
  body #section-header .superhero-dropdown ul, body #section-header .superhero-dropdown ul li a, body #section-header .superhero-dropdown ul ul, body #section-header .superhero-dropdown ul ul li, body #section-header .superhero-dropdown ul ul ul, body #section-header .superhero-dropdown ul ul ul li, body #section-header .superhero-dropdown > ul.menu > li:hover, body #section-header .superhero-dropdown > ul.menu > li.expanded > a.active, body #section-header .superhero-dropdown > ul.menu > li > a.active, body #section-header .superhero-dropdown > ul.menu > li > a:hover, body #section-header .superhero-dropdown > ul.menu > li.expanded > a:hover, body #section-header .superhero-dropdown > ul.menu > li.expanded a:hover, body #section-header .superhero-dropdown > ul.menu > li > li, body #section-header .superhero-dropdown > ul.menu > li > a, body #section-header .superhero-dropdown > ul.menu > li a {
    background: #00b6ce;
    color: #fff !important;
    display: block;
  }
  body #section-header .superhero-dropdown > ul.menu > li > a {
    padding: 0;
  }
  body .superhero-dropdown ul li a {
    line-height: 0px;
    height: auto;
    border-bottom: 1px solid #fff !important;
  }
  body .superhero-dropdown ul ul, body .superhero-dropdown ul ul ul {
    margin: 0px 0 0 0px;
    z-index: 5000;
  }
  body .superhero-mobile-menu-toggle {
    position: absolute;
    right: 5px;
    top: -62px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 10px 0 0;
    background: none repeat scroll 0 0 #ba004e;
  }
  body .superhero-mobile-menu-toggle:hover {
    background: #00b6ce;
    color: #fff;
  }
  body .superhero-dropdown .menu-arrow {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1.5px 0 0 0;
    right: 10px;
    top: 0;
    width: 22px;
    height: 22px;
    color: #fc9b18;
  }
  body .superhero-dropdown ul ul ul li {
    height: 22px;
    list-style: none inside none;
    margin: 0;
    position: relative;
  }
  body .superhero-dropdown ul li a {
    padding: 0 0 0 12px !important;
  }
  body .superhero-dropdown ul ul li a {
    padding: 0 0 0 30px !important;
    text-transform: uppercase;
  }
  body .superhero-dropdown ul ul ul li a {
    padding: 0 0 0 48px !important;
    text-transform: none;
  }
  body #section-content .region-sidebar-first .block ul.menu {
    font-size: 12px;
  }
  body body #section-content .region-sidebar-first .block ul.menu li.leaf {
    display: inline-block;
    margin: 0 1em;
  }
  body #section-content .region-sidebar-first .block {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  body #section-footer .socialTops li {
    padding: 0 1em 0 0;
  }
  body .col-xs-12 img {
    margin-bottom: 2em;
  }
  body .col-xs-12 .circle img {
    margin-bottom: 0;
  }
  body #section-footer p {
    text-align: center !important;
  }
  body .view-blog .blogCatInfo, body .jmCategoryBlogItem .blogCatInfo, body .view-blog .blogCatContent, body .jmCategoryBlogItem .blogCatContent {
    width: 100%;
  }
  body .view-blog .blogCatInfo .itemMeta-blog, body .jmCategoryBlogItem .blogCatInfo .itemMeta-blog, body .view-blog .blogCatContent .itemMeta-blog, body .jmCategoryBlogItem .blogCatContent .itemMeta-blog, body .view-blog .blogCatInfo .itemImg-blog, body .jmCategoryBlogItem .blogCatInfo .itemImg-blog, body .view-blog .blogCatContent .itemImg-blog, body .jmCategoryBlogItem .blogCatContent .itemImg-blog {
    width: 100%;
    margin-bottom: 20px;
  }
  body .view-blog .blogCatInfo .itemBody-blog, body .jmCategoryBlogItem .blogCatInfo .itemBody-blog, body .view-blog .blogCatContent .itemBody-blog, body .jmCategoryBlogItem .blogCatContent .itemBody-blog {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body li.menu-1725 {
    margin-top: 0px !important;
  }
  body .views-row.Part .views-field-nothing .left, body .views-row.Part .views-field-nothing #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > body .views-row.Part .views-field-nothing li, body .views-row.Part .views-field-nothing .view-blog-categories .views-row, .view-blog-categories body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn body .views-row.Part .views-field-nothing b, body .views-row.Part .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn body .views-row.Part .views-field-nothing b, body .views-row.Part .views-field-nothing #jm-pricingTables .jm-pricingItem, #jm-pricingTables body .views-row.Part .views-field-nothing .jm-pricingItem, body .views-row.Part .views-field-nothing .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .view-team-3colum .view-team .views-row, .view-team-3colum .view-team body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .view-team-4colum .view-team .views-row, .view-team-4colum .view-team body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .rtl .close, .rtl body .views-row.Part .views-field-nothing .close, body .views-row.Part .views-field-nothing .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i body .views-row.Part .views-field-nothing span, body .views-row.Part .views-field-nothing .right, body .views-row.Part .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > body .views-row.Part .views-field-nothing a:after, body .views-row.Part .views-field-nothing #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form body .views-row.Part .views-field-nothing input[type="text"], body .views-row.Part .views-field-nothing #section-top-panel .region-toppanel-second, #section-top-panel body .views-row.Part .views-field-nothing .region-toppanel-second, body .views-row.Part .views-field-nothing #section-top-panel .region-toppanel-third, #section-top-panel body .views-row.Part .views-field-nothing .region-toppanel-third, body .views-row.Part .views-field-nothing .rtl .check-list ul li:before, .rtl .check-list ul body .views-row.Part .views-field-nothing li:before, body .views-row.Part .views-field-nothing .rtl .breadcrumb a, .rtl .breadcrumb body .views-row.Part .views-field-nothing a, body .views-row.Part .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row body .views-row.Part .views-field-nothing a:before, body .views-row.Part .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row body .views-row.Part .views-field-nothing a:before {
    margin-top: 12px;
    width: auto !important;
    float: left !important;
  }
  body .news-content {
    max-width: 439px;
  }
  body li.menu-1646 {
    float: left !important;
    overflow: inherit !important;
  }
  body li.menu-899 {
    position: inherit;
  }
  body li.menu-918 {
    position: inherit;
  }
  body li.menu-2692 {
    position: inherit;
  }
  body li.menu-2693 {
    position: inherit;
  }
  body li.menu-2694 {
    position: inherit;
  }
  body li.menu-2801 {
    position: inherit;
  }
  body li.menu-2012 {
    position: inherit;
    margin-top: 10px !important;
  }
  body #section-bottom2 {
    height: auto;
  }
  body #section-bottom2 .region .block h2 {
    font-size: 14px;
    line-height: 1.25em;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  body .attendee-guide-left, body .attendee-guide-right, body .facility-guide-content-right, body .facility-guide-content-left {
    display: block;
    float: left;
    width: 100%;
  }
  body .cut {
    display: none;
  }
  body .col-xs-12.col-lg-3 {
    text-align: center;
    /* Hero Backgrounds */
  }
  body .hero {
    height: auto;
    vertical-align: middle;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  body .hero h1 {
    color: #fff;
    margin-top: 10%;
    margin-bottom: 10%;
    font-weight: bold;
    font-size: 3em;
  }
  body .node-type-meet-me-site .hero h2 {
    font-size: 1.5em;
  }
  body .coupon-video, body .green-video, body .iframe-video {
    display: block;
    float: right;
    width: 100%;
    text-align: center;
  }
  body .coupon-content, body .green-content, body .green-left {
    padding-left: 0em;
    width: 100%;
    padding-bottom: 2em;
  }
  body .front #section-bottom2 {
    -webkit-background-size: 1120px;
    -moz-background-size: 1120px;
    -o-background-size: 1120px;
    background-size: 1120px;
  }
  body #section-bottom2 {
    -webkit-background-size: 1120px;
    -moz-background-size: 1120px;
    -o-background-size: 1120px;
    background-size: 1120px;
  }
  body .big-shot {
    display: none;
  }
  body .facility-guide-content-right {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 2em;
  }
  body #section-team .block-contents, body #section-team .block .content {
    width: 100%;
    padding: 0 1em;
  }
  body #section-team .region .block.call-action {
    background-image: none;
    padding-bottom: 60px !important;
  }
  body .call-to-action-content {
    float: left;
    width: 100%;
  }
  body #section-team .region .block.orange-bg.destination {
    background-image: none;
    padding-bottom: 60px !important;
  }
  body #section-bottom2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body #section-footer ul.menu > li.expanded {
    width: 25%;
    margin-bottom: 0.75em;
  }
  body .address {
    clear: both;
    float: left;
  }
  body .market-planner-login .content-left {
    width: 100%;
  }
  body .hero.facility {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .hero.attendees {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .hero.exhibitors {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .hero.events {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .hero.meetingplanners {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .hero.san-diego {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .hero.services {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: 150%;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
  }
  body .superhero-mobile-menu-toggle {
    position: absolute;
    right: 5px;
    top: -58px;
  }
  body.home-creative2 #section-postcontent .prefix {
    padding: 0 25px 0 70px;
  }
  body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe {
    padding: 30px 0;
  }
  body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email {
    width: 330px;
  }
  body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email .#edit-email {
    width: 100%;
  }
  body #section-footer .mail-support .content p {
    text-align: center !important;
  }
  body .premium-search p {
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  body .webform-client-form #webform-component-name {
    float: inherit;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (device-width: 768px) {
  body #hero h1, body #hero h2, body #hero h3 {
    font-weight: normal;
  }
  body .news-content {
    max-width: 439px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  body #hero #buttonbar {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
  }
  body #section-user .style-box-user h3 {
    font-size: 1.2em;
  }
  body #hero h1, body #hero h2, body #hero h3 {
    font-weight: normal;
  }
  body #hero h1 {
    font-size: 36px;
  }
  body #hero h2 {
    font-size: 30px;
  }
  body #hero video {
    height: 480px;
    position: absolute;
    top: 60px;
  }
  body .region-team-first {
    text-align: center;
  }
  body .col-lg-4 img, body .col-lg-5 img, body .col-lg-6 img, body .col-lg-7 img {
    margin-bottom: 1.5em;
  }
  body .col-lg-4 .site-logo img, body .col-lg-5 .site-logo img, body .col-lg-6 .site-logo img, body .col-lg-7 .site-logo img {
    width: 200px;
  }
  body .col-lg-4 .circle img, body .col-lg-5 .circle img, body .col-lg-6 .circle img, body .col-lg-7 .circle img {
    margin-bottom: 0em;
  }
  body .premium .views-field-nothing {
    width: 60%;
  }
  body .news-content {
    max-width: 300px;
  }
  body #section-bottom2 .region .block h2 {
    color: #f0a82f;
    font-size: 18px;
    line-height: 24px;
    margin-top: 2em;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  body #hero h1, body #hero h2, body #hero h3 {
    font-weight: normal;
  }
  body #hero h1 {
    font-size: 40px;
  }
  body #hero h2 {
    font-size: 34px;
  }
  body #hero video {
    height: 750px;
    position: absolute;
    top: 0px;
  }
  body #hero .novideo {
    height: 750px;
    position: absolute;
    top: 60px;
  }
  body #section-bottom2 .region .block h2 {
    color: #f0a82f;
    font-size: 24px;
    line-height: 30px;
    margin-top: 2.35em;
  }
  body #hero #buttonbar {
    text-align: center;
    display: inline-block;
    margin-top: 0px;
  }
  body .site-logo img {
    width: 200px;
  }
  body .front #section-bottom2 {
    -webkit-background-size: 1540px;
    -moz-background-size: 1540px;
    -o-background-size: 1540px;
    background-size: 1540px;
  }
  body #section-bottom2 {
    -webkit-background-size: 1540px;
    -moz-background-size: 1540px;
    -o-background-size: 1540px;
    background-size: 1540px;
  }
}
@media (max-width: 768px) {
  body .region-team-first, body .region-content .content {
    text-align: center;
  }
  body ul.plus li, body #block-system-main .content .field-name-body ul li {
    text-align: left;
  }
  body .field-name-static-sdccc-address strong, body .field-label-inline .field-label, body .field-label-inline .field-items {
    text-align: left;
  }
  body #section-footer .region-footer-second .content p, body #section-footer .region-footer-second p .content p, body #section-footer .region-footer-second .content div, body #section-footer .region-footer-second p .content div {
    text-align: center !important;
  }
  body .socialTops {
    text-align: center;
  }
  body #section-footer .socialTops li {
    padding: 0 0.5em;
  }
  body #block-block-51 .socialTops li {
    margin: 0 0.5em 0.5em;
  }
  body .view-blog.view-display-id-page .views-field-title, body .view-blog.view-display-id-block_3 .views-field-title {
    clear: both;
  }
  body .view-blog.view-display-id-block_3 .views-field-field-image {
    width: 100%;
    text-align: center;
  }
  body .view-blog.view-display-id-block_3 .views-field-field-image img {
    margin: 0 0 1em;
  }
  body .inline-search-box, body .sign-in-block {
    background: none repeat scroll 0 0 #eceeed;
    display: block;
    float: left;
    padding: 1em;
    width: 100%;
    margin: 0 0 1em 0;
  }
  body .inline-search-box input, body .sign-in-block input {
    height: 36px;
    padding: 0 0.5em;
    width: 182px;
  }
  body .inline-search-box .views-exposed-widget.views-submit-button {
    padding: 5px 0;
    width: 100%;
  }
  body .hotels-search .views-widget select {
    width: 115%;
  }
  body .hotels-search .form-type-select .controls, body .hotels-search .inline-search-box input {
    width: 100%;
  }
  body .hotels-search .views-exposed-form .views-exposed-widget {
    padding: 0.5em 0;
  }
  body .market-planner-login .btn {
    width: 100%;
    margin-right: 0;
  }
  body .hotels-search .col-xs-12 {
    padding: 1em 0;
  }
  body img.meet-the-team {
    float: right;
    margin-top: 0em;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  body #section-header .region-menu {
    z-index: 20;
    margin-top: -30px;
  }
  body .superhero-dropdown.open {
    margin-top: 20px;
    max-height: 10000px;
    z-index: 6000;
  }
  body .col-lg-4 img, body .col-lg-5 img, body .col-lg-6 img, body .col-lg-7 img {
    margin-bottom: 1.5em;
  }
  body .col-lg-4 .circle img, body .col-lg-5 .circle img, body .col-lg-6 .circle img, body .col-lg-7 .circle img {
    margin-bottom: 0em;
  }
  body .site-logo img {
    width: 220px;
  }
  body .centerplate li.two {
    display: none;
  }
  body .centerplate li.three {
    display: none;
  }
  body .centerplate li.four {
    display: none;
  }
  body .centerplate li.five {
    display: none;
  }
  body .directory {
    padding: 1em !important;
  }
  body .front #section-bottom2 {
    -webkit-background-size: 800px;
    -moz-background-size: 800px;
    -o-background-size: 800px;
    background-size: 800px;
  }
  body #section-bottom2 {
    -webkit-background-size: 800px;
    -moz-background-size: 800px;
    -o-background-size: 800px;
    background-size: 800px;
    /*.front #section-feature video {
    -webkit-background-size: 768px;
  -moz-background-size: 768px;
  -o-background-size: 768px;
  background-size: 768px;
}*/
  }
  body #section-team .region .block.what-to-do {
    /* background-size: 1600px;
  -webkit-background-size: 1200px;
  -moz-background-size: 1200px;
  -o-background-size: 1200px;*/
    padding-top: 60px;
  }
  body #section-team region .block.what-to-do .block-contents, body #section-team region .block.what-to-do .content {
    padding-top: 60px;
    /*
.front #section-team .region .block.what-to-do {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
    -webkit-background-size: 1200px;
  -moz-background-size: 1200px;
  -o-background-size: 1200px;
  background-size: 1200px;

}*/
  }
  body #section-team .region .block.attendee-parking {
    background-image: none;
    background-color: #dedede;
  }
  body #section-team .region .block.gray-bg.attendee-guide {
    padding-bottom: 60px;
  }
  body .node-type-blog #section-latest {
    background: url(/sites/default/files/layout/connectionheader800.jpg) no-repeat center;
    height: 65px;
  }
  body .webform-client-form #webform-component-name {
    width: 100%;
    margin-bottom: 10px;
  }
  body .webform-client-form #edit-submitted-name, body .webform-client-form #edit-submitted-email {
    width: 150px;
  }
  body .sh-testimonial .bx-viewport {
    height: auto;
  }
  body .sh-testimonial .views-field-field-image {
    float: left;
    width: 40%;
  }
  body .sh-testimonial .views-field-field-job-title {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) {
  body.rtl .col-md-1, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12 {
    float: right;
  }
}
@media (max-width: 767px) {
  body #hero video {
    height: 56vw;
    position: absolute;
    top: -5px;
  }
  body #hero .novideo {
    height: 56vw;
    position: fixed;
    top: 60px;
    background: url(/sites/default/files/layout/dusk-770.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body .premium .views-field-nothing {
    width: 60%;
  }
  body .site-logo img {
    width: 220px;
  }
  body #section-postcontent {
    text-align: center;
  }
  body .view-news-releases.view-id-news_releases .views-field-title {
    font-size: 1.35em;
  }
  body .view-news-releases.view-id-news_releases .views-field-field-image {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  body .view-news-releases.view-id-news_releases .views-field-nothing {
    display: block;
    float: left;
    overflow: auto;
  }
  body .view-news-releases.view-id-news_releases .views-field-nothing h3 {
    font-size: 20px;
  }
  body .view-id-news_releases.view-display-id-page img {
    margin: 0 0 1em;
  }
  body .view-id-news_releases.view-display-id-block_3 img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #ccc;
  }
  body #section-footer p {
    text-align: center !important;
  }
  body .directory .content a {
    padding: 70px 0 0;
    background-size: 50px;
  }
  body .portfolio-text {
    padding-top: 20px;
  }
  body .region-content-top-2 {
    width: 100%;
  }
  body.rtl .col-md-1, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12 {
    float: inherit;
  }
  body.rtl #section-header .col-md-1, body.rtl #section-header .col-md-2, body.rtl #section-header .col-md-3, body.rtl #section-header .col-md-4, body.rtl #section-header .col-md-5, body.rtl #section-header .col-md-6, body.rtl #section-header .col-md-7, body.rtl #section-header .col-md-8, body.rtl #section-header .col-md-9, body.rtl #section-header .col-md-10, body.rtl #section-header .col-md-11, body.rtl #section-header .col-md-12 {
    float: right;
  }
  body.home-creative2 #section-user .region .block {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  body .form-type-select .controls {
    width: 180px;
  }
  body .views-widget select {
    width: 200px;
  }
  body .premium img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  body .author-callout img {
    margin-right: 0;
    margin-top: 1em;
  }
  body .site-logo img {
    width: 220px;
  }
  body .jmCategoryBlogItem a.readMore {
    display: block;
    margin-bottom: 10px !important;
  }
  body #views-exposed-form-events-page .views-widget input {
    height: 40px;
    padding: 8px;
    width: 228px;
  }
  body .region.region-content-top-2.col-sm-4.col-md-4.col-lg-4 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  body .region-content-top-1 {
    padding-right: 0;
  }
  body .premium .views-field-nothing {
    width: 100%;
    text-align: center;
  }
  body .premium .views-field-field-image, body .premium .views-field-body, body .premium .views-field-nothing, body .premium .premium-wrapper, body .premium .location-wrapper, body .premium .details-wrapper, body .premium .views-field-title, body .premium .locality-block {
    margin: 0 0 5px;
    width: 100%;
    text-align: center;
  }
  body .premium .neighborhood, body .premium .street-block {
    margin: 0 0 5px;
    text-align: center;
    float: center;
    display: inline-block;
    float: none;
  }
  body .premium .neighborhood, body .premium .street-block, body .premium .locality-block {
    display: inline-block;
    float: center;
    margin-right: 5px;
    text-align: center;
  }
  body .views-row.Part {
    padding: 1em 0;
  }
  body .view-blog-categories .views-row {
    padding: 0px;
  }
  body.home-creative2 #section-postcontent .prefix {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-email {
    margin: 10px 0px 15px 0;
    max-width: 100%;
  }
  body #hero .novideo {
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 639px) {
  body #section-user {
    background-image: url("/sites/default/files/layout/curve-bg-top-640.png");
  }
  body .news-images {
    display: block;
    float: none;
  }
  body .view-id-blog.view-display-id-block_2 img {
    margin: 0 0 2em 0;
  }
  body #section-postcontent .news-content h3 {
    font-size: 24px;
  }
  body .view-id-events.view-display-id-block_1 .views-field-title a {
    font-size: 24px;
  }
  body body .news-content {
    max-width: 600px;
  }
  body .hero-fixed-height {
    margin-top: 2em;
  }
  body .site-logo img {
    width: 200px;
  }
  body #section-content .view-blog-categories .views-row, body .node-article-details .itemViewMeta, body .node-article-details .itemViewContent {
    width: 100%;
  }
  body .directory .content div {
    width: 48%;
  }
  body #section-footer ul.menu > li.expanded {
    width: 46%;
    margin-bottom: 1em;
  }
  body .socialTops {
    float: left;
  }
  body .hero h1 {
    font-size: 1em;
  }
  body .node-type-meet-me-site .hero h2 {
    font-size: 0.65em;
  }
  body #section-top-panel .region-toppanel-third {
    padding: 0 0 0 0;
  }
  body .node-article {
    padding: 0px;
  }
  body .node-article-details .itemViewContent {
    padding: 0;
    margin-top: 20px;
  }
  body .view-display-id-page_1 .views-row {
    margin-bottom: 20px;
  }
  body .node-article-details {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  body .region-logo {
    display: block;
    width: 75%;
  }
  body .btn-primary, body button, body .btn.form-submit, body input[type="submit"], body input[type="button"], body submit, body a.jm-btn, body #edit-submit, body #edit-preview, body .btn-primary:focus, body button:focus, body input[type="submit"]:focus, body input[type="button"]:focus, body submit:focus, body a.jm-btn:focus {
    width: 100%;
  }
  body #block-views-exp-blog-page-2 .views-widget input#edit-keys, body #block-views-exp-blog-page-2 .views-widget input#edit-combine {
    width: 100%;
  }
  body #views-exposed-form-blog-page-2 .views-exposed-widget.views-submit-button {
    right: 20px;
  }
  body #hero video {
    height: 56vw;
    position: absolute;
    top: 50px;
  }
  body .body #hero .novideo {
    height: 56vw;
    position: absolute;
    top: 55px;
    background: url(/sites/default/files/layout/dusk-480.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body th.views-field-field-event-date-1 {
    width: 77px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding-left: 0;
  }
  body #section-header .region-menu {
    z-index: 20;
    margin-top: -20px;
  }
  body #edit-date-filter-wrapper .views-widget {
    margin-left: 0;
  }
  body #edit-date-filter-1-wrapper .form-item-date-filter-1-value-date #edit-date-filter-1-value-datepicker-popup-1 {
    margin-right: 0;
    width: 228px;
  }
  body #edit-date-filter-min-datepicker-popup-1, body #edit-date-filter-max-datepicker-popup-1 {
    width: 110px !important;
  }
  body .events-search-title {
    margin: 0 0 12px;
    width: 100%;
    text-align: center;
  }
  body .events-search-box .views-exposed-widgets label {
    line-height: 20px;
    margin-top: 0.5em;
  }
  body .events-search-box .views-exposed-widgets label[for=edit-date-filter] {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    content: "Or select a date range below";
  }
  body .events-search-box .views-exposed-widgets label[for=edit-date-filter-min], body .events-search-box .views-exposed-widgets label[for=edit-date-filter-max] {
    width: 60px;
  }
  body .view-id-events .views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0;
  }
  body .view-id-events.view-display-id-page th.views-field-title, body .view-id-events.view-display-id-page_2 th.views-field-title {
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #000;
  }
  body .view-id-events.view-display-id-page .view-content td, body .view-id-events.view-display-id-page_2 .view-content td {
    line-height: 1.2em;
    padding: 20px 10px;
    vertical-align: top;
  }
  body .view-id-events.view-display-id-page .view-content .views-row-first td, body .view-id-events.view-display-id-page_2 .view-content .views-row-first td {
    padding-top: 20px;
  }
  body .view-id-events.view-display-id-page .view-content td.views-field-field-event-date-1, body .view-id-events.view-display-id-page_2 .view-content td.views-field-field-event-date-1 {
    padding: 20px 0;
  }
  body .view-id-events.view-display-id-page .views-field-field-event-date-1 > span, body .view-id-events.view-display-id-page_2 .views-field-field-event-date-1 > span {
    background: none repeat scroll 0 0 #eee;
    font-size: 1em;
    height: 75px;
    line-height: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
  }
  body .view-id-events.view-display-id-page .views-field-title span, body .view-id-events.view-display-id-page_2 .views-field-title span {
    font-size: 0.85em;
  }
  body .view-id-events.view-display-id-page .views-field-title span > span, body .view-id-events.view-display-id-page_2 .views-field-title span > span {
    color: #000;
  }
  body .view-id-events.view-display-id-page .views-field-title span > span:after, body .view-id-events.view-display-id-page_2 .views-field-title span > span:after {
    display: block;
    content: '';
    clear: both;
  }
  body #section-user {
    padding: 60px 0;
  }
  body .site-logo img {
    width: 200px;
  }
  body .views-row.Part, body .views-row.Unpa {
    padding: 1em 0 1.5em;
    text-align: center;
  }
  body .premium .views-field-title {
    clear: both;
    display: block;
    font-size: 24px;
  }
  body #section-content-top .block-contents, body #section-content-top .block .content {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    text-align: center;
  }
  body .views-row.Part .views-field-field-image, body .views-row.Part .views-field-nothing .left, body .views-row.Part .views-field-nothing #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > body .views-row.Part .views-field-nothing li, body .views-row.Part .views-field-nothing .view-blog-categories .views-row, .view-blog-categories body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn body .views-row.Part .views-field-nothing b, body .views-row.Part .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn body .views-row.Part .views-field-nothing b, body .views-row.Part .views-field-nothing #jm-pricingTables .jm-pricingItem, #jm-pricingTables body .views-row.Part .views-field-nothing .jm-pricingItem, body .views-row.Part .views-field-nothing .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .view-team-3colum .view-team .views-row, .view-team-3colum .view-team body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .view-team-4colum .view-team .views-row, .view-team-4colum .view-team body .views-row.Part .views-field-nothing .views-row, body .views-row.Part .views-field-nothing .rtl .close, .rtl body .views-row.Part .views-field-nothing .close, body .views-row.Part .views-field-nothing .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i body .views-row.Part .views-field-nothing span, body .views-row.Part .views-field-nothing .right, body .views-row.Part .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > body .views-row.Part .views-field-nothing a:after, body .views-row.Part .views-field-nothing #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form body .views-row.Part .views-field-nothing input[type="text"], body .views-row.Part .views-field-nothing #section-top-panel .region-toppanel-second, #section-top-panel body .views-row.Part .views-field-nothing .region-toppanel-second, body .views-row.Part .views-field-nothing #section-top-panel .region-toppanel-third, #section-top-panel body .views-row.Part .views-field-nothing .region-toppanel-third, body .views-row.Part .views-field-nothing .rtl .check-list ul li:before, .rtl .check-list ul body .views-row.Part .views-field-nothing li:before, body .views-row.Part .views-field-nothing .rtl .breadcrumb a, .rtl .breadcrumb body .views-row.Part .views-field-nothing a, body .views-row.Part .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row body .views-row.Part .views-field-nothing a:before, body .views-row.Part .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row body .views-row.Part .views-field-nothing a:before, body .views-row.Unpa .views-field-nothing .left, body .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > body .views-row.Unpa .views-field-nothing li, body .views-row.Unpa .views-field-nothing .view-blog-categories .views-row, .view-blog-categories body .views-row.Unpa .views-field-nothing .views-row, body .views-row.Unpa .views-field-nothing .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn body .views-row.Unpa .views-field-nothing b, body .views-row.Unpa .views-field-nothing .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn body .views-row.Unpa .views-field-nothing b, body .views-row.Unpa .views-field-nothing #jm-pricingTables .jm-pricingItem, #jm-pricingTables body .views-row.Unpa .views-field-nothing .jm-pricingItem, body .views-row.Unpa .views-field-nothing .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 body .views-row.Unpa .views-field-nothing .views-row, body .views-row.Unpa .views-field-nothing .view-team-3colum .view-team .views-row, .view-team-3colum .view-team body .views-row.Unpa .views-field-nothing .views-row, body .views-row.Unpa .views-field-nothing .view-team-4colum .view-team .views-row, .view-team-4colum .view-team body .views-row.Unpa .views-field-nothing .views-row, body .views-row.Unpa .views-field-nothing .rtl .close, .rtl body .views-row.Unpa .views-field-nothing .close, body .views-row.Unpa .views-field-nothing .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i body .views-row.Unpa .views-field-nothing span, body .views-row.Unpa .views-field-nothing .right, body .views-row.Unpa .views-field-nothing #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > body .views-row.Unpa .views-field-nothing a:after, body .views-row.Unpa .views-field-nothing #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form body .views-row.Unpa .views-field-nothing input[type="text"], body .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-second, #section-top-panel body .views-row.Unpa .views-field-nothing .region-toppanel-second, body .views-row.Unpa .views-field-nothing #section-top-panel .region-toppanel-third, #section-top-panel body .views-row.Unpa .views-field-nothing .region-toppanel-third, body .views-row.Unpa .views-field-nothing .rtl .check-list ul li:before, .rtl .check-list ul body .views-row.Unpa .views-field-nothing li:before, body .views-row.Unpa .views-field-nothing .rtl .breadcrumb a, .rtl .breadcrumb body .views-row.Unpa .views-field-nothing a, body .views-row.Unpa .views-field-nothing .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row body .views-row.Unpa .views-field-nothing a:before, body .views-row.Unpa .views-field-nothing .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row body .views-row.Unpa .views-field-nothing a:before, body .views-row.Part h3.partner {
    display: block;
    float: left;
    clear: both;
    width: 100% !important;
    text-align: center;
  }
  body .hero-fixed-height .btn-primary {
    display: none;
  }
  body #hero h1 {
    font-size: 1.25em;
    margin-top: 45px;
  }
  body #hero h2 {
    font-size: 1em;
  }
  body .directory h2 {
    font-size: 2.5em;
  }
  body #section-bottom2 .region .block {
    height: auto;
    padding: 1em 0;
  }
  body .directory .content a {
    background-position: 0 50%;
    background-size: 40px auto;
    padding: 10px 0 11px 50px;
  }
  body .directory .content div {
    width: 60%;
    margin-bottom: 1.2em;
    font-size: 1.2em;
    text-align: center;
  }
  body #contact-site-form input[type="text"] {
    width: 100%;
  }
  body .view-team.view-display-id-block_3 .views-row {
    width: 100%;
  }
  body .viewTeam {
    padding: 20px 0px;
  }
  body .node-article-details h2.TitleCatItem {
    width: 100%;
  }
  body .node-article-details span.itemViewDate {
    margin-bottom: 15px;
  }
  body .webform-client-form #webform-component-name {
    width: 100%;
    margin-bottom: 12px;
  }
  body .webform-client-form #webform-component-name #edit-submitted-name {
    max-width: 200px;
    width: 200px;
  }
  body .webform-client-form #webform-component-email #edit-submitted-email {
    max-width: 200px;
    width: 200px;
  }
  body .superhero-portfolio #filters li {
    margin-bottom: 10px;
  }
}
@media (min-width: 360px) and (max-width: 640px) {
  body #jm-pricingTables .jm-pricingItem {
    width: 50%;
    margin: 20px 0;
  }
  body .site-logo img {
    width: 220px;
  }
  body #hero p {
    display: none;
  }
}
@media (max-width: 360px) {
  body body #hero .novideo {
    height: 56vw;
    position: absolute;
    top: 50px;
    background: url(/sites/default/files/layout/dusk-360.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body .node-type-meet-me-site .hero h2 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.95em;
    margin-bottom: 0;
    margin-top: 10px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  body body .hero h1 {
    font-size: 1.5em;
    /*.front #section-feature video {
    -webkit-background-size: 360px;
  -moz-background-size: 360px;
  -o-background-size: 360px;
  background-size: 360px;

}*/
  }
  body #hero #buttonbar {
    margin-top: -10px;
  }
  body .site-logo img {
    width: 150px;
  }
  body .directory .content div {
    width: 80%;
  }
  body .directory h2 {
    font-size: 1.85em;
  }
  body .views-row.Part .views-field-nothing {
    overflow: visible;
  }
  body #hero p {
    display: none;
  }
  body .node-article-details span.itemViewDate {
    margin-bottom: 15px;
  }
  body .view-team .bx-wrapper .bx-viewport {
    margin: 20px 35px;
  }
  body #jm-pricingTables .jm-pricingItem {
    width: 100%;
    margin: 20px 0;
  }
  body.home-creative2 #section-postcontent #newsletter-subscribe-form {
    width: 100%;
  }
  body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email {
    width: 100%;
  }
  body.home-creative2 #section-postcontent .prefix {
    height: inherit;
    line-height: inherit;
  }
}
