body {
  width: 100% !important;
  overflow-x: hidden;
  height: 0;
}
/*input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}*/
a {
  color: #003D78;
}
a:hover {
  color: #0079c1;
  text-decoration: none;
}
.container-nav, .contained .container, .contianer-footer, .container-blog, .container-press-release, .container-portfolio {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0px 15px;
}
.contained-sandbox-sub .container{
  max-width: 970px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0px 15px;
  position: relative;
  left: -7px;
}

.contained-sandbox-sub-ir .container{
  max-width: 950px;
  width: 88%;
  margin: 0 auto !important;
  padding: 0px 6%;
}
.main-content {
  overflow: hidden;
  width: 100% !important;
}
ul {
  padding: 0;
  margin: 0;
}
/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 1030px) {
  .container-nav, .contained .container, .contianer-footer, .container-blog, .container-press-release, .container-portfolio, .contained-sandbox-sub .container{ 
    width: 91%;
  }
  .engage-header-content .container {
    width: 95%;
  }
}
@media (min-width: 1000px) {
  .contact-contained .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0px 15px;
  }
}

/*********************************************Header styles********************************************/
@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?58518543');
  src: url('/font/fontello.eot?58518543#iefix') format('embedded-opentype'),
       url('/font/fontello.woff?58518543') format('woff'),
       url('/font/fontello.ttf?58518543') format('truetype'),
       url('/font/fontello.svg?58518543#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontello-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-linkedin:before { content: '\e800'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */

.top-grey-bar {
  background: #999999;
  height: 30px;
}
.top-grey-bar-contents ul li {
  display: inline-block;
}
.top-grey-bar-contents ul li a {
  color: #666666;
}
.top-grey-bar-contents ul li a:hover {
  color: #0068CC;
}
i {
  font-size: 14px !important;
}
.fa {
  font-size: 17px !important;
  position: relative;
  top: 2px;
}
.top-grey-bar-contents ul {
  float: right;
  margin: 0;
  padding: 5px 0 0 10px;
}
.top-grey-bar-contents button {
  float: right;
  background: #666;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 5px 0;
    height: 18px;
    width: 18px;
    position: relative;
}
.top-grey-bar-contents button i {
  font-size: 12px !important;
  position: absolute;
  top: 3px;
    right: 4px;
  color: #cccccc;
}
.top-grey-bar-contents input {
  float: right;
  font-size: 14px;
  margin: 5px 0;
  border: none;
  background: #cccccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
nav {
  border-bottom: 6px solid #eaeaea;
  height: 46px;
}
.nav-contents img {
  float: left;
  position: absolute;
    z-index: 113;
}
.fa-bars {
  display: none !important;
}
.menu, .sandbox-menu {
  float: right;
  margin: 0;
}
.menu li, .sandbox-menu li {
  display: inline-block;
  padding: 16px 0;
}
.menu li a, .sandbox-menu li a {
  font-family: arial;
    padding-left: 18px;
    font-size: .8em;
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
}
.menu li a:hover, .sandbox-menu li a:hover {
  color: #0079c1;
}
.current_page_item  a, .current-menu-parent a, .single-blog #menu-item-581 a, .single-press #menu-item-524 a {
  color: #0079c1 !important;
  font-weight: bold;
}
.sub-menu .current_page_item a, .sub-menu li a {
  font-weight: normal !important;
  color: #666666 !important;
}

.sub-menu {
  display: none;
  position: absolute;
  background: #eaeaea;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  top: 76px;
  z-index: 9;
}
#menu-about-menu {
  display: block;
} 
.logged-in .sub-menu {
  top: 108px;
}
#menu-main-menu li:hover > .sub-menu {
  display: block;
}
.sub-menu li:nth-last-child(1) {
  border-bottom: none;
}
.sub-menu li {
  display: block ;
  border-bottom: 2px solid #fff;
  padding: 4px 15px 4px 15px;
}
.sub-menu li a {
    padding: 7px;
    font-size: .75em ;
    text-transform: capitalize ;
    text-decoration: none ;
    width: 100%;
}
.sub-menu li:hover {
  background: #0079c1;
}
.sub-menu li:hover a{
  color: #fff !important;
}
.sub-menu li a:hover {
  color: #fff;
}
.menu li:after, .sandbox-menu li:after {
  padding-left: 18px;
  content: "|";
  color: #666666;
}
.sub-menu li:nth-child(1) {
  padding-top: 0;
}
.sub-menu li:nth-child(1):before {
  content: url("img/white-triangle.png");
  display: block;
  padding-left: 7px;
}
.sub-menu li:after {
  padding-left: 0 ;
  content: "" ;
}
.menu li:nth-last-child(1):after, .sandbox-menu li:nth-last-child(1):after {
  padding-left: 0px;
  content: "";
}
.main-menu-mobile {
  font-family: Helvetica;
}
@media (min-width: 635px) and (max-width: 768px) {
  .home-fifty-small-right-top {
    margin-top: 13px;
  }
} 
/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 925px) {
  #menu-main-menu {
    font-size: .8em;
  }
}
@media (max-width: 820px) {
  .menu {
    display: none;
  }
  .mobile-menu-show {
    display: block;
  }
  .fa-bars {
    display: block !important;
    float: right;
    font-size: 1.5em !important;
    padding-top: 12px;
    color: #666;
    cursor: pointer;
    text-transform: capitalize;
  }

/*MOBILE BLOG STYLES*/

  .menu {
    float: none;
    position: absolute;
    top: 79px;
    right: 15px;
    z-index: 112;
    background: #eaeaea;
    width: 180px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 112% !important;
  }
  .menu-item-850:before {
    content: url("img/white-triangle.png");
    display: block;
    text-align: center;
    position: relative;
    top: -11px;
  }
  #menu-about-menu li:nth-child(2):before, #menu-news-menu li:nth-child(2):before, #menu-services-menu li:nth-child(2):before, #menu-portals-tools li:nth-child(2):before {
    content: url("img/white-triangle.png");
    display: block;
    padding-left: 7px;
    top: -1px;
    position: relative;
  }
  .logged-in .menu {
    top: 109px;
  }
  .menu li {
    display: block;
    padding: 7px 0;
    border-bottom: 2px solid #fff;
  }
  .menu li:after {
    content: none;
  }
  .menu .menu-item-has-children {
    padding-bottom: 0 !important;
  }
  .sub-menu li:hover {
    background: transparent;
  }
  .sub-menu li:hover a{
    color: #0079c1 !important;
  }
  .sub-menu li a:hover {
    color: #0079c1;
  }
  .sub-menu {
    position: inherit;
    display: block;
    background: #d8d8d8;
    border-top: 2px solid #fff;
    margin-top: 9px;
    padding-bottom: 9px;
  }
  .sub-menu li {
    padding-left: 25px;
    border: none;
  }
  .sub-menu li:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 4px !important;
  }
  .sub-menu li:nth-child(1):before {
    content: none;
  }
  .sub-menu .current_page_item a {
    color: #0079c1 !important;
  }
}
@media (max-width: 782px) {
  .logged-in .menu {
    top: 123px;
  }
}
@media (max-width: 1030px) {
  .top-grey-bar-contents input {
    font-size: 10px !important;
  }
}
@media (max-width: 650px) {
  .nav-contents img { 
    width: 140px;
    height: auto;
    margin-top: 12px;
  }

  .top-grey-bar-contents button {
    width: 12px !important;
  }
  .top-grey-bar-contents button i {
    right: 11px;
  }
}
/**************************************************HOME PAGE STYLES*********************************************/
.wpb_row {
  margin-bottom: 0 !important;
}
.ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner {
  top: 50%;
}
.ss_slide_item_2, .ss_slide_item_3, ..ss_slide_item_4 {
  background-position: 0% 50% !important;
}
.ss_slide_item_1 {
  background-position: 0% 50% !important;
}
@media (max-width: 700px) {
  .ss_slide_item_1 {
    background-attachment: fixed;
  }
}
.ss_slide_content_inner {
  text-align: left !important;
}
.ss_slide_content_inner p {
  color: #fff;
  display: block;
  margin: 0;
  /*width: 70%;*/
}
.ss_slide_content_inner p:nth-child(1) {
  float: left;
  width: 130px;
  height: 200px;
  padding-left: 60px;
  padding-top: 8px;
}
/*.ss_slide_content_inner p:nth-child(2,3,2) {
  float: left;
  width: 75%;
}*/
.ss_slide_content_inner p:nth-child(2) {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  vertical-align: top;
  margin-left: 10px;
  line-height: 120%;
}
.ss_slide_item_1 .ss_slide_content_inner p:nth-child(2) {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  vertical-align: top;
  margin-left: 10px;
  line-height: 100%;
  padding-bottom: 5px;
}
.ss_slide_content_inner p:nth-child(3) {
  font-size: 17px;
  line-height: 30px;
}
/*.ss_slide_item_1 .ss_slide_content_inner p:nth-child(3) {
  width: 527px;
}*/
.ss_slide_item_1 .ss_slide_content_inner p:nth-child(3) {
  width: 680px;
}
@media (max-width: 740px) {
  .ss_slide_item_1 .ss_slide_content_inner p:nth-child(3) {
    margin: 0 auto !important;
  }
}
@media (max-width: 570px) {
  .ss_slide_item_1 .ss_slide_content_inner p:nth-child(3) {
    width: 100%;
  }
}
.ss_slide_content_inner p:nth-child(4) a, .ss_slide_content_inner p:nth-child(4) button {
  background: transparent !important;
  border: solid #0079c1 2px !important;
  color: #0079c1 !important;
  padding: 7px 10px !important;
  margin-right: 0 !important;
  float: right !important;
  margin-top: 15px !important;
  font-size: 14px;
  /*margin-left: 280px !important;*/
}
/*.ss_slide_item_1 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_1 .ss_slide_content_inner p:nth-child(4) button, .ss_slide_item_2 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_2 .ss_slide_content_inner p:nth-child(4) button {
  background: rgba(255, 255, 255, .5) !important;
}*/
.ss_slide_item_3 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_3 .ss_slide_content_inner p:nth-child(4) button {
  background: rgba(0, 121, 193, .5) !important;
}
.ss_slide_item_4 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_4 .ss_slide_content_inner p:nth-child(4) button {
  background: rgba(237, 163, 66, .5) !important;
}

.ss_slide_content_inner p:nth-child(4) a span, .ss_slide_content_inner p:nth-child(4) button span {
  background: transparent !important;
  -ms-transition: none;
  -webkit-transition: none;
  moz-transition: none;
  transition: none;
}
.ss_slide_content_inner p:nth-child(4) a:hover, .ss_slide_content_inner p:nth-child(4) button:hover {
  padding: 7px 11px !important;
  background: transparent !important;
}
@media (min-width: 741px) {
  .ss_slide_item_3 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_3 .ss_slide_content_inner p:nth-child(4) button {
    margin-left: 210px !important;
    float: none !important
  }
  .ss_slide_item_4 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_4 .ss_slide_content_inner p:nth-child(4) button {
    margin-left: 300px !important;
    float: none !important
  }
  .ss_slide_item_2 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_2 .ss_slide_content_inner p:nth-child(4) button {
    margin-left: 420px !important;
    float: none !important;
  }
  /*.ss_slide_item_1 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_1 .ss_slide_content_inner p:nth-child(4) button {
    margin-left: 220px !important;
    float: none !important;
  }*/
  .ss_slide_item_1 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_1 .ss_slide_content_inner p:nth-child(4) button {
    margin-left: 480px !important;
    float: none !important;
  }
}
@media (max-width: 740px) {
  .ss_slide_content_inner p:nth-child(2) {
    margin-left: 0;
  }
  .ss_slide_content_inner {
    text-align: center !important;
  }
  .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner {
    top: 42%;
  }

  .ss_slide_content_inner p:nth-child(1) {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .ss_slide_content_inner p {
    color: #fff;
    display: block;
    margin: 0 !important;
    width: 100%;
  }
  .ss_slide_content_inner p:nth-child(4) a, .ss_slide_content_inner p:nth-child(4) button {
    float: none !important;

  }
}
@media (max-width: 535px) {
  .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner {
    top: 40%;
  }
}
@media (max-width: 500px) {
  .ss_sa_left, .ss_sa_right {
    display: none;
  } 
  
}
/*.ss_slide_item_2 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_2 .ss_slide_content_inner p:nth-child(4) button {
  margin-left: 120px !important;
}
.ss_slide_item_3 .ss_slide_content_inner p:nth-child(4) a, .ss_slide_item_3 .ss_slide_content_inner p:nth-child(4) button {
  margin-left: 240px !important;
}*/
.ss_button, .ss_button:hover {
  background-color: rgba(0,0,0,.5) !important;
  padding: 10px 15px;
}
.ss_container .ss_slider .ss_slide_item {
  height: 415px;
}
/*.home-page-slider img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1580px) {
  .home-page-slider img {
    width: auto;
    height: 500px;
  }
}
.vc_images_carousel .vc_carousel-indicators li {
  margin-bottom: 80px !important;
}
.home-page-slider-header {
  position: relative; 
  z-index: 9;
  bottom: 400px;
  left: 100px;
}
.home-page-slider-header img {
  position: absolute;
    right: 0;
    top: 0;
}
.home-page-slider-header p {
  margin: 13px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 37px;
}
.home-page-slider-heading {
  margin-bottom: 10px !important;
}
.home-page-slider-button {
  display: block !important;
  margin-right: 134px
}
.home-page-slider-button button {
  background-color: rgba(0,0,0,.5) !important;
  color: #f17020 !important;
  border-color: # !important;
  float: right;
}*/
/*END SLIDER STYLES*/

.three-col-content {
  position: relative;
  top: -89px;
}
.three-col-content .container, .three-col-content .container .vc_column_container {
  height: 0;
}
.three-col-content-headers {
  margin-bottom: 0 !important;
}
.gray-triangle {
  border-top: 7px solid #666666;
  text-align: center;
  margin-bottom: 30px !important;
}
.create-small, .plan-small {
  display: none;
} 
.three-col-header {
  color: #fff;
  font-family: arial;
  font-size: 24px;
  text-align: center;
  background: rgba(0,0,0,.5);
  padding: 10px 0 20px 0;
  border-bottom: 2px solid #666666;
}
.three-col-header-img {
  border-bottom: none;
  padding: 0;
  height: 18px;
}
.three-col-header p, .stay-in-touch-header-text p {
  margin: 0 !important;
  position: relative;
  top: 0px;
  height: 28px;
}
.three-col-header img, .stay-in-touch-header img {
  position: relative;
  top: -33px;
}
.three-col-header-green {
  border-top: 3px solid #a4cd39;
}
.three-col-header-blue {
  border-top: 3px solid #0079c1;
}
.three-col-header-orange {
  border-top: 3px solid #f17020;
}
.grey-column {
  background: #eaeaea;
}
.three-col-para {
  color: #03405f;
  padding: 35px 10% 20px;
  background: transparent;
  position: relative;
  top: -1px;
  margin-bottom: 20px !important;
}
.three-col-content-para {
  padding-bottom: 30px;
  font-size: 14.5px;
}
.three-col-content-para .three-col-section .wpb_wrapper {
  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* Opera */ 
  background-image: -o-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #EAEAEA));

  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #fff 0%, #EAEAEA 100%);

  box-shadow: 4px -2px 11px -11px rgba(0, 0, 0, 0.8), -4px -2px 11px -11px rgba(0, 0, 0, 0.8);

}
.button-col-left .wpb_wrapper, .button-col-right .wpb_wrapper {
  box-shadow: none !important;
}
.three-col-content-para .three-col-para .wpb_wrapper {
  background-image: none;
  box-shadow: none;
}

.three-col-content-para .wpb_wrapper p {
  margin-top: 0;
}
.gray-triangle p {
  height: 0;
}
.three-col-separator {
  margin-bottom: 12px !important;
}
.three-col-content-para-button, .three-col-content-para-button-2 {
  width: 100%;
    height: auto;
    margin-bottom: 10px !important;
    text-align: center;
    display: block !important;
}
.three-col-content-para-button button, .three-col-content-para-button-2 button, .three-col-content-para-button a, .three-col-content-para-button-2 a {
    padding: 7px 10px !important;
    text-align: center;
    clear: left;
    display: inline-block;
    margin: 0 auto;
    border: solid transparent 2px !important;
}
.three-col-content-para-button-2-right button, .three-col-content-para-button-2-right a {
  border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.button-container .container {
  width: 90%;
}
.button-col-left {
  padding-right: 1px !important;
}
.button-col-right {
  padding-left: 1px !important;
}
.button-col-left .wpb_wrapper {
  background-image: none !important;
}
.button-col-right .wpb_wrapper {
  background-image: none !important;
}
.three-col-content-para-button-2-left button, .three-col-content-para-button-2-left a {
  border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 88.5px;
}
.para-button-green button:hover, .para-button-green a:hover  {
  background-color: transparent !important;
  border: solid #a4cd39 2px !important;
  color: #a4cd39 !important;
}
.para-button-green-sandbox button:hover, .para-button-green-sandbox a:hover  {
  background-color: #a4cd39 !important;
  color: #fff !important;
}
.para-button-blue button:hover, .para-button-blue a:hover {
  background-color: transparent !important;
  border: solid #0079c1 2px !important;
  color: #0079c1 !important;
}
.para-button-orange button:hover, .para-button-orange a:hover{
  background-color: transparent !important;
  border: solid #f17020 2px !important;
  color: #f17020 !important;
}
.wpb_wrapper a:hover {
  color: #0079c1;
}
.para-button-green-sandbox button, .para-button-green-sandbox a {
  background-color: transparent !important;
  border: solid #a4cd39 2px !important;
  color: #a4cd39 !important;
}
.para-button-green button, .para-button-green a {
  background-color: #a4cd39 !important;
}
.para-button-blue button, .para-button-blue a {
  background-color: #0079c1 !important;
}
.para-button-orange button, .para-button-orange a{
  background-color: #f17020 !important;
}
.social-section {
  /*padding-bottom: 30px !important;
*/}
.col-2-header {
  font-size: 20px;
  margin-bottom: 8px !important;
  color: #666666;
}
.bxslider-home li {
  position: relative;
  padding-bottom: 8.25%;
  padding-top: 25px;
  height: 0;
}
.bxslider-home li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-section .video-insights-home-container {
  display: block !important;
}
.social-section .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 90%;
}
.social-section .bx-prev {
  left: 25%;
}
.social-section .bx-next {
  right: 20%;
}
.social-section .bx-wrapper {
  margin-top: 16px;
  position: relative;
  left: -15px;
}
.video-home {
  margin-bottom: 16px
}
.recent-post-col {
  height: 315px;
}
.news-link {
  color: #003D78;
  font-size: 15px;
  position: relative;
  bottom: 0;
} 

.news-link a {
  text-decoration: none;
  color: #003D78;
}
.video-link {
  color: #999999;
  font-size: 15px;
} 
.video-link a {
  text-decoration: none;
  color: #003D78;
}
.video-link p {
  margin: 0;
} 

.recent-posts-titles {
  display: none;
}
.recent-posts a {
  text-decoration: none;
  color: #0079c1;
  font-size: 14.5px;
}
.recent-posts a:hover {
  color: #003D78;
}
.recent-posts p {
  border-bottom: 2px solid #ebebeb !important;
  margin: 0;
  padding: 8px 0;
}
.recent-posts p:nth-child(1) {
  padding-top: 0;
}

.social-buzz-header {
  font-size: 20px;
  background: #0079c1;
  color: #fff;
  text-align: center;
  margin: 15px 0 0 0 !important;
  padding: 10px 0;
  clear: both;
}
.social-buzz-header p {
  margin: 0;
}
.blue-triangle {
  text-align: center;
  display: block;
  position: relative;
  top: -1px;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.blue-triangle p {
  margin-top: 0 !important;
}
.facebook-feed-section {
  height: 0;
  margin-bottom: 0 !important; 
}
.facebook_feed {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  /*box-shadow: 6px 0 18px -14px rgba(0, 0, 0, 0.8), -6px 0 18px -14px rgba(0, 0, 0, 0.8);*/
}
.twitter_feed {
  padding: 0 0 60px 0;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  /*box-shadow: 6px 0 18px -14px rgba(0, 0, 0, 0.8), -6px 0 18px -14px rgba(0, 0, 0, 0.8);*/
}
.fbmessage-title, .twmessage-title {
  color: #666666;
  font-size: 13px;
  margin: 0;
  padding: 0 15px 0 0 !important;
}
.fbmessage-title i, .twmessage-title i {
  color: #0079c1;
  margin-left: .2em;
}
.fbmessage, .twmessage {
  color: #0079c1;
  font-size: 14px;
  margin: 5px 0;
  padding: 0 20px;
}
.twmessages {
  padding-top: 10px;
}
.fbmessage a, .twmessage a {
  color: #003D78;
}
.fbmessage a:hover, .twmessage a:hover {
  color: #001D3A;
}
.fbmessages div:nth-child(1) {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 5px;
}

.grey-column {
  margin-bottom: 0 !important;
}
.shepard-promise {
  padding-top: 20px;
}
.shepard-promise-text {
  color: #7c7b7b;
  font-size: 14.5px;
}
.shepard-promise-text a {
  font-size: 15px;
  text-decoration: none;
  color: #003D78;
}
.stay-in-touch-section {
  padding-bottom: 30px;
}
.stay-in-touch-header {
  color: #fff;
  text-align: center;
  background-color: #999999;
  margin-top: 40px;
  margin-bottom: 0px !important;
  font-size: 24px;
  padding-bottom: 12px;
  height: 10px;
}
.stay-in-touch-header-text {
  color: #fff;
  text-align: center;
  background-color: #999999;
  margin-bottom: 0px !important;
  font-size: 24px;
  padding-bottom: 12px;
}
.stay-in-touch-header img {
  top: -21px;
}
.stay-in-touch-header .wpb_wrapper p, .stay-in-touch-header-text .wpb_wrapper p {
  margin: 0;
} 
.stay-in-touch-triangle {
  margin-bottom: 10px !important;
}
.stay-in-touch-text {
  color: #03405f;
  padding: 10px 2%;
  padding-top: 0;
  margin: 0;
  font-size: 14.5px;
  margin-bottom: 0 !important;
} 
.home-contact-header .container{
  padding-left: 0 !important;
  padding-right: 0 !important;  
}
.home-contact-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-contact-header {

  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* Opera */ 
  background-image: -o-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #EAEAEA));

  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #fff 0%, #EAEAEA 100%);

  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #fff 0%, #EAEAEA 100%);

  box-shadow: 4px -2px 11px -11px rgba(0, 0, 0, 0.8), -4px -2px 11px -11px rgba(0, 0, 0, 0.8);

  height: 180px;
}
.wp-image-430 {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px !important;
 }
.stay-in-touch-text .wpb_wrapper p {
  margin: 0;
}
.clear-div {
  clear: both;
}
/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 920px) {
  .social-section .bx-prev {
    left: 15%;
  }
  .social-section .bx-next {
    right: 10%;
  }
}
@media (min-width: 768px) and (max-width: 825px) {
  .fbmessage-title, .twmessage-title {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .create-large, .plan-large {
    display: none;
  }
  .create-small, .plan-small {
    display: block;
    margin-bottom: 0 !important;
  }
  .create-small .wpb_wrapper, .plan-small .wpb_wrapper {
    background-image: none !important;
  }
  .three-col-section {
    margin-bottom: 25px;
  }
  .stay-in-touch-text {
    margin-top: 15px;
  }
  .button-col-left, .button-col-right {
    width: 45% !important;
    padding: 1px !important;
    float: left;
  }
  .social-section .bx-wrapper .bx-pager {
    width: 95%;
  }
  .button-container .container {
    padding: 0 !important;
    width: 100%;
  }
  .recent-post-col {
    height: auto;
  }
  .three-col-content-para {
    padding-bottom: 0;
  }
  .recent-post-col {
    margin-top: 7px;
  }
  .video-link {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 635px) and (max-width: 768px) {
  .home-fifty-small-left {
    float: left;
    width: 55% !important;
    padding: 5px 0 5px 20px;
  }
  .home-fifty-small-right {
    float: right;
    width: 35% !important;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 635px) {
  .button-col-left {
    margin-left: 5%;
  }
}
@media (min-width: 450px) and (max-width: 768px) {

  .home-fifty-small-left-2 {
    float: left;
    width: 48% !important;
    padding: 5px 0 5px 20px;
  }
  .home-fifty-small-right-2 {
    float: right;
    width: 48% !important;
    padding: 0 20px 0 0;
  }
  .three-col-para {
    margin-top: 15px !important;
  }
  

  .home-contact-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
}
@media (max-width: 650px) {
  .home-fifty-small-left-2 {
    float: left;
    width: 100% !important;
    padding: 5px 0 20px 20px;
  }
  .home-fifty-small-right-2 {
    float: left;
    width: 105% !important;
    padding: 0 20px 20px 0;
    margin: 0 0 0 -10px;
  }
  .col-2-header {
    margin-bottom: 30px !important;
  }
  .recent-post-col {
    background: #eaeaea;
    padding-left: 30px !important;  
  }
}
/***************************************************LEADERSHIP TEAM PAGE******************************************************/

.header-image {
  height: 172px;
  border-bottom: 6px solid #eaeaea;
}

.header-image .vc_single_image-wrapper {
  width: 100%;
  min-height: 145px !important;
}
.header-image img {
  width: 100%;
  min-height: 172px !important;
  max-height: 172px !important;
  float: right;
}
.header-image-banner {
  height: auto;
  border-bottom: 6px solid #eaeaea;
}

.header-image-banner .vc_single_image-wrapper {
  width: 100%;
}
.header-image-banner img {
  width: 100%;
  float: right;
}
.header-image-sub img {
  max-height: none !important;
  width: 100%;
}
.header-image-sub .vc_single_image-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.headline-container {
  margin: 0 !important;
  height: 0px;
}
.headline-container .container {
  height: 0px;
}
.headline {
  position: relative;
  right: -15px;
  top: -145px;
  float: right;
  color: #fff;
  font-size: 2em;
  font-style: italic;
  height: 0;
}
@media (max-width: 615px) {
  .headline {
    top: -185px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .headline p {
    text-align: center;
  }
  .headline img {
    margin: 0 auto;
    width: 50px;
    height: auto;
    display: block;
  }
}
.headline .wpb_text_column p:last-child,  .headline *:last-child {
  vertical-align: middle;
}
.blog-sidebar ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
#menu-about-menu, #menu-news-menu, #menu-services-menu, #menu-portals-tools {
  position: absolute;
  background: #eaeaea;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  top: -2px;
  left: 0;
  z-index: 9;
  border: 1px solid #eaeaea;
  margin: 0 !important;
  width: 90%;
}
#menu-news-menu {
  position: relative;
  width: auto;
  left: -9px;
  margin-bottom: 30px !important;
  width: 96%;
}
#menu-about-menu li:nth-last-child(1), #menu-news-menu li:nth-last-child(1), #menu-services-menu li:nth-last-child(1), #menu-portals-tools li:nth-last-child(1){
  border-bottom: none;
}
#menu-about-menu li a, #menu-news-menu li a, #menu-services-menu li a, #menu-portals-tools li a {
  color: #666 !important;
}
#menu-about-menu li, #menu-news-menu li, #menu-services-menu li, #menu-portals-tools li {
  display: block ;
  border-bottom: 2px solid #fff;
  padding: 4px 15px 4px 22px;
  margin: 0 !important;
}
#menu-about-menu li a, #menu-news-menu li a, #menu-services-menu li a, #menu-portals-tools li a {
    padding: 7px 7px 7px 0;
    font-size: .75em ;
    text-transform: capitalize ;
    text-decoration: none ;
    width: 100%;
}
#menu-about-menu li:hover, #menu-news-menu li:hover, #menu-services-menu li:hover, #menu-services-menu .current-menu-item, #menu-portals-tools li:hover, #menu-portals-tools .current-menu-item, #menu-news-menu .current-menu-item, #menu-about-menu .current-menu-item, .single-blog #menu-item-581, .single-press #menu-item-524, .single-article #menu-item-780 {
  background: #0079c1 !important;
}
#menu-about-menu li:hover a, #menu-news-menu li:hover a, #menu-services-menu li:hover a, #menu-services-menu .current-menu-item a, #menu-portals-tools li:hover a, #menu-portals-tools .current-menu-item a,  #menu-news-menu .current-menu-item a, #menu-about-menu .current-menu-item a, .single-blog #menu-item-581 a, .single-press #menu-item-524 a, .single-article #menu-item-780 a {
  color: #fff !important;
}
#menu-about-menu li:nth-child(1), #menu-news-menu li:nth-child(1), #menu-services-menu li:nth-child(1), #menu-portals-tools li:nth-child(1) {
  background: #fff;
}
#menu-about-menu li:nth-child(1):hover, #menu-news-menu li:nth-child(1):hover, #menu-services-menu li:nth-child(1):hover, #menu-portals-tools li:nth-child(1):hover {
  background: #fff !important;
}
#menu-about-menu #menu-item-521 a, #menu-news-menu #menu-item-526 a, #menu-services-menu #menu-item-972 a, #menu-portals-tools #menu-item-1401 a {
  font-family: arial;
  font-size: .9em;
  color: #0079c1 !important;
  text-transform: uppercase;
  text-decoration: none;
}
/*#menu-about-menu .current_menu_item a, #menu-news-menu .current_menu_item a {
  font-family: arial;
  font-size: .9em;
  color: #0079c1 !important;
  text-transform: uppercase;
  text-decoration: none;
}*/

#menu-about-menu li:nth-child(2), #menu-news-menu li:nth-child(2), #menu-services-menu li:nth-child(2), #menu-portals-tools li:nth-child(2) {
  padding-top: 0;
}
#menu-about-menu li:nth-child(2):before, #menu-news-menu li:nth-child(2):before, #menu-services-menu li:nth-child(2):before, #menu-portals-tools li:nth-child(2):before {
  content: url("img/white-triangle.png");
  display: block;
  padding-left: 7px;
}
#menu-about-menu li:after, #menu-news-menu li:after, #menu-services-menu li:after, #menu-portals-tools li:after {
  padding-left: 0 ;
  content: "" ;
}

/*******************************************************BLOG STYLES***********************************************************/
.breadcrumbs {
  color: #666;
  margin-top: 25px;
  font-size: 14px;
}
.divider {
  padding: 0 3px;
}
.previous a {
  color: #666;
  text-decoration: none;
}
.current {
  text-decoration: underline;
}
.container-blog {
  display: block;
}

/*SIDEBAR STYLES*/
.blog-sidebar {
  float: left;
  width: 23.5%;
  display: block;
  margin-bottom: 50px;
}
.blog-sidebar ul li a, .blog-sidebar li a  {
  text-decoration: none;
  color: #7c7b7b;
}
.blog-sidebar li a:hover {
  color: #0079c1;
}
.blog-sidebar ul li, .blog-sidebar li {
  list-style-type: none;
  margin: 15px 0;
}
.blog-sidebar ul {
  padding-left: 0;
}

/*BLOG POSTS STYLES*/
.blog-posts h2 {
  color: #515151;
  margin: 30px 0;
  font-style: italic;
}
.blog-posts h5 {
  color: #515151;
  margin: 15px 0;
}
.blog-sidebar h5 {
  color: #515151;
  margin: 15px 0;
  font-style: italic;
  font-size: 16px;
}
.blog-posts {
  float: right;
  width: 70%;
  display: block;
}
.blog-post-left {
  float: left;
  width: 48%;
  clear: left;
  display: block;
}
.blog-post-right {
  float: right;
  width: 48%;
  display: block;
}
.post-header {
  height: 180px;
  background-size: cover;
}
.post-header a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.post-header a:hover {
  display: block;
  text-decoration: none;
  color: #fff !important;
}
.post-header h3{
  text-align: center;
  height: 0px;
  padding: 25% 5%;
  margin: 0;
}
.post-content {
  padding: 5%;
  border: 1px solid #eaeaea;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
}
.post-content a {
  color: #003D78;
  text-decoration: none;
  font-size: 13px;
}
.post-content a:hover {
  color: #0079c1;
}
.post-content p {
  color: #7c7b7b;
  font-size: 13px
}
.pagination {
  text-align: right;
  float: right;
  clear: both;
  margin: 5px 0 20px 0;
}
.pagination a {
  text-decoration: none;
  color: #666;
}
/*********************SINGLE BLOG POST**********************************/

.post-header-single {
  text-align: center;
  margin: 40px 0 0 0;
  padding: 15px 0;
  background: #0079c1;
  color: #fff;
}
.post-header-single h3 {
  text-align: left;
  margin: 0 5%;
}
.post-content-single {
  padding: 20px;
  border: none;
}
.post-content-single span{
  clear: both;
}
.post-content-single img {
  max-width: 150px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}
.post-content-single-para {
  float: left;
  margin-bottom: 10px;
}
.post-content-single-para p {
  margin: 0;
}
.comment-list {
  list-style: none;
}
.comment-body {
  color: #7c7b7b;
}
.author-name {
  color: #0079c1;
  font-weight: bold;
}
#author, #email, #comment {
  background: #eaeaea;
  border: none;
}
#author, #email {
  width: 60%;
  height: 40px;
}
#author::-webkit-input-placeholder, #email::-webkit-input-placeholder {
   padding-left: 10px;
}
#comment {
  width: 100%;
  height: 200px;
}
#comment::-webkit-input-placeholder  {
  padding: 10px;
}
.reply {
  text-align: left;
}
.reply a {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-weight: normal;
}
#reply-title {
  color: #515151;
}
.logged-in-as, .form-allowed-tags {
  color: #7c7b7b;
}
.form-allowed-tags {
  font-weight: bold;
  font-size: 14px !important;
}
.form-allowed-tags code {
  font-weight: normal;
}
.logged-in-as a {
  color: #0079c1;
  text-decoration: none;
}
.form-submit input {
  color: #fff;
  background: #0079c1;
  border-radius: 5px;
  padding: 5px 20px !important;
  border: 2px #0079c1 solid;
}
.form-submit input:hover {
  color: #0079c1;
  background: #fff;
  border-radius: 5px;
  padding: 5px 20px !important;
  border: 2px #0079c1 solid;
}
.form-submit {
  margin-bottom: 30px;
}
/*==============================PAGE MEDIA QUIRES======================================*/

@media (max-width: 900px) {
  .blog-sidebar {
    display: none;
  }
  .blog-posts {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .blog-post-left, .blog-post-right {
    float: left;
    width: 100%;
  }
}
/**************************************************PRESS RELEASES STYLES******************************************************/
/*SIDEBAR STYLES*/
.press-release-sidebar {
  float: left;
  width: 23.5%;
  display: block;
}
.press-release-sidebar ul li a, .press-release-sidebar li a  {
  text-decoration: none;
  color: #7c7b7b;
}
.press-release-sidebar ul li a:hover, .press-release-sidebar li a:hover  {
  color: #0079c1;
}
.press-release-sidebar ul li, .press-release-sidebar li {
  list-style-type: none;
  margin: 15px 0;
}
.press-release-sidebar ul {
  padding-left: 0;
}
.press-release-sidebar h5 {
  color: #515151;
  margin: 15px 0;
  font-style: italic;
  font-size: 16px;
}
.press-release-sidebar #menu-news-menu {
  top: -1px;
}

/*BLOG POSTS STYLES*/
.press-releases h2 {
  color: #515151;
  margin: 30px 0;
  font-style: italic;
}
.press-releases h5 {
  color: #515151;
  margin: 0 0 15px 0;
}
.press-releases {
  float: right;
  width: 70%;
  display: block;
}
.press-release-header {
  padding: 20px 0;
  margin-top: 30px;
  background:  #a4cd39;
}
.press-releases div:nth-child(odd) .press-release-header {
  background:  #a4cd39;
}
.press-releases div:nth-child(even) .press-release-header {
  background:  #0079c1;
}
.press-release-header a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.press-release-header a:hover {
  color: #fff !important;
}
.press-release-header h3{
  text-align: left;
  margin: 0 5%;
}
.press-release-content {
  padding: 5%;
  border: 2px solid #eaeaea;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
}
.press-release-content p {
  color: #7c7b7b;
  font-size: 13px;
}
.press-release-content a {
  color: #003D78;
    text-decoration: none;
}
.press-release-content a:hover {
  color: #0079c1;
}
/*.pagination {
  text-align: right;
  float: right;
  clear: both;
  margin: 5px 0 20px 0;
}
.pagination a {
  text-decoration: none;
  color: #666;
}*/
/*********************SINGLE PRESS RELEASE**********************************/

.post-header-single {
  text-align: center;
}
.post-content-single {
  padding: 20px;
  border: none;
}
.comments-area {
  clear: both;
}

/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 900px) {
  .press-release-sidebar {
    display: none;
  }
  .press-releases {
    width: 100%;
    float: left;
  }
  .press-release {
    padding-left: 0 !important;
  }
}



/*****************************************************PORTFOLIO STYLES********************************************************/
.association-standard, .association-management, .aisle-signs, .kiosks, .directionals, .registration, .entrance-units, .corportate, .exhibit-solutions-rentals, .exhibit-solutions-custom {
  display: none;
}
.portfolio-text-container {
  padding-left: 0 !important;
}
.portfolio-text p {
  margin: 0;
  color: #7c7b7b;
}
.portfolio-cat-buttons {
  text-align: right;
  padding-right: 30px !important;
  margin-bottom: 10px;
}
.portfolio-cat-button {
  margin-bottom: 8px !important;
}
.portfolio-cat-buttons button, .portfolio-cat-buttons a{
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background-color: #0079c1 !important;
  border: solid #0079c1 2px !important;
}
.portfolio-cat-buttons button:hover, .portfolio-cat-buttons a:hover {
  background-color: transparent !important;
  color: #0079c1 !important;

}
.portfolio-items {
  margin: 30px 0 0 15px;
}
.porfolio-main-content {
  margin-bottom: 100px;
}
.portfolio-item {
  width: 25%;
  float: left;
  display: block;
  position: relative;

}
.portfolio-image-container {
  /*padding: 0 15px;*/
  margin: 15px 15px 0 0;
  padding-left: 0;
  clear: left;
}
/*.portfolio-items div:nth-child(4n+4) .portfolio-image-container {
  padding-right: 0;
}*/
.portfolio-item img {
  width: 100%;
  max-width: 233px;
  height: 100%;
  /*height: auto;*/
}
/*.portfolio-item img:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:1;
    transition: all 1s;
    -webkit-transition: all 1s;
}*/
.img-caption {
  color: #fff;
  /*position: relative; 
  display: none; 
  height:0;
  text-align: center;*/
  position: absolute;
    top: 16px;
    width: 94% !important;
    height: 90%;
    background-color: rgba(0, 104, 204, 0.5);
    display: none;
}
.img-caption div {
  position: relative; 
  display: block; 
  height: 0;
  text-align: center;
  top: 30%;
}
.portfolio-image-container a:hover > .img-caption {
  display: block;
}
.img-caption .fa-plus-circle {
  font-size: 50px !important;
}
.img-caption div em {
  margin-top: 10px;
  display: block;
}

/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 1029px) {
  .portfolio-cat-buttons { 
    padding-right: 0 !important;
  }
}
@media (max-width: 960px) {
  .portfolio-image-container {
    margin: 15px 3% 0 0;
  }
  .img-caption {
    width: 97% !important;
      height: 90%;
    }
}
@media (max-width: 768px) {
  .portfolio-cat-buttons { 
    margin-top: 30px;
    margin-right: 15px !important;
  }
  .portfolio-item {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .portfolio-item {
    width: 49%;
  }
  .portfolio-item img {
    max-width: none;
  }
}
@media (max-width: 401px) {
  .portfolio-item {
    width: 100%;
  }
  .img-caption {
    width: 97% !important;
      height: 92%;
    }
  
}
/*******************************************************SANDBOX STYLES*********************************************************/
.sandbox-header {
  background-size: cover;
  background-position: 50% 0% !important;
}
#menu-sandbox-menu .current-menu-item a {
  color: #a4cd39;
}
#menu-sandbox-menu li a:hover {
  color: #a4cd39;
}
.sandbox-engage-page, .sandbox-resource-page, .sandbox-articles-page, .sandbox-academy-page {
  display: none;
}
.engage-header-right, .sandbox-right {
  padding-right: 31px !important;
}
.sandbox-right-facebook {
  width: 33% !important;
  padding-left: 26px !important;
  float: right;
}
.press-preview-header .wpb_wrapper, .blog-highlights-header .wpb_wrapper, .video-insights-header .wpb_wrapper, .bx-wrapper {
  padding-left: 21px;
}
.sandbox-headline {
  font-size: 40px;
  color: #0079c1;
  margin-bottom: 0 !important;
  margin-top: 75px;
}
.sandbox-headline-text {
  margin-bottom: 30px !important;
}
.sandbox-headline-text p {
  margin-top: 0;
  color: #666;

}
.sandbox-headline-text a {
  background-color: transparent !important;
}
.engage-header-content {
  background: #fff;
  margin: 0 !important;
}
.engage-header-content .vc_col-sm-8{
  padding-left: 0 !important;
}
.engage-header-content .container {
  width: 99%;
  padding: 0 22px;
}
.sandbox-engage {
  background: rgba(0,0,0,.7);
  padding: 10px 0;
}
.sandbox-engage p {
  font-size: 25px;
  margin-top: 0 !important;
  color: #fff;
}
.sandbox-engage p a {
  position: relative;
  top: 4px;
}
.sandbox-engage {
  margin-bottom: 0 !important;
}
.sandbox-mobile-menu {
  display: none;
}
.sandbox-header ul {
  text-align: center;
  width: 100%;
  background: #eaeaea;
}
.sandbox-header ul li {
  padding: 7px 0;
}
.sandbox-header ul:before {
  content: url("img/black-triangle.png");
  display: block;
  margin: 0 auto;
  opacity: .95;
}
.sandbox-header ul li:nth-child(1) a {
  padding-left: 0;
}
.sandbox-header-button button, .sandbox-header-button a {
  margin-bottom: 15px !important;
}
.sandbox-content-articles-header {
  font-size: 23px;
  color: #515151;
  margin-bottom: 10px !important;
}
.search-mobile {
  display: none !important;
}
.industry-articles-function {
  margin: 0 !important;
}
.industry-article {
  clear: both;
  border-bottom: 2px solid #ebebeb !important;
  height: 78px;
  width: 100%;
  display: table;
}
.industry-article-3 {
  border: none !important;
}

.industry-header {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.industry-header h3 {
  margin: 5px  0 !important;
}
.industry-header h3 a {
  text-decoration: none;
  color: #0079c1;
}
.industry-header h3 a:hover {
  color: #003D78;
}
.industry-header h3 {
  font-size: .9em;
  color: #0079c1;
}
.industry-header p, .industry-header p a {
  margin: 5px 0;
  color: #818080 !important;
  font-size: 15px;
  text-decoration: none;
}
.sandbox-content-articles-button {
  text-align: center;
  clear: both;
  display: block !important;
  margin-left: 19px;
}
.sandbox-content-articles-button button, .sandbox-content-articles-button a {
  background-color: #868585 !important;
  color: #fff !important;
  padding: 7px 16px !important;
  border: solid transparent 2px !important;
}
.sandbox-content-articles-button button:hover, .sandbox-content-articles-button a:hover {
  color: #868585 !important;
  background: transparent !important;
  border: solid #868585 2px !important;
}
.screen-reader-text {
  display: none;
}
.sandbox-content-academy-img {
  margin-bottom: 0 !important;
  position: relative;
  bottom: -4px;
}
.sandbox-search {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 0 !important;
  padding-bottom: 11px;
  display: block;
  position: relative;
  right: 0;
}
.sandbox-search input {
  background: #eaeaea;
}
.sandbox-search button {
  
}
.sandbox-content-questions-header {
  background: #818080;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.sandbox-content-questions-header p {
  margin: 0 !important;
  position: relative;
  top: 0px;
  height: 28px;
}
.sandbox-content-questions-header img {
  position: relative;
  top: -21px;
}
.sandbox-content-questions-content {
  font-size: 13px;
  color: #03405f;
  padding-bottom: 18px !important;
  margin-bottom: 0 !important;
  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #EAEAEA 0%, #fff 100%);

  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #EAEAEA 0%, #fff 100%);

  /* Opera */ 
  background-image: -o-linear-gradient(top, #EAEAEA 0%, #fff 100%);

  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAEAEA), color-stop(1, #fff));

  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #EAEAEA 0%, #fff 100%);

  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #EAEAEA 0%, #fff 100%);
}
.sandbox-content-questions-content, .vc_separator, .sandbox-content-button {
  border-left: 1px solid rgba(81, 81, 81, .2);
  border-right: 1px solid rgba(81, 81, 81, .2);
}
.sandbox-content-questions-content p {
  margin: 0 !important;
}
.sandbox-content-questions-separator {
  padding: 0 5% 7px 5%;
  margin-bottom: 0 !important;
}
.sandbox-content-button {
  padding-bottom: 7px;
  margin-bottom: 0px !important;
}
.sandbox-content-button button, .sandbox-content-button a {
  padding: 7px 16px !important;
  background-color: #f17020 !important;
  border: solid transparent 2px !important;
}
.sandbox-content-button button:hover, .sandbox-content-button a:hover {
  border: solid #f17020 2px !important;
  background: transparent !important;
  color: #f17020 !important;
}
.press-preview-header {
  font-size: 23px;
  color: #515151;
  margin-bottom: 10px !important;
}
.press-releases-preview {
  width: 100%;

}

.press-release-content-preview {
  background: #fff;
  padding: 5%;
  border: none;
}
.press-release-content-preview a, .preview-readmore {
  color: #003D78;
  text-decoration: none;
  font-size: 13px;
}
.press-release-content-preview a:hover, .preview-readmore:hover {
  color: #0079c1;
}
.sandbox-social-buzz {
  margin-top: 30px !important;
}
.sandbox-blue-triangle {
  border-left: 1px solid rgba(81, 81, 81, .2);
  border-right: 1px solid rgba(81, 81, 81, .2);
  top: 0;
}
.sandbox-facebook_feed, .sandbox-twitter_feed {
  border-left: 1px solid rgba(81, 81, 81, .2);
  border-right: 1px solid rgba(81, 81, 81, .2);
}
.sandbox-fbmessages div, .sandbox-twmessages div {
  border-bottom: 2px solid rgba(81, 81, 81, .2) !important;
  padding-bottom: 5px;
  padding-top: 10px;
}
.sandbox-social-follow, .sandbox-social-follow a {
  text-align: center;
  font-size: 18px;
  color: #515151;
  font-style: italic;
  margin-top: 65px;
}
.sandbox-social-follow i {
  position: relative;
  top: -2px;
}
.sandbox-social-follow a:hover {
  color: #0079c1;
}
.blog-highlights-header {
  font-size: 23px;
  color: #515151;
  margin-bottom: 15px !important;
}
.blog-posts-highlight {
  width: 100%;
}
.blog-post-highlight {
  float: left;
  width: 30%;
  display: block;
  margin: 0 1.65%;
}
.blog-post-highlight:nth-child(1) {
  margin-left: 17px;
}
.blog-post-highlight:nth-child(3) {
  margin-right: 0px;
}
.sandbox-blog-button button, .sandbox-blog-button a {
  margin-bottom: 30px !important;
}
.video-insights-home-container {
  display: none;
}
.video-insights-header {
  font-size: 23px;
  color: #515151;
  margin-bottom: 15px !important;
}
@media (max-width: 400px) {
  .sandbox-video-insights .video-insights-home-container .bx-wrapper .bx-pager {
    width: 94%;
  }
}
.bxslider li ul li {
  display: inline-block;
}
.bxslider li ul li iframe{
  padding: 0 1%;
  margin-bottom: 30px;
  display: block;
}
.industry-article-container {
  border-top: 10px solid #0079c1 !important;
  margin: 0 -1px;
  padding: 0 2px 0 0;
  margin-bottom: 10px;
}
.industry-articles-full-page {
  margin-left: -1px;
  border-left: 2px solid #ebebeb !important;
  border-right: 2px solid #ebebeb !important;
  border-bottom: 2px solid #ebebeb !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.industry-articles {
  width: 100%;
  float: left;
  clear: none;
}
.industry-article-post {
  float: left;
  width: 47.4%;
  margin: 0 1.2%;
  margin-top: 2%
}
.sandbox-articles-page .vc_col-sm-12 {
  padding-left: 15px !important;
}
.sandbox-parteners {
  background: #515151;
  padding-bottom: 44px;
}
.sandbox-parteners .vc_col-sm-12 {
  padding-left: 25px !important;
}
.sandbox-parteners img{
  width: 80px;
  height: auto !important;
  padding: 5px;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);  
  display: block;
}
.sandbox-parteners ul li {
  text-align: center;
  display: block;
}
.sandbox-parteners img:hover {
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);  
}
.partners-header {
  font-size: 23px;
  color: #fff;
  margin-bottom: 15px !important;
}
.press-releases-preview .press-release {
  padding-left: 21px;
}
/*==============================PAGE MEDIA QUIRES======================================*/
@media (min-width: 950px) and (max-width: 1280px) {
  .sandbox-fbmessages .fbmessage-title, .sandbox-twmessages .twmessage-title {
    font-size: 11px;
  }
}
@media (max-width: 1030px) {
  .engage-header-right {
    padding-right: 5px !important;
    padding-left: 15px !important;
  }
  .sandbox-right {
    padding-right: 43px !important;
    padding-left: 0px !important;
  }
  .engage-header-content .container {
    width: 94%;
    padding: 0 22px;
  }
}
@media (max-width: 649px) {
  .engage-header-right {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 768px) {
  .engage-header-right {
    padding-left: 0px !important;
  }
  .sandbox-right {
    padding-right: 0px !important;
  }
}
@media (max-width: 1030px) {
  
  .blog-post-highlight {
    float: left;
    width: 29%;
    display: block;
    margin: 0 1.65%;
  }
  .sandbox-video-insights .video-insights-home-container {
    display: block;
    width: 97%;
  }
  .sandbox-video-insights .bx-prev {
    left: 25%;
  }
  .sandbox-video-insights .bx-next {
    right: 20%;
  }

  .sandbox-video-insights-container {
    display: none;
  }
}
@media (max-width: 400px) {
  .sandbox-video-insights .bx-next {
    right: 15%;
  }
}
@media (max-width: 768px) {
  .search-mobile {
    display: block !important;
    margin-top: 5px;
  }
  .search-desktop {
    display: none !important;
  }
  .sandbox-content-articles-header p {
    margin-top: 0;
  }
  .sandbox-content-articles-header {
    padding-left: 0;
  } 
}
@media (min-width: 650px) and (max-width: 768px) {
  .home-fifty-small-left-2-ea {
    float: left;
    width: 45% !important;
    padding: 5px 0 20px 0;
    margin-bottom: 40px !important;
  }
  .home-fifty-small-right-2-q {
    float: right;
    width: 43% !important;
    padding: 0 20px 0 20px;
  }
  .sandbox-content-academy-img {
    bottom: 4px;
  }
  .home-fifty-small-right-2-q .vc_sep_holder {
    padding-bottom: 7px
  }
  .sandbox-content-button {
    padding-bottom: 7px
  }
  .sandbox-content-questions-header {
    border-left: 2px solid #818080;
  }
}
@media (max-width: 1031px) {
  .sandbox-header ul {
    font-size: .8em;
  }
  .sandbox-menu {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 850px) {
  #menu-sandbox-menu li:nth-last-child(1), #menu-sandbox-menu li:nth-last-child(2) {
    display: none;
  }
  .sandbox-menu li:nth-last-child(3):after {
    padding-left: 0 !important;
    content: "";
  }
  
}
@media (max-width: 625px) {
  .sandbox-menu li a { 
    padding-left: 0px;
  }
  .sandbox-menu li {
    display: block;
    border-bottom: 2px solid #fff;
  }
  .sandbox-menu li:nth-last-child(1) {
    border-bottom: none;
  }
  .sandbox-menu li:after {
    padding-left: 0 !important;
    content: "";
  }
}
@media (max-width: 905px) {
  .blog-post-highlight {
    width: 94%;
    margin-left: 17px;
  }
  .post-header h3 {
    padding: 80px 5%;
  }
}
@media (max-width: 950px) {
  .sandbox-right-facebook {
    width: 100% !important;
    padding-left: 33px !important;
    float: left;
  }
  .press-col {
    width: 97% !important;
  }
}
@media (max-width: 900px) {
  .sandbox-right-facebook {
    width: 98.5% !important;
    padding-left: 37px !important;
    float: left;
  }
  .press-col {
    width: 95% !important;
  }
  .press-releases-preview .press-release {
    padding-left: 15px !important;
    margin-right: -12px ;
  }
  .sandbox-right-facebook {
      width: 100% !important;
      float: left;
  }
}
@media (max-width: 768px){
  .sandbox-right-facebook {
      width: 95% !important;
      float: left;
  }
}
/********************************************************CONTACT PAGE*********************************************/
.contact-us-heading h1 {
  font-family: arial ;
  font-style: italic;
  color: #515151;
  margin: 40px 0 18px 0 !important;
}
.locations .container {
  max-width: 1060px !important;
}
.locations .wpb_wrapper {
  width: 85%;
  margin: 0 auto;
}
.locations .vc_separator .vc_sep_holder .vc_sep_line {
  left: 14%;
}
.contact-us-bottom {
  background: url("../img/contact-us-background.jpg");
  background-size: cover;
  margin-left: 0 !important; 
}
.contact-us-stay-header {
  color: #fff;
  text-align: center;
  background-color: #999999;
  margin-top: 40px;
  margin-bottom: 0px !important;
  font-size: 24px;
}
.contact-us-stay-header-text {
  margin-top: 0;
  padding-bottom: 12px;
}
.contact-us-stay-header img {
  top: -21px;
}
.contact-us-stay-header .wpb_wrapper p {
  margin: 0;
} 
.contact-us-stay-header p { 
  margin: 0 !important;
  position: relative;
  top: 0px;
  height: 25px;
  font-style: italic;
}
.contact-us-stay-header img {
  position: relative;
  top: -24px;
}
.contact-us-section {
  margin-right: 20px !important;
  float: right;
  width: 55%;
  clear: both;
  max-width: 550px;
}
.contact-us-section .container {
  padding-left: 0 !important;
}
.contact-us-section .vc_col-sm-12 {
  padding: 0 !important;
}
.contact-us-section-content .container{
  float: right;
  width: 100%;
  background: #fff;
  box-shadow: 7px 0 11px -11px rgba(0, 0, 0, 0.8), -7px 0 11px -11px rgba(0, 0, 0, 0.8);  
  padding: 0 !important;
}
.contact-us-left {
  padding-left: 0 !important;
}
.contact-us-text-section {
  color: #336699;
  padding: 20px 10%;
  padding-top: 0;
  margin: 0;
  font-size: 12px;
  margin-bottom: 0 !important;

}
.contact-us-triangle p, .contact-us-triangle .wp-image-430 {
  margin: 0 auto !important;
  background: #fff;
}
/** Section 1 **/
.contact-title{
  color: #0079c1;
  font-size: 20px;
  margin-bottom: 5px !important;
}

/** Section 2 **/
.contact-address {
  font-size: 12px;
  margin-bottom: 8px !important;
}

.contact-address p {
  margin: 0;
  color: #999c9d;
}

/** Section 3 **/
.contact-phone {
  margin-bottom: 5px !important;
}

.contact-phone .phonenumber {
  margin-bottom: 5px;
}

.phonenumber img {
  margin-top: -3px;
}

.faxnumber img {
  margin-top: -3px;
}

/** Section 4 **/
.customer-service {
  margin-bottom: 0px !important;
}

.customer-service p {
  margin: 0;
  color: #999c9d;
  font-size: 12px;
}

.customer-service hr {
  color: #999c9d;
  width: 130px;
  margin-right: 730px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/** Section 5 **/
.contact-email p {
  margin-top: -3px;
  font-size: 12px;
}

.contact-email a {
  color: #0079c1;
}
/*==============================PAGE MEDIA QUIRES======================================*/

@media (max-width: 925px) {
  .contact-us-section {
    width: 85%;
  }
}
@media (min-width: 530px) and (max-width: 820px) {
  .page-id-19 .home-fifty-small-left-2 {
    float: left;
    width: 48% !important;
    padding: 5px 0 5px 20px;
  }
}
@media (min-width: 645px) and (max-width: 820px) {
  .vc_sep_width_60 {
    width: 50% !important;
  }
}
@media (max-width: 529px) {
  .vc_sep_width_60 {
    width: 35% !important;
  }
}
@media (max-width: 490px) {
  .vc_sep_width_60 {
    width: 45% !important;
  }
}
@media (max-width: 737px) {
  .contact-us-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-us-section {
    margin: 0 2% 0 0 !important;
  }
}

/*********************************************************SUB PAGE********************************************************/
.sub-page-row:nth-child(odd) {
  background: #fff;
}
.sub-page-row:nth-child(even) {
  background: #eaeaea;
}
.sub-page-row {
  padding-bottom: 30px !important;
}
.header-text {
  font-size: 20px;
  color: #606162;
  margin-bottom: 0px !important;
}
.header-text-transparent {
  font-size: 20px;
  color: transparent;
  margin-bottom: 0px !important;
}
.page-header-text {
  color: #515151;
    margin: 30px 0;
  font-style: italic;
}

.header-info {
  font-size: 12px !important;
  color: #7c7b7b;
  line-height: 140%
}
.header-info ul {
  padding-left: 15px;
}
.list-text-with-picture {
  margin-bottom: 7px !important;
  font-size: 13px;
  color: #7c7b7b;
}
.text-fit {
  margin-top: 57px;
}
.img-size .wpb_wrapper{
  width: 100%;
  height: auto;
  margin-bottom: 53px;
}
.img-size .wpb_wrapper img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
  position: relative;
  top: 53px;
}
.img-size-top .wpb_wrapper img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
}

.bottom-fit {
  margin-bottom: 30px !important;
}
.main-content div .bg-gray:nth-child(even) {
  background-color: #eaeaea;
}

.small-img .vc_column_container {
  padding: 0;
}

.img-small {
  width: 100px;
  margin: 0px;
}

.wpb_wrapper .img-small{
  width: 75px !important;
  margin-right: 0px;
}
.small-img .img-small .vc_single_image-img{
  width: 75px !important;
  height: 40px !important;
  margin-top: 13px;
}

.font-right {
  margin-left: -77px;
  margin-top: 12px;
  font-size: 13px;
}

.hr-line {
  margin-bottom: 10px !important;
}
.middle-blue {
  margin-bottom: 10px !important;
}
.middle-blue p{
  margin-top: 10px;
  font-size: 13px;
  color: #7c7b7b;
}
.middle-blue a {
  color: #0079c1 !important;
  text-decoration: none;
}
.contact-title{

  margin-left: auto;
  margin-right: auto;
}

.under-header-img .wpb_wrapper img{
  margin-top: 0px;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.orange-button  button, .orange-button  a {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background-color: #f17020 !important;
  border: solid #f17020 2px !important;
  margin-top: 5px;
}

.orange-button button:hover, .orange-button a:hover {
  background-color: transparent; !important;
  color: #f17020 !important;
}

.blue-button button, .blue-button a{
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background-color: #0079c1 !important;
  border: solid #0079c1 2px !important;
}
.blue-button button:hover, .blue-button a:hover {
  background-color: transparent; !important;
  color: #0079c1 !important;
}
.blue-button, .orange-button, .green-button{
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.green-button button, .green-button a{
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background-color: #a4cd39 !important;
  border: solid #a4cd39 2px !important;
}

.green-button button:hover, .green-button a:hover {
  background-color: transparent !important;
  color: #a4cd39 !important;
}

.img-size-small{
  margin-bottom: 5px !important;
}

.img-size-small .wpb_wrapper img {
  margin-top: 45px;
    width: 100%;
  height: auto;
    border-radius: 3px;
}

.linked-button {
  margin-bottom: 23px !important;
}

.linked-button p{
  font-size: 15px;
  margin-top: 5px;
}

.linked-button a{
  text-decoration: none;
  color: #606162;
}

.linked-button a:hover{
  color: #0079c1;
}

.space-bottom {
  padding-bottom: 20px !important;
}
.two-col-image {
  padding: 0 !important;
}
.large-img-right img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 3px;
}

#bg-blue {
  background-color: #0079c1;
}

.max-height {
  max-height: 250px !important;
}
details:focus, summary:focus {
  outline: none;
}
.expand-label {
  cursor: pointer;
}
.expand-text-hide {
  display: none;
}
.expand-text-show {
  display: block;
}
/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 1130px) {
  .max-height {
    max-height: 200px !important;
  }
}
@media (max-width: 900px) {
  .max-height {
    max-height: 150px !important;
  }
}
@media (max-width: 662px) {
  .max-height {
    max-height: 100px !important;
  }
}
@media (max-width: 400px) {
  .max-height {
    max-height: 70px !important;
  }
}
@media (max-width: 550px) {
  .headline {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .sub-left-sidebar {
    display: none;
  }
  .img-size .wpb_wrapper img {
    position: inherit;
  }
}

/*******************************************************AUTHOR PAGE STYLES*********************************************************/
.author-page-name-header {
  color: #fff;
  background: #0079c1 !important;
}
.author-page-content {
  min-height: 180px;
}
.author-page-content img {
  float: left;
  padding-right: 15px;
}
.author-page-content a {
  float: right;
  background: #0079c1;
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 10px;
  color: #fff;
}
.author-page-linkedin {
  padding: 2px 5px !important;
}
/*******************************************************AUTHOR PAGE STYLES*********************************************************/
.source-link {
  color: #0079c1 !important;
}
.source-link:hover {
  color: #003D78 !important;
}
/*******************************************************INDUSTY ARTICLES PAGE STYLES*********************************************************/

/*.industry-articles-total-page {
  width: 96.7%;
}*/

/*******************************************************INDUSTY ARTICLES PAGE STYLES*********************************************************/
.search-page-container {
  margin-bottom: 100px;
}
.content-left {
  float: left;
  width: 28%;
}
.content-left .top-grey-bar-contents {
  margin-top: 20px;
  float: left;
}
.content-right {
  float: left;
  width: 70%;
}
.search-result {
  margin-bottom: 25px;
}
.search-page a {
  text-decoration: none;
  font-size: 15px;
}
.search-page h2 {
  margin: 0;
}
.search-page p {
  margin: 0;
  font-size: 13px;
}
.search-page-container .clear-div {
  clear: both;
}
/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 700px) {
  .content-left {
    display: none;
  }
  .content-right {
    float: left;
    width: 100%;
  }
}
/*******************************************************FOOTER STYLES*********************************************************/
footer {
  background: #999;
  color: #fff;
  height: 95px;
  font-family: arial;
  font-weight: 100;
  position: relative;
  clear: both;
}
.footer-logo {
  position: absolute;
  float: left;
  z-index: 9;
  top: -20px;
}
.footer-logo a img{
  width: 138px;
  height: 57px;
}
.footer-info p {
  font-size: 11px;
  float: left;
  margin: 16px 0 0 150px;
  color: #ccc;
}
.footer-info ul {
  padding: 0;
  font-size: 14px;
  float: right;
  margin-top: 12px;
}
.footer-info ul i {
  font-size: 12px !important;
}
.footer-info ul .fa-twitter {
  font-size: 15px !important;
}
.footer-info ul li {
  display: initial;
  margin: 0;
}
.footer-info ul li:nth-child(1) {
  display: none;
}
.footer-info ul li a {
  color: #fff;
}
.footer-info ul li a:hover {
  color: #0068CC;
}
.footer-info ul li:after {
  content: "|";
  padding: 0 5px;
}
.footer-info ul li:nth-last-child(1):after, .footer-info ul li:nth-last-child(2):after {
  padding-left: 0px;
  content: "";
}
.footer-info ul li:nth-last-child(1) {
  position: relative;
  top: -2px;
}
.footer-info p, .footer-info ul {
  display: inline-block;
}
.footer-info .fontello-icon {
  margin: 0;
}
/*==============================PAGE MEDIA QUIRES======================================*/
@media (max-width: 533px) {
  .footer-info ul li {
    display: block;
    list-style: none;
    text-align: right;
  }
  .footer-info ul li:nth-child(1) {
    display: block;
  }
  .footer-info ul li:nth-child(2), .footer-info ul li:nth-child(3) {
    display: none;
  }
  .footer-info ul li:after {
      content: "";
      padding: 0;
  }
  footer {
    height: 120px;
  }
}


/*==============================FLOORPLAN SEARCH TOOL======================================*/

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
table.search_results {
  width:100%;
}
table.search_results th{
  text-align: left;
  font-weight:normal;
  font-size:13px;
  padding: 10px 8px;
  background:#0079C1;
  border:solid 1px #fff;
  color:#fff;
}
table.search_results td{
  text-align: left;
  font-size:13px;
  padding: 10px 8px;
  background:#EAEAEA;
  border:solid 1px #fff;
  color:#7C7b7b;
}
table.search_results td a{
  text-decoration: none;
}
table.search_results tr td:nth-child(n+3),table.search_results tr th:nth-child(n+3){
  text-align:right;

}
.text2 {
  display: block;
  width: 386px!important;
  height: 14px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.text2:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.text2::-moz-placeholder {
  color: #333333;
  font-size: 12px;
  padding-top:3px;
}
.text2:-ms-input-placeholder {
  color: #333333;
  font-size: 12px;
  padding-top:3px;
}
.text2::-webkit-input-placeholder {
  color: #333333;
  font-size: 12px;
  padding-top:3px;
}
.text2[disabled],
.text2[readonly],
fieldset[disabled] .text2 {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.select2-cont{padding-top:10px;}
.fst_btn{padding:10px;font-weight:bold;background: #eaeaea;color:#7c7b7b;float:left;width:140px;text-align:center;margin-right:4px;cursor:pointer;}
.fst_active{background:#0079C1;color:#fff;}
.hidden{display:none;}

figure {
  margin: 0 !important;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  margin-bottom: 0 !important;
}
.vc_btn3-container { 
  margin-top: 11px;
}
.wpb_single_image {
  margin-top: 20px;
}
.header-image {
  margin-top: 0;
}
.header-image-banner {
  margin-top: 0;
}
/*==============================Sandbox Events Styles======================================*/
.recent-events-container{
  background: #eaeaea;
}
.recent-events-container-mobile {
  display: none;
}

@media (max-width: 768px) {
  .recent-events-container-desktop {
    display: none;
  }
  .recent-events-container-mobile {
    display: block;
    margin-bottom: 35px !important;
  }
  .event-logo-container img {
    margin-left: auto;
    margin-right: auto;
  }
}

.event-logo-container {
  border: 1px solid #bdbdbd;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.event-logo-container figure {
  margin: 0;
}

.recent-event-container {
  width: 90%;
  margin: 0 auto;
}
.recent-event-container .recent-event-white-triangle {
  margin: 0 auto;
  display: block;
}

.recent-event-info h3 {
  font-style: italic;
  font-size: 16px;
  margin: 20px 0 0 0;
}
.sandboxlive-title {
  color: #97be3f;
}
.sandboxsunrise-title {
  color: #f47224;
}
.sandboxwebinars-title {
  color: #005cb9;
}
.recent-event-info h5 {
  margin: 6px 0 0 0;
  color: #828282;
  font-size: 14px;
  font-weight: normal;
}
.recent-event-info p {
  color: #7c7b7b;
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0;
}
.recent-event-info .learn-more-link {
 color: #003D78;
 font-style: italic;
 text-decoration: none;
 font-size: 14px;
}
.more-info-button {
  border-top: 2px solid #ababab;
  border-bottom: 2px solid #ababab;
  text-align: center;
  margin: 18px 0;
}
.more-info-button a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin: 13px 0;
  font-size: 14px;
  width: 55%;
}
.more-info-button .sandboxlive-button {
  border:  solid #97be3f 2px !important;
  background: #97be3f;
}
.more-info-button .sandboxsunrise-button {
  border:  solid #f47224 2px !important;
  background: #f47224;
}
.more-info-button .sandboxwebinars-button {
  border:  solid #005cb9 2px !important;
  background: #005cb9;
}

.more-info-button a:hover {
  background-color: transparent !important;
}
.more-info-button .sandboxlive-button:hover {
  border: solid #97be3f 2px !important;
  color: #97be3f !important;
}
.more-info-button .sandboxsunrise-button:hover {
  border: solid #f47224 2px !important;
  color: #f47224 !important;
}
.more-info-button .sandboxwebinars-button:hover {
  border: solid #005cb9 2px !important;
  color: #005cb9 !important;
}

.sandbox-live-banner, .event-over-sanboxlive {
  background: rgba(0,118,248,1);
  background: -moz-linear-gradient(top, rgba(0,118,248,1) 0%, rgba(0,87,188,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,118,248,1)), color-stop(100%, rgba(0,87,188,1)));
  background: -webkit-linear-gradient(top, rgba(0,118,248,1) 0%, rgba(0,87,188,1) 100%);
  background: -o-linear-gradient(top, rgba(0,118,248,1) 0%, rgba(0,87,188,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,118,248,1) 0%, rgba(0,87,188,1) 100%);
  background: linear-gradient(to bottom, rgba(0,118,248,1) 0%, rgba(0,87,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076f8', endColorstr='#0057bc', GradientType=0 );
}
.sandbox-sunrise-banner, .event-over-sunrise {
  background: rgba(255,139,0,1);
  background: -moz-linear-gradient(top, rgba(255,139,0,1) 0%, rgba(241,111,92,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,139,0,1)), color-stop(100%, rgba(241,111,92,1)));
  background: -webkit-linear-gradient(top, rgba(255,139,0,1) 0%, rgba(241,111,92,1) 100%);
  background: -o-linear-gradient(top, rgba(255,139,0,1) 0%, rgba(241,111,92,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,139,0,1) 0%, rgba(241,111,92,1) 100%);
  background: linear-gradient(to bottom, rgba(255,139,0,1) 0%, rgba(241,111,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b00', endColorstr='#f16f5c', GradientType=0 );
}
.sandbox-webinars-banner, .event-over-webinars {
  background: rgba(0,196,203,1);
  background: -moz-linear-gradient(top, rgba(0,196,203,1) 0%, rgba(48,144,147,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,196,203,1)), color-stop(100%, rgba(48,144,147,1)));
  background: -webkit-linear-gradient(top, rgba(0,196,203,1) 0%, rgba(48,144,147,1) 100%);
  background: -o-linear-gradient(top, rgba(0,196,203,1) 0%, rgba(48,144,147,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,196,203,1) 0%, rgba(48,144,147,1) 100%);
  background: linear-gradient(to bottom, rgba(0,196,203,1) 0%, rgba(48,144,147,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4cb', endColorstr='#309093', GradientType=0 );
}

.sandbox-sherpa {
  background: #ffffff;
  filter: none;
}
.sandbox-live-banner p {
  color: #FFF;
  font-style: italic;
  margin: 0 0 50px 101px;
  font-size: 14px;
  text-align: left;
}
.sandbox-sherpa p {
  color: #2193D2;
  text-align: center;
}
.event-over-notice {
  margin-top: 20px;
}
.event-over-notice p {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}
.sandbox-sunrise-banner p {
  margin: 0 0 50px 0;
}
.sandbox-webinars-banner p {
  margin: 0 0 50px 85px;
}
.past-event-tabs {
  position: absolute;
  top: -27px;
  right: 0;
  background: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 6px 20px;
}

.past-event-tabs a {
  text-decoration: none;
}
.past-event-tabs p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.event {
  padding: 30px 0;
  clear: both;
}
.event:nth-child(even) {
  background: #eaeaea;
}

.event-image {
  width: 23%;
  float: left;
}
.event-info {
  width: 43%;
  float: left;
}
.event-rsvp {
  width: 30%;
  float: left;
  padding-top: 60px;
}

.event-rsvp-webinar {
  padding-top: 30px;
}

.event-image img {
  width: 100%;
}

.event-info {
  padding: 0 2%;
}
.event-info h2 {
 color: #4d4d4d;
 font-style: italic;
 font-size: 20px;
 margin: 0;
}
.event-info p {
  color: #7c7b7b;
  font-size: 14px;
  line-height: 18px;
  margin: 7px 0;
}
.event-info .event-info-learn-more {
  color: #003D78;
  font-style: italic;
  text-decoration: none;
  font-size: 14px;
}

.event-date {
  width: 70%;
  float: left;
}

.event-rsvp-button-container {
  width: 30%;
  float: left;
  text-align: right;
}
.event-rsvp-button-container-webinars {
  width: 100%;
  float: none;
  clear: both;
}
.event-date {
  color: #828282;
  font-size: 22px;
}

.event-date-webinar {
  width: 100%;
  float: none;
}
.event-date-webinar .wb-date-divider {
  border-bottom: 1px solid #D4D2D3;
  width: 100%;
  display: block;
  margin: 14px 0;
}
.event-date-webinar .green-blue {
  color: #309194;
  font-weight: bold;
}

.event-date-mobile {
  display: none;
}
.event-rsvp-button-container a {
  color: #FFF;
  text-decoration: none;
  border:  solid rgba(0,139,219,1) 2px !important;;
  background: rgba(0,139,219,1);
  padding: 10px 18px;
  border-radius: 10px;

}
.event-rsvp-button-container a:hover {
  background-color: transparent !important;
  border: solid rgba(0,139,219,1) 2px !important;
  color: rgba(0,139,219,1) !important;
}
.event-rsvp-button-container-sunrise a {
  border: 2px solid #f77209 !important;
  background: #f77209 !important;
}
.event-rsvp-button-container-sunrise a:hover {
  border: 2px solid #f77209 !important;
  color: #f77209 !important;
} 
.event-rsvp-button-container-webinars a {
  border: 2px solid #309194 !important;
  background: #309194 !important;
  display: inherit;
  width: 87%;
  text-align: center;
  margin-top: 40px;
}
.event-rsvp-button-container-webinars a:hover {
  border: 2px solid #309194 !important;
  color: #309194 !important;
} 
.event-rsvp-button-container-over a {
  border: 2px solid #999999 !important;
  background: #999999 !important;
}
.event-rsvp-button-container-over a:hover {
  border: 2px solid #999999 !important;
  color: #999999 !important;
}
.past-event-gallery {
  background: #eaeaea;
  padding: 35px 0;
}
.past-event-gallery .gallleryImageContainer {
  float: left;
  width: 22%;
  margin-right: 3%;
} 
.past-event-gallery .gallleryImageContainer:nth-last-child() {
  margin-right: 0;
} 
.past-event-gallery .gallleryImageContainer img {
  width: 100%;
}

@media (max-width: 800px) {
  .past-event-gallery .gallleryImageContainer {
    float: left;
    width: 48%;
    margin-right: 3%;
  } 
  .past-event-gallery .gallleryImageContainer:nth-child(even) {
    margin-right: 0;
  } 
  .past-event-gallery .gallleryImageContainer:nth-child(1), .past-event-gallery .gallleryImageContainer:nth-child(2) {
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .past-event-gallery .gallleryImageContainer {
    float: left;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  } 
  .past-event-gallery {
    padding-bottom: 15px;
  }
  
}
.partners-nologos {
  height: 90px;
  background: #515151;
}
@media (max-width: 620px) {
  .event-image {
    width: 100%;
    float: left;
  }
  .event-info {
    width: 100%;
    float: left;
  }
  .event-info h2 {
    margin-top: 20px;
  }
  .event-rsvp {
    width: 100%;
    float: left;
    padding-top: 15px;
  }
  .event-date-mobile {
    display: block;
    color: #828282;
    font-size: 22px;
    padding-top: 10px;
  }
  .event-date {
    display: none;
  }
  .event-rsvp-button-container {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 25px;
  }
  .event-rsvp-button-container a {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

/*single styles*/
.event-single {
  padding-top: 30px;
}

.event-single-info {
  width: 48%;
  float: right;
}
.event-single-img {

  width: 50%;
  padding-left: 2%;
  float: right;
}

.event-single-info h2 {
  color: #4d4d4d;
  font-style: italic;
  font-size: 24px;
  margin: 10px 0 0 0;
}
.event-single-info h5 {
  margin: 6px 0 0 0;
  color: #828282;
  font-size: 20px;
  font-weight: normal;
}
.event-single-info h6 {
  margin: 6px 0 0 0;
  color: #828282;
  font-size: 20px;
  font-weight: normal;
}
.event-single-info-webinar h6 {
  margin-top: 30px;
}
.event-single-info .shareaholic-share-buttons, .gforms_confirmation_message .shareaholic-share-buttons {
  left: -14px !important;
  position: relative;
}
.event-single-info p {
  color: #7c7b7b;
  font-size: 14px;
  line-height: 18px;
}

.event-single-info-webinar p {
  font-size: 16px;
  line-height: 20px;
}

.event-single-info-webinar .webinar-part-date {
  font-size: 22px;
  color: #828282;
  margin: 40px 0 0 0;
}
.event-single-info-webinar .webinar-part-date span {
  color: #309194;
  font-weight: bold;
}
.event-single-info-webinar .webinar-part-title {
  color: #309194;
  font-size: 18px;
  margin: 5px 0 10px;
}
.event-single-info-webinar .part-register-button {
  padding: 10px 25px;
  color: #ffffff;
  text-decoration: none;
  background: #309194;
  border: 2px solid #309194 !important;
  border-radius: 10px;
  margin: 8px 0;
  display: inline-block;
}
.event-single-info-webinar .part-register-button-over {
  padding: 10px 25px;
  color: #ffffff;
  text-decoration: none;
  background: #999999;
  border: 2px solid #999999 !important;
  border-radius: 10px;
  margin: 8px 0;
  display: inline-block;
}
.event-single-info-webinar .part-register-button:hover {
  color: #309194;
  background: #ffffff;
}
.event-single-info-webinar .part-register-button-over:hover {
  color: #999999;
  background: #ffffff;
}
.event-single-info-webinar .wb-date-divider {
  border-bottom: 2px solid #D4D2D3;
  width: 100%;
  display: block;
  margin: 14px 0 0;
}


.event-single-img img {
  width: 100%;
}

.event-form {
  background: #eaeaea;
  padding: 20px 0 0 0;
}
.event-form h2 {
  color: #4d4d4d;
  font-style: italic;
  font-size: 24px;
  margin: 10px 0 0 0;
}
.event-form form {
  padding: 20px 0 30px;
}
.gfield_label {
  display: none;
}
.gform_fields {
  list-style: none;
}
.gfield_checkbox {
  list-style: none;
}

.event-form .form-left {
  width: 48%;
  float: left;
  padding-right: 2%;
}
.event-form .form-right {
  width: 48%;
  float: left;
}
.event-form form input {
  display: block;
  width: 94%;
  padding: 10px 3%;
  border-radius: 10px;
  border: none;
  margin-bottom: 15px;
}

.event-form .form-right #label_1_6_1, .event-form .form-right #label_2_6_1, .event-form .form-right #label_3_6_1 {
    display: block;
    padding-left: 42px;
    font-size: 12px;
    color: #7c7b7b;
    padding-top: 15px;
}

.event-form .form-right input[type="checkbox"] {
  width: 16px;
    height: 16px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 12px;
    left: 21px;
    overflow: hidden;
    float: left;
    border: none;
  display: block !important;
}

.event-form input[type="submit"] {
  width: 15%;
  color: #FFF;
  text-decoration: none;
  border: solid #94c032 2px !important;
  background: #94c032;
  padding: 8px 18px;
  border-radius: 10px;
  position: relative;
  left: 35%;
  top: -28px;
  
}
.event-form input[type="submit"]:hover {
  background-color: transparent !important;
  border: solid #94c032 2px !important;
  color: #94c032 !important;
}
.event-form-sunrise input[type="submit"] {
  width: 15%;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #f77209 !important;
  background: #f77209 !important;
  padding: 8px 18px;
  border-radius: 10px;
  position: relative;
  left: 35%;
  top: -28px;
  
}
.event-form-sunrise input[type="submit"]:hover {
  border: 2px solid #f77209 !important;
  color: #f77209 !important;
} 

.event-form-webinars input[type="submit"] {
  width: 15%;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #309194 !important;
  background: #309194 !important;
  padding: 8px 18px;
  border-radius: 10px;
  position: relative;
  left: 35%;
  top: -28px;
}
.event-form-webinars input[type="submit"]:hover {
  border: 2px solid #309194 !important;
  color: #309194 !important;
} 


.event-sponsors {
  background: #FFFFFF;
}
.event-sponsors-header {
  color: #4d4d4d;
  font-style: italic;
  font-size: 24px;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.event-sponsors img {
    width: 100%;
    height: auto !important;
    display: block;
}

.event-sponsors ul li {
  text-align: left;
  display: inline-block;
  width: 14%;
  padding: 30px 1.5% 50px;
}

@media (max-width: 620px) {
  .event-single-info {
    width: 100%;
    float: right;
  }
  .event-single-img {

    width: 100%;
    padding-right: 0%;
    float: right;
  }
}
@media (max-width: 840px) {
  .event-form .form-left {
    width: 100%;
    float: left;
    padding-right: 0%;
  }
  .event-form .form-right {
    width: 100%;
    float: left;
  }
  .event-form input[type="submit"] {
    width: 30%;
    min-width: 150px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 10px;
    position: relative;
    left: 0;
    top: 30px;
  }
  .event-form .form-right input[type="checkbox"] {
    width: 16px;
      height: 16px;
      padding: 0;
      margin:0;
      vertical-align: bottom;
      position: relative;
      top: 12px;
      left: 0;
      overflow: hidden;
      float: left;
      border: none;
  }
  .event-form .form-right #label_1_6_1 {
      padding-left: 28px;
  }
}
@media (max-width: 650px) {
  
  .event-form input[type="submit"] {
    width: 100%;
    min-width: 150px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 10px;
    position: relative;
    left: 0;
    top: 30px;
  }

}
/*POPUP Share registration STYLES*/
.gform_confirmation_message {
  padding: 3px 40px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e4e4e4;
  width: 290px;
  margin: 30px auto;
}
.gforms_confirmation_message .popup-headline {
  color: #4d4d4d;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.gforms_confirmation_message .popup-subheadline {
  margin: -7px 0 0 0;
  color: #828282;
  font-size: 16px;
  font-weight: normal;
}
.gforms_confirmation_message .shareaholic-canvas {
  margin: -12px 0 10px 0 !important;
}
.ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner {
    z-index: 5 !important;
}

/*SHEPARD SHERPA*/
.sherpa-search {
  background: #EAEAEA;
}
.sherpa-search .white-triangle {
  display: block;
  margin: 0 auto;
}
.sherpa-selector, .exact-matches, .sherpa-selector, .close-matches {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.sherpa-search .sherpa-selector h3 {
  font-style: italic;
  color: #515151;
  text-align: center;
  margin: 20px 0 10px 0;
}
.sherpa-search .sherpa-selector p {
  font-style: italic;
  color: #515151;
  text-align: center;
  margin: 0;
}
.sherpa-search .sherpa-selector .selector-buttons {
  text-align: center;
  margin: 12px auto;
  max-width: 850px;
}
.sherpa-search .sherpa-selector .selector-buttons label {
  color: #2193D2;
  padding: 0 7px 10px;
  font-size: 12px;
  display: inline-block;
}
.sherpa-search .sherpa-selector .selector-buttons .buttons-container label {
  cursor: pointer;
  border: 2px solid #2193D2;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  margin: 4px 2px;
}
.sherpa-search .sherpa-selector .selector-buttons .buttons-container .checked {
  color: #FFFFFF;
  background: #2193D2;
}
.sherpa-search .sherpa-selector .selector-buttons .buttons-container .unchecked {
  color: #2193D2;
  background: transparent;
}

.sherpa-search .match-headlines {
  margin: 62px auto 40px;
  max-width: 985px;
}
.sherpa-search .match-headlines h3 {
  font-style: italic;
  color: #515151;
  background: #EAEAEA;
  width:100%; 
  text-align:center; 
  border-bottom: 1px solid #515151; 
  line-height:0.1em; 
  margin:10px 0 20px;
}
.sherpa-search .match-headlines h3 span {
  background: #EAEAEA;
  padding: 0 10px;
}
.sherpa-search .close-match-headlines {
  margin: 62px auto 40px;
  max-width: 985px;
}
.sherpa-search .close-match-headlines h3 {
  font-style: italic;
  color: #515151;
  width:100%; 
  text-align:center; 
  margin:10px auto 20px;
  position: relative;
  top: -32px;
}
.sherpa-search .close-match-headlines h3 span {
  display: inline-block;
  background: #EAEAEA;
  padding: 0 10px;
}
.sherpa-search .close-match-headlines .line-through {
  border-bottom: 1px solid #515151;
}

.sherpa-container {
  width: 318px;
  margin-right: 15px;
  margin-bottom: 40px;
  float: left;
  background: #F8F9FB;

}

.sherpa-container .sherpa-header {
  background: #2193D1;
  height: 95px;
}
.sherpa-container .sherpa-header .sherpa-header-left {
  float: left;
  width: 30%;
}
.sherpa-container .sherpa-header .sherpa-header-left img {
  width: 100%;
  height: auto;
}
.sherpa-container .sherpa-header .sherpa-header-right {
  float: left;
  width: 70%;
  color: #FFFFFF;
  text-align: center;
  background: #2193D1;
}
.sherpa-container .sherpa-header .sherpa-header-right .name {
  font-size: 16px;
  margin: 16px 0 0 0;
}
.sherpa-container .sherpa-header .sherpa-header-right .phone {
  font-size: 14px;
  margin: 5px 0 0 0;
}
.sherpa-container .sherpa-header .sherpa-header-right a {
  font-size: 12px;
  padding: 4px 25px;
  border: 2px solid #91C9E8;
  border-radius: 5px;
  color: #91C9E8;
  display: inline-block;
  margin-top: 7px;
  text-decoration: none;
}

.sherpa-container .sherpa-about {
  border-bottom: 1px solid #E0DFDE;
  width: 94%;
  padding: 15px 0;
  margin: 0 auto;
  clear: both;
}
.sherpa-container .sherpa-about .about-title {
  color: #2193D1;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.sherpa-container .sherpa-about .about-text {
  font-size: 10px;
  line-height: 16px;
  color: #747474;
  height: 176px;
  margin: 0;
}
.sherpa-container .sherpa-locations {
  width: 94%;
  margin: 0 auto;
  padding: 15px 0;
}
.sherpa-container .sherpa-locations .location-title {
  color: #2193D1;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.sherpa-container .sherpa-locations .locations {
  font-size: 12px;
  color: #747474;
  margin: 0;
  height: 54px;
}

.sherpa-container .sherpa-header-close {
  background: #005CB9;
}
.sherpa-container .sherpa-header-close .sherpa-header-right {
  background: #005CB9;
}

.sherpa-container .sherpa-not-match {
  width: 94%;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #E0DFDE;
}
.sherpa-container .sherpa-not-match .not-match-title {
  color: #005CB9;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.sherpa-container .sherpa-not-match .not-matches {
  font-size: 10px;
  line-height: 16px;
  color: #747474;
  margin: 0;
  height: 54px;
}
.sherpa-container .sherpa-not-match .not-matches p {
  margin: 0;
  padding: 0;

}
@media (min-width: 986px) {
  .sherpa-container:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 985px) {
  .sherpa-container:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 665px) {
  .sherpa-container {
    float: none;
    margin: 0 auto 30px !important;
  }
}



