/* Solid Color Text and BG Helper Classes */
.text-color-1 {
  color: #1285DB;
}

.bgColor-color-1 {
  background-color: #1285DB;
}

.text-color-2 {
  color: #2AC0FF;
}

.bgColor-color-2 {
  background-color: #2AC0FF;
}

.text-color-3 {
  color: #51438C;
}

.bgColor-color-3 {
  background-color: #51438C;
}

.text-color-4 {
  color: #333333;
}

.bgColor-color-4 {
  background-color: #333333;
}

.text-color-5 {
  color: #282E5E;
}

.bgColor-color-5 {
  background-color: #282E5E;
}

/* Gradient Helper Classes */
.gradient-primary {
  background: linear-gradient(45deg, #1285DB, #51438C);
}

.gradient-primary_reverse {
  background: linear-gradient(135deg, #1285DB, #51438C);
}

.gradient-secondary {
  background: linear-gradient(45deg, #2AC0FF, #51438C);
}

.gradient-secondary_reverse {
  background: linear-gradient(135deg, #2AC0FF, #51438C);
}

.gradient-primary-dark {
  background: linear-gradient(45deg, #282E5E, #333333);
}

.gradient-primary-dark_reverse {
  background: linear-gradient(135deg, #282E5E, #333333);
}

@font-face {
  font-family: 'Roboto';
  src: url("../../rise/thrive-dashboard/css/font/Roboto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../rise/thrive-dashboard/css/font/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../../rise/fonts/RobotoCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rise-font';
  src: url("../../rise/fonts/rise-icomoon_6xplcw.eot");
  src: url("../../rise/fonts/rise-icomoon.eot") format("embedded-opentype"), url("https://wintellisys.com/wp-content/themes/rise/fonts/rise-icomoon.woff?6xplcw") format("woff"), url("../../rise/fonts/rise-icomoon_6xplcw.ttf") format("truetype"), url("../../rise/fonts/rise-icomoon_6xplcw.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes side-menu {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes side-menu {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@keyframes progress-bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes progress-bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes fill-counter {
  from {
    border-width: 0%;
  }
  to {
    border-width: inherit;
  }
}

@-webkit-keyframes fill-counter {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/*
  default elements
*/
html {
  font-size: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

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

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  max-width: 100%;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  border-color: #dedede;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

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

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

.textcenter {
  text-align: center;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.tt-dmy, #thive-gallery-dummy {
  display: block;
  max-height: 100%;
  visibility: hidden;
  z-index: 0;
}

/*
  typography
*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1em;
  word-wrap: break-word;
}

h1 {
  margin: 0 0 33px 0;
}

h2 {
  color: #464545;
  font-size: 1.666em;
  margin: 25px 0 12px 0;
}

h3 {
  color: #333333;
  font-size: 1.5em;
  margin: 22px 0 11px 0;
}

h4 {
  color: #333333;
  font-size: 1.333em;
  margin: 18px 0 9px 0;
}

h5 {
  color: #333333;
  font-size: 1.111em;
  margin: 16px 0 8px 0;
}

h6 {
  color: #333333;
  font-size: .944em;
  margin: 14px 0 7px 0;
}

h1, .entry-title {
  color: #333333;
  font-size: 40px;
  margin-top: 0;
}

.cnt {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.cnt .entry-title a {
  color: #51438c;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1.2em;
  word-wrap: break-word;
}

p.ifp {
  font-size: 1.222em;
  font-weight: 500;
}

.bSe a {
  color: #1285db;
}

.bSe blockquote {
  border: 3px solid #ebebeb;
  margin: 20px 0;
  padding: 17px 17px 17px 60px;
  position: relative;
}

.bSe blockquote:before {
  content: '\0201C';
  color: #1285db;
  font-family: 'Georgia';
  font-size: 72px;
  line-height: 1em;
  position: absolute;
  left: 20px;
  top: 10px;
}

.bSe blockquote p {
  color: #999999;
  font-style: italic;
  margin-bottom: 10px;
}

.bSe blockquote.left {
  margin-right: 20px;
}

.bSe blockquote.right {
  margin-left: 20px;
}

.bSe table {
  text-align: left;
  width: 100%;
}

.bSe table thead th {
  font-family: 'Roboto', sans-serif;
  background: #1285db;
  border-left: 3px solid #1285db;
  border-right: 3px solid #1285db;
  border-top: 3px solid #1285db;
  color: #fff;
  font-weight: 500;
  font-size: 1.111em;
  padding: 17px;
}

.bSe table thead th a {
  color: #fff;
}

.bSe table tbody tr {
  border-left: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
  border-top: 2px solid #ebebeb;
}

.bSe table tbody tr:first-child {
  border-top: 2px solid #1285db;
}

.bSe table tbody tr:last-child {
  border-bottom: 3px solid #ebebeb;
}

.bSe table td {
  background: #fff;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  padding: 17px;
}

.bSe dl dt {
  color: #333333;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 10px;
}

.bSe dl dd {
  color: #666666;
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 30px;
}

address {
  font-style: normal;
  line-height: 1.5em;
}

pre {
  font-family: 'Roboto', sans-serif;
  background: #f2f0f0;
  border-color: #ebebeb #ebebeb #ebebeb #eeecef;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px 25px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.bSe ul, .bSe ol {
  padding-left: 25px;
}

.bSe ul li, .bSe ol li {
  margin-bottom: .75em;
}

.bSe .meta {
  padding-left: 0;
}

/*
  posts formats
*/
.quo {
  background: #eeecef;
  display: table;
  height: 100%;
  margin-bottom: 20px;
  width: 100%;
}

.quo:hover {
  opacity: .8;
}

.quo .qui {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  float: left;
  height: 100%;
  width: 260px;
}

.quo .qui + .qut h4 {
  font-size: 1.333em;
}

.quo .qut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  padding: 20px 35px 20px 50px;
  position: relative;
  width: 100%;
}

.quo .qut h4 {
  color: #666666;
  font-weight: 100;
  font-size: 1.778em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.quo .qut h6 {
  border-top: 1px dashed #999999;
  color: #999999;
  font-size: .889em;
  font-weight: 300;
  margin-top: 0;
  padding-top: 10px;
}

.quo .qut h6 strong {
  color: #666666;
  font-weight: 500;
}

.quo .qut:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\67';
  color: #1285db;
  font-size: 20px;
  line-height: 1em;
  position: absolute;
  top: 35px;
  left: 20px;
}

/*
  blog gallery
*/
.hru {
  margin-bottom: 20px;
}

.hui {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-bottom: 5px;
  position: relative;
}

.gnav {
  background: #999;
  height: 90px;
  position: relative;
}

.gnav .gwrp {
  display: block;
  margin: 0 auto;
  position: relative;
}

.gnav .gwrp ul {
  list-style-type: none;
  padding-left: 0;
}

.gnav .gwrp ul li {
  margin-bottom: 0;
}

.gnav .gprev, .gnav .gnext {
  background: #767676;
  display: block;
  height: 60px;
  position: absolute;
  top: 15px;
  text-align: center;
  width: 40px;
  z-index: 3;
}

.gnav .gprev:hover, .gnav .gnext:hover {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  background: #998c9e;
}

.gnav .gprev:before, .gnav .gnext:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 60px;
}

.gnav .gprev {
  left: 0;
}

.gnav .gprev:before {
  content: '\78';
}

.gnav .gnext {
  right: 0;
}

.gnav .gnext:before {
  content: '\63';
}

.gnav ul {
  list-style-type: none;
  padding-left: 0;
}

.gnav ul li {
  display: inline-block;
  float: left;
  padding-left: 0;
  padding-right: 15px;
}

.gnav ul li:before {
  display: none;
}

.gnav ul li a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  border: none;
  display: block;
  height: 60px;
  margin: 1px 3px 1px 0;
  position: relative;
  width: 60px;
}

.gnav ul li a:hover:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -21px;
  text-align: center;
  width: 0;
}

.gnav .g-ov {
  height: 60px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
  overflow: hidden;
  width: 80%;
}

.gnav .g-ov .g-ul {
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

/*
  404 page
*/
.lost {
  background: #eeecef;
  border-top: 2px solid #fff;
  padding: 70px 0;
}

.lost .cnt {
  background: transparent;
  margin-top: 0;
}

.lost .awr {
  margin-bottom: 0;
}

.lost .hl {
  position: relative;
}

.lost .hl:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(10%, #fff), color-stop(90%, #fff), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0.3) 100%);
  content: '';
  display: block;
  opacity: .44;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 2px;
}

.lost .bSe h1, .lost .bSe .entry-title {
  color: #fff;
  font-size: 40px;
}

.lost .bSe h3 {
  font-size: 1.667em;
  font-weight: 300;
}

.lost .bSe h4 {
  color: #999999;
  font-weight: 300;
}

.lost h1, .lost .entry-title {
  margin-bottom: 0;
}

.lost h3 {
  margin-top: 80px;
  margin-bottom: 30px;
}

.lost h3 span {
  color: #1285db;
  font-weight: 500;
}

.lost .frm {
  margin-top: 20px;
}

.lost .frm input[type="text"] {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  background: #fff;
  color: #ccc;
  font-weight: 500;
  font-style: italic;
  font-size: 1em;
  float: left;
  margin-right: 2%;
  padding: 13px 20px;
  width: 68%;
}

.lost .frm input[type="text"]:hover, .lost .frm input[type="text"]:focus {
  background: #1285db;
  color: #fff;
}

.lost .frm .btn {
  float: left;
  width: 30%;
}

.lost .frm .btn input[type="submit"] {
  background: none;
  border: 0;
}

/*
  audio post
*/
.ha {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative;
}

.ha:before {
  background: rgba(0, 0, 0, 0.48);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ha .ap {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
  z-index: 1;
}

.ap {
  margin-bottom: 20px;
}

.mejs-audio {
  height: 45px !important;
}

.mejs-audio.mejs-container {
  background: none;
}

.mejs-audio.mejs-container .mejs-controls {
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 0%, #f7f7f7 1px, #ebebeb 100%);
  border-radius: 2px;
  border: 1px solid #a1abb5;
  height: 45px;
}

.mejs-audio.mejs-container .mejs-controls div {
  height: 45px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-currenttime-container {
  display: none;
}

.mejs-audio.mejs-container .mejs-controls .mejs-time-rail {
  height: 33px;
  padding-top: 12px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-time-total {
  overflow: hidden;
}

.mejs-audio.mejs-container .mejs-controls .mejs-time-slider {
  border-radius: 5px;
  background: #eeecef;
}

.mejs-audio.mejs-container .mejs-controls .mejs-time-slider .mejs-time-loaded {
  background: #eeecef;
}

.mejs-audio.mejs-container .mejs-controls .mejs-time-slider .mejs-time-current {
  background: #1285db;
}

.mejs-audio.mejs-container .mejs-controls .mejs-time {
  height: 28px;
  padding-top: 17px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  margin-top: 6px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-duration {
  color: #333;
  font-size: 14px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-horizontal-volume-total {
  border-radius: 5px;
  background: #eeecef;
  height: 10px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-horizontal-volume-current {
  border-radius: 5px;
  background: #1285db;
  height: 10px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-button {
  height: 45px;
  text-align: center;
  width: 35px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
  position: relative;
}

.mejs-audio.mejs-container .mejs-controls .mejs-button.mejs-playpause-button:after {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(50%, #939191), color-stop(90%, transparent), to(transparent));
  background-image: linear-gradient(transparent 0%, transparent 10%, #939191 50%, transparent 90%, transparent 100%);
  content: '';
  display: block;
  margin: auto 0;
  position: absolute;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-button.mejs-play:before {
  content: '\f04b';
}

.mejs-audio.mejs-container .mejs-controls .mejs-button.mejs-pause:before {
  content: '\ea1d';
}

.mejs-audio.mejs-container .mejs-controls .mejs-button.mejs-mute:before {
  content: '\33';
}

.mejs-audio.mejs-container .mejs-controls .mejs-button.mejs-unmute:before {
  content: '\ea2a';
}

.mejs-audio.mejs-container .mejs-controls .mejs-button:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1285db;
  font-size: 18px;
  line-height: 45px;
}

.mejs-audio.mejs-container .mejs-controls .mejs-button button {
  background-image: none;
  height: 45px;
  top: 0;
  width: 35px;
}

/*
  video post
*/
.v-p {
  margin-bottom: 20px;
}

.wp-video .mejs-video .mejs-controls {
  border-radius: 50px;
  background: rgba(18, 133, 219, 0.87);
  height: 60px;
  margin: 0 auto;
  bottom: 30px;
  left: 0;
  right: 0;
  visibility: visible !important;
  width: 90%;
}

.wp-video .mejs-video .mejs-controls .mejs-time {
  padding-top: 23px;
}

.wp-video .mejs-video .mejs-controls .mejs-currenttime, .wp-video .mejs-video .mejs-controls .mejs-duration {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
}

.wp-video .mejs-video .mejs-controls .mejs-time-total {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.wp-video .mejs-video .mejs-controls .mejs-time-loaded {
  background: #fff;
}

.wp-video .mejs-video .mejs-controls .mejs-time-current {
  border-radius: 5px;
  background: #aea1b5;
}

.wp-video .mejs-video .mejs-controls .mejs-time-rail {
  padding-top: 20px;
}

.wp-video .mejs-video .mejs-controls .mejs-button {
  text-align: center;
}

.wp-video .mejs-video .mejs-controls .mejs-button:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-playpause-button {
  height: 60px;
  width: 60px;
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-playpause-button button {
  margin: 0;
  height: 60px;
  width: 60px;
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-playpause-button:before {
  font-size: 42px;
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-play:before {
  content: '\72';
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-pause:before {
  content: '\74';
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-mute:before {
  content: '\33';
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-unmute:before {
  content: '\ea2a';
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-fullscreen-button:before {
  content: '\e989';
}

.wp-video .mejs-video .mejs-controls .mejs-button button {
  background: none;
  height: 45px;
  top: 0;
  width: 35px;
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-volume-button, .wp-video .mejs-video .mejs-controls .mejs-button.mejs-fullscreen-button {
  width: 35px;
}

.wp-video .mejs-video .mejs-controls .mejs-button.mejs-volume-button button, .wp-video .mejs-video .mejs-controls .mejs-button.mejs-fullscreen-button button {
  margin: 0;
}

/*
  index pages
*/
.wrp.cnt.gin .awr {
  margin-bottom: 0;
}

.wrp.cnt.gin .gr-i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background: #f5f5f5;
  float: left;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 65px;
}

.wrp.cnt.gin .gr-i:after {
  background: #eeecef;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -4px;
}

.wrp.cnt.gin .gr-i p {
  color: #777;
  overflow: hidden;
  word-wrap: break-word;
}

.wrp.cnt.gin .gr-i .awr {
  padding: 0 20px;
}

.wrp.cnt.gin .gr-i .entry-title {
  font-size: 1.556em;
  margin-bottom: 10px;
}

.wrp.cnt.gin .gr-i .fwit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  margin: 0 0 25px;
  width: 100%;
}

.wrp.cnt.gin .gr-i .meta li {
  color: #b3b3b3;
  font-size: .722em;
}

.wrp.cnt.gin .gr-i .meta li > a {
  color: #b3b3b3;
}

.wrp.cnt.gin .bSeCont .gr-i {
  margin-right: 2%;
  width: 49%;
}

.wrp.cnt.gin .bSeCont .gr-i:nth-of-type(2n) {
  margin-right: 0;
}

.wrp.cnt.gin .fullWidth .gr-i {
  margin-right: 2%;
  width: 32%;
}

@media only screen and (min-width: 940px) {
  .wrp.cnt.gin .fullWidth .gr-i:nth-of-type(3n) {
    margin-right: 0;
  }
}

/*
  masonry
*/
.bSe.mry .entry-title {
  font-size: 1.556em;
}

.mry .gnav .gprev, .mry .gnav .gnext {
  width: 30px;
}

.mry .ha .ap {
  bottom: 20px;
}

.mry .hru {
  margin-bottom: 0;
}

.mry .v-p {
  margin-bottom: 0;
}

.mry .meta li {
  font-size: .722em;
}

.mry .fwit {
  margin-bottom: 0;
}

.mry .awr-e {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
  position: relative;
}

.mry .awr-e p {
  color: #777;
}

.mry .awr-e:after {
  background: #51438c;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -4px;
}

.mry .awr-e.qt {
  border: 0;
  background: none;
}

.mry .awr-e.qt:after {
  display: none;
}

.mry .mry-i .awr {
  padding: 20px 20px 75px;
}

.mry .mry-i .awr.imp {
  margin-bottom: 0;
  padding: 9px;
}

.mry .mry-g {
  width: 1.99%;
}

.mry.fullWidth .mry-i {
  float: left;
  width: 32%;
}

.bSeCont .mry .mry-i {
  float: left;
  width: 49%;
}

.mry .mry-i {
  margin-bottom: 20px;
}

.mry .ha .ap {
  background: none;
  margin: 0;
  padding: 0;
}

.mry .ap {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.mry .mry-i .imp .im-i {
  min-height: 225px;
}

.mry .mry-i .imp .im-t {
  padding: 10px 10px 10px 45px;
}

.mry .mry-i .imp .im-t .entry-title {
  font-size: 1.333em;
}

.mry .mry-i .qut h4 {
  font-size: 1.333em;
}

.mry .mry-i .qut h6 {
  padding-top: 20px;
}

.mry .qui + .qut:before {
  color: #fff;
}

.mry .qui + .qut h4, .mry .qui + .qut h6 {
  color: #fff;
}

.mry .qui + .qut h6 {
  border-top: 1px dashed #fff;
}

.mry .qui + .qut h6 strong {
  color: #fff;
}

.mry .quo {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.mry .quo .qut {
  position: relative;
  z-index: 1;
}

.mry .quo .qui {
  display: block;
  float: none;
  min-height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mry .quo .qui:before {
  background: rgba(153, 140, 158, 0.35);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.gin .fwit {
  position: relative;
}

.gin .fwit.i-df:before {
  content: '\35';
}

.gin .fwit.i-gp:before {
  content: '\e606';
}

.gin .fwit.i-ap:before {
  content: '\33';
}

.gin .fwit.i-vp:before {
  content: '\69';
}

.gin .fwit.i-qp:before {
  content: '\79';
}

.gin .fwit.i-ip:before {
  content: '\70';
}

.gin .fwit:after {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: transparent;
  content: '';
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.gin .fwit:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background: rgba(18, 133, 219, 0.65);
  color: #fff;
  display: block;
  height: 62px;
  line-height: 62px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  width: 62px;
  z-index: 1;
}

.gin .fwit:hover:after {
  background: #fff;
  opacity: .65;
}

.gin .fwit:hover:before {
  visibility: visible;
}

/*
  index page
*/
.ind .awr {
  background-image: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/post_sep.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

.ind .awr.nbr {
  background-image: none;
  padding-bottom: 0;
}

.imp.awr {
  background-image: none;
  border: 1px solid #eeecef;
  padding: 9px;
}

.imp.awr .im-i {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  min-height: 380px;
  position: relative;
}

.imp.awr .im-i:hover {
  opacity: .8;
}

.imp.awr .im-t {
  background: rgba(18, 133, 219, 0.88);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 30px 20px 50px;
}

.imp.awr .im-t:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\61';
  color: #fff;
  height: 24px;
  font-size: 24px;
  margin: auto 0;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

.imp.awr .im-t .entry-title {
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  margin: 0;
}

/*
author archive
*/
.aut {
  border: 3px solid #ebebeb;
  background: #f5f5f5;
  display: table;
  margin-bottom: 40px;
  padding: 30px 20px 20px;
  width: 100%;
}

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

.aut h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.aut .aut-t {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.aut .aut-i {
  float: left;
  width: 200px;
}

.aut-t h3 {
  font-size: 1.556em;
}

.aut .aut-s .ss > a {
  height: 40px;
  margin-left: 15px;
  width: 40px;
}

.aut .aut-s .ss > a.fb:before {
  line-height: 35px;
}

.aut .aut-s .ss > a:before {
  line-height: 40px;
}

.aut .aut-s .ss > a:hover {
  background: #eeecef;
}

.aut-s {
  position: relative;
}

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

.aut-s:before {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: -20px;
  width: 300px;
}

.aut-s .ss {
  float: left;
}

.aut-s .ss > a {
  background: #eeecef;
  border: 0;
}

.aut-s .ss > a:hover.tw:before {
  color: #42b3ea;
}

.aut-s .ss > a:hover.fb:before {
  color: #3569b4;
}

.aut-s .ss > a:hover.lk:before {
  color: #0177b5;
}

.aut-s .ss > a:hover.xi:before {
  color: #00605e;
}

.aut-s .ss > a:before {
  color: #999999;
}

.aut-f {
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  font-weight: 400;
  font-size: 1.444em;
}

.aut-i .aui {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.54);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.54);
  border: 4px solid #fff;
  height: 175px;
  margin: 0 auto;
  width: 150px;
}

/*
category archive
*/
.wrp .ar {
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  margin-right: 3px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
}

.wrp .ar h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.556em;
  margin: 0;
}

.wrp .ar:before {
  background: #eeecef;
  content: '';
  position: absolute;
  left: -3px;
  top: -1px;
  bottom: -1px;
  width: 3px;
}

/*
comments
*/
#comments {
  border-top: 1px solid #ebebeb;
}

#comments h3 {
  color: #343434;
  font-size: 1.444em;
  margin-bottom: 15px;
}

.lrp {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 30px 20px;
}

.lrp.hid {
  display: none;
  margin-bottom: 20px;
}

.lrp .llw {
  float: left;
  width: 49%;
}

.lrp .llw:first-child {
  padding-right: 2%;
}

.lrp label {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 42px;
}

.lrp label span {
  color: #1285db;
  font-size: 16px;
}

.lrp input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  display: block;
  height: 43px;
  margin-bottom: 10px;
  width: 100%;
}

.lrp textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bababa;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.lrp input[type="text"], .lrp textarea {
  font-family: 'Roboto', sans-serif;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in;
  transition: -webkit-box-shadow 0.5s ease-in;
  transition: box-shadow 0.5s ease-in;
  transition: box-shadow 0.5s ease-in, -webkit-box-shadow 0.5s ease-in;
  background: #fff;
  color: #666666;
  font-weight: 300;
  font-size: .889em;
  padding-left: 2%;
}

.lrp input[type="text"]:hover, .lrp input[type="text"]:active, .lrp textarea:hover, .lrp textarea:active {
  -webkit-box-shadow: 0 0 0 1px rgba(18, 133, 219, 0.54);
          box-shadow: 0 0 0 1px rgba(18, 133, 219, 0.54);
}

.lrp input[type="submit"] {
  background: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}

.lrp .btn {
  margin-top: 15px;
}

#comments .awr.cmm {
  margin-bottom: 0;
  padding: 50px 0 0;
}

#comments .awr.cmm h6 {
  font-size: 1.444em;
  font-weight: 400;
  margin: 0;
}

#comments, #fbcomments, #comments_fb {
  margin-top: 20px;
}

#comments_fb {
  margin-bottom: 20px;
}

.no_comm {
  margin-bottom: 20px;
}

.cmb {
  border-bottom: 1px solid #e8e8e8;
}

.cmb#thrive_container_list_comments {
  border-bottom: 0;
}

.cmc {
  padding: 20px;
}

.cmc p {
  font-size: 1em;
  margin-bottom: 20px;
}

.cmc .avatar {
  height: 50px;
  width: 50px;
}

.cmc .uDt {
  color: #999999;
  display: block;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 25px;
}

.cmc .nam {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  display: block;
  font-size: 1.222em;
  font-weight: 300;
}

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

.cmc .nam a, .cmc .nam .uNM {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}

.cmc.byAut {
  background: #f5f5f5;
}

.cmc.byAut .nam .uDt {
  color: #1285db;
}

.rpl {
  color: #999999;
  font-size: 1em;
  position: relative;
  padding-left: 20px;
}

.bSe .rpl {
  color: #999999;
}

.bSe .rpl:hover {
  color: #1285db;
}

.rpl:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\32';
  color: #eeecef;
  height: 12px;
  font-size: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.rpl.cancel_reply:before {
  content: '\e621';
}

.cmb {
  margin: 35px 0;
}

.cmb .cmb .cmb {
  padding-left: 10%;
}

.cmb div.ccr {
  width: 89%;
}

.cmb .cmc {
  margin-bottom: 35px;
}

.cmb ul {
  margin-left: 10%;
  padding-left: 0;
}

.arp, .btn.purple input {
  color: #1285db !important;
  border: 1px solid #2AC0FF;
  background-clip: padding-box;
  cursor: pointer;
  display: table;
  font-size: 17px;
  margin: 0 auto 20px;
  padding: 12px 40px;
  font-weight: bold;
}

.arp:hover, .btn.purple input:hover, .arp:active, .btn.purple input:active {
  color: white !important;
  background-color: #51438c;
}

.btn.purple input {
  margin: 0;
}

/*
  related posts block
*/
.rpb {
  border-top: 1px solid #dddddd;
  background: #f6f6f6;
  padding: 50px 0 20px;
}

.rpb h4 {
  color: #1285db;
  font-size: 1.222em;
  margin-top: 0;
  margin-bottom: 15px;
}

.rpb h5 {
  margin-bottom: 20px;
}

.rpb .cat {
  font-family: 'Roboto', sans-serif;
  background: #ccc;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  padding: 5px 10px;
  position: relative;
}

.rpb .cat:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  top: -4px;
  left: 10px;
  width: 0;
}

.rpb .cat:hover {
  background: #998c9e;
}

.rpb .cat:hover:before {
  border-bottom-color: #998c9e;
}

.rpb .date {
  font-family: 'Roboto', sans-serif;
  color: #999999;
  float: left;
  font-weight: 300;
  font-size: 13px;
  line-height: 27px;
}

.rpb .rpi-i:hover h5 {
  color: #666666;
}

.rpb .rpi {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}

/*
  standard elements
*/
.wrp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 1190px;
}

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

.fullWidth .in, .fullWidth .cck {
  margin: 0 auto;
  width: 1190px;
}

.cnt {
  margin-top: 50px;
  position: relative;
}

.awr {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.awr-i {
  word-wrap: break-word;
}

.entry-title {
  margin-bottom: 17px;
}

.entry-title a {
  color: #333333;
}

.entry-title a:hover {
  color: #1285db;
}

/*
  more button
*/
.cnt .mrb {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #2AC0FF;
  background-clip: padding-box;
  color: #1285db;
  display: table;
  font-size: 1em;
  font-weight: 600;
}

.cnt .mrb span {
  display: block;
  line-height: 37px;
  padding: 5px 20px;
}

.cnt .mrb:hover {
  background-color: #51438c;
  color: white;
}

.cnt .mrb:active {
  background-color: #51438c;
  color: white;
}

.cnt .mry .mrb:after, .cnt .gr-i .mrb:after {
  width: 16px;
  border-left: none;
}

.gin .bSe .mrb, .mry .bSe .mrb {
  font-family: 'Roboto', sans-serif;
  color: #1285db;
  display: block;
  font-weight: 600;
  font-size: .833em;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.gin .bSe .mrb:hover, .mry .bSe .mrb:hover {
  background-color: #51438c;
  color: white;
}

.mry.bSe .mrb {
  font-family: 'Open Sans', sans-serif;
  color: #1285db;
  display: block;
  font-weight: 700;
  font-size: 1em;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.mry.bSe .mrb:hover {
  background-color: #51438c;
  color: white;
}

.mre {
  color: #1285db;
}

.fwit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 0 35px 0;
}

.fwit img {
  display: block;
  width: 100%;
}

.thi {
  float: right;
  max-width: 250px;
  margin: 0 0 20px 20px;
}

.ind a.fwit:hover, .mry a.fwit:hover {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: .8;
}

.ind a.thi:hover, .mry a.thi:hover {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: .8;
}

.met {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

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

.meta li {
  display: block;
  font-size: .833em;
  float: left;
  padding-right: 5px;
}

.meta li:before {
  display: none;
}

.bSe .meta {
  margin-bottom: .75em;
}

.bSe .meta li {
  padding-left: 0;
  margin-bottom: 0;
}

.bSe .cou {
  border-radius: 30px;
  background: #1285db;
  color: #fff;
  display: block;
  font-size: 15px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  padding: 0 15px;
}

.bSe .ss {
  float: left;
}

.bSe .ss > a {
  height: 33px;
  margin: 0 2px 0 0;
  width: 33px;
}

.bSe .ss > a:before {
  font-size: 20px;
  line-height: 33px;
}

.mets {
  padding-bottom: 20px;
}

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

/*
  full width page
*/
/*
  blank page
*/
.bp-t {
  background: #fff;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.bp-t:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
}

.bp-t .wrp {
  background: #fff;
  display: inline-block;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.bp-t .wrp p {
  margin-bottom: 20px;
}

.bp-t .bSe {
  border: 0;
}

.bp-t .fullWidth .out {
  margin-left: -2500px;
  width: 6170px;
}

.bp-t .fullWidth .out .in.pddbg {
  width: auto;
}

.bp-t .fullWidth .out .in {
  margin: 0 auto;
}

.bp-t .fullWidth .out .in .cck {
  margin: 0 auto;
  width: 1170px;
}

@media only screen and (max-width: 1300px) {
  .bp-t .fullWidth .out {
    margin-left: -2410px;
    width: 5880px;
  }
  .bp-t .fullWidth .out .in {
    height: 100% !important;
  }
  .bp-t .fullWidth .out .in .cck {
    width: 1080px;
  }
}

@media only screen and (max-width: 1080px) {
  .bp-t .fullWidth .out {
    width: 5699px;
  }
  .bp-t .fullWidth .out .in {
    height: 100% !important;
  }
  .bp-t .fullWidth .out .in .cck {
    width: 900px;
  }
}

@media only screen and (max-width: 940px) {
  .bp-t .fullWidth .out {
    width: 5500px;
  }
  .bp-t .fullWidth .out .in .cck {
    width: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .bp-t .fullWidth .out {
    width: 5260px;
  }
  .bp-t .fullWidth .out .in .cck {
    width: 440px;
  }
}

@media only screen and (max-width: 540px) {
  .bp-t .fullWidth .out {
    width: 5110px;
  }
  .bp-t .fullWidth .out .in .cck {
    width: 290px;
  }
}

@media only screen and (max-width: 380px) {
  .bp-t .wrp {
    width: 260px;
  }
  .bp-t .fullWidth .out {
    width: 5060px;
  }
  .bp-t .fullWidth .out .in .cck {
    width: 260px;
  }
}

/*
  narrow page
*/
.bpd, .bpd .cck {
  margin: 0 auto;
  width: 975px;
}

/*
  breadcrumbs
*/
.brd {
  background: #f6f6f6;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
}

body.page-template .brd {
  display: none;
}

.brd ul {
  list-style-type: none;
}

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

.brd ul li {
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-weight: 300;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  padding-right: 5px;
}

.brd ul li:hover {
  color: #1285db;
}

.brd ul li a {
  color: #666666;
}

.brd ul li a:hover {
  color: #1285db;
}

.brd .no-link {
  color: #8c8b8b;
  text-decoration: none;
  cursor: default;
}

/*
  sidebar page
*/
.bSeCont .bSe {
  width: 67%;
}

.pnav {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

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

.pnav .pav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.pnav .pav.left {
  padding-right: 40px;
  text-align: left;
}

.pnav .pav.left span:first-child {
  border-left: 1px solid #eeecef;
  margin-left: 30px;
  position: relative;
  padding-left: 10px;
}

.pnav .pav.left span:first-child:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e621';
  display: block;
  font-size: 10px;
  line-height: 27px;
  margin-right: 15px;
  position: absolute;
  left: -20px;
}

.pnav .pav.right {
  padding-left: 40px;
  text-align: right;
}

.pnav .pav.right span:first-child {
  border-right: 1px solid #eeecef;
  margin-right: 30px;
  position: relative;
  padding-right: 10px;
}

.pnav .pav.right span:first-child:after {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\32';
  font-size: 10px;
  line-height: 27px;
  margin-left: 15px;
  position: absolute;
  right: -20px;
}

.pnav .pav:hover span {
  color: #999999;
}

.pnav .pav:hover span:first-child {
  color: #998c9e;
}

.pnav .pav span {
  color: #666666;
  display: block;
  font-weight: 500;
  font-size: 1em;
}

.pnav .pav span:first-child {
  color: #82748e;
  font-size: .833em;
  margin-bottom: 15px;
}

.pgn {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  display: table;
  margin: 20px auto 20px 0;
  overflow: hidden;
}

.pgn > a:last-child:after {
  display: none;
}

.pgn > span, .pgn > a {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  cursor: pointer;
  color: #999999;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 500;
  height: 37px;
  line-height: 37px;
  padding: 0 14px;
  position: relative;
}

.pgn > span:after, .pgn > a:after {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(50%, #e8e8e8), to(#fbfbfb));
  background-image: linear-gradient(#f3f3f3 0%, #e8e8e8 50%, #fbfbfb 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
}

.pgn > span.current:before, .pgn > a.current:before {
  background: #51438c;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.pgn > span:hover:before, .pgn > a:hover:before {
  background: #1285db;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.h-if header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.h-ic {
  position: relative;
}

.h-ic header {
  background-position: center center;
  background-repeat: no-repeat;
}

.h-ic header.center {
  padding-top: 0;
}

.h-ic .h-i {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}

header {
  text-align: center;
}

header:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: bottom;
}

header .m-si {
  min-height: 30px;
}

header .h-i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

header #logo, header #text-logo {
  min-width: 200px;
}

header #logo img {
  display: block;
  max-width: 200px;
}

header.side .m-si {
  float: right;
}

header.side .m-si nav, header.side .m-si .phone {
  display: table-cell;
}

header.side #logo, header.side #text-logo {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

header.side #logo a, header.side #text-logo a {
  display: block;
}

header.side .m-s {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

header.side .m-s:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

header.center {
  padding-top: 30px;
}

header.center #logo, header.center #text-logo {
  min-width: 200px;
}

header.center #logo a, header.center #text-logo a {
  display: inline-block;
}

header.center #logo a img, header.center #text-logo a img {
  margin: 0 auto;
}

header.center .m-s {
  display: table;
  margin: 0 auto;
}

header.center .m-si nav, header.center .m-si .phone {
  float: left;
}

#text-logo a {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 50px;
}

.fln #text-logo a {
  line-height: 32px;
}

#text-logo.blue a {
  color: #24447b;
}

#text-logo.dark a {
  color: #000000;
}

#text-logo.green a {
  color: #1d5031;
}

#text-logo.light a {
  color: #999999;
}

#text-logo.orange a {
  color: #c5523f;
}

#text-logo.purple a {
  color: #51425f;
}

#text-logo.red a {
  color: #6e252c;
}

#text-logo.teal a {
  color: #21676f;
}

header.side .m-si .phone_mobile, header.center .m-si .phone_mobile {
  display: none;
}

header .phone {
  vertical-align: bottom;
}

header .phone .phr {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 10px;
  text-align: left;
}

header .phone .phr span {
  font-family: 'Roboto', sans-serif;
  display: block;
}

header .phone .phr .fphr, header .phone .phr .mphr {
  font-size: 17px;
  font-weight: 500;
}

header .phone .phr .apnr {
  font-size: 17px;
  font-weight: 300;
}

header .phone .phr .mphr {
  display: none;
}

header .phone .apnr {
  color: #fff;
}

header .phone.blue .fphr {
  color: #c9dbef;
}

header .phone.dark .fphr {
  color: #666666;
}

header .phone.green .fphr {
  color: #e7ede9;
}

header .phone.light .fphr {
  color: #f6f6f6;
}

header .phone.orange .fphr {
  color: #ffeeea;
}

header .phone.purple .fphr {
  color: #eeecef;
}

header .phone.red .fphr {
  color: #fbe8e4;
}

header .phone.teal .fphr {
  color: #e7f1f2;
}

header .hsm {
  display: none;
}

header nav > ul.menu li.current-menu-item a:before, header nav > ul.menu li.current_page_item a:before, header nav > ul.menu li.current-page-item a:before, header nav ul#menu li.current-menu-item a:before, header nav ul#menu li.current_page_item a:before, header nav ul#menu li.current-page-item a:before {
  width: 100%;
}

header nav > ul > li a:before {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  width: 0;
}

header nav > ul > li a:hover:before {
  width: 100%;
}

header.center nav > ul > li {
  padding: 15px;
}

header.side nav > ul > li {
  padding: 30px 15px 15px;
}

header nav > ul > li.menu-item-has-children > a {
  position: relative;
}

header nav ul li {
  display: inline-block;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
}

header nav ul li a {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: .778em;
  text-transform: uppercase;
  position: relative;
}

header nav ul li > ul {
  -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.18);
  border-bottom: 3px solid #1285db;
  display: none;
  min-width: 230px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  z-index: 4000;
}

header nav ul li > ul li {
  background: #fff;
  display: block;
  float: none;
  position: relative;
  padding: 0 15px;
  text-transform: none;
}

header nav ul li > ul li:hover {
  background: #f8f8f8;
}

header nav ul li > ul li a {
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px dotted #cacaca;
  color: #666666;
  font-weight: 300;
  font-size: .889em;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  text-transform: none;
  white-space: nowrap;
}

header nav ul li > ul li a:hover {
  color: #1285db;
}

header nav ul li > ul li ul {
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 10000;
}

header nav ul li > ul li.menu-item-has-children > a {
  position: relative;
}

header nav ul li > ul li.menu-item-has-children > a:after {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\63';
  color: inherit;
  display: block;
  font-size: 16px;
  height: 16px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.has-extended.has-heading .colch {
  font-family: 'Roboto', sans-serif;
  color: #1285db !important;
  border-bottom: 0;
  font-size: .889em;
  font-weight: 500;
  margin: 0;
  padding: 15px;
  position: relative;
  text-align: left;
  word-wrap: break-word;
}

.has-extended.has-heading .colch:after {
  display: none;
}

.has-extended:not(.has-heading) .colch {
  margin: 0 15px;
  padding: 0;
  width: 75%;
}

.has-extended:not(.has-heading) .colch:after {
  display: none;
}

.has-extended .colch {
  color: #e6e6e6;
  font-weight: 300;
}

.has-free {
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 15px;
}

.has-free:hover {
  background: none !important;
}

.has-free a {
  line-height: 1em !important;
  text-decoration: underline;
}

.has-free a:before {
  display: none;
}

.has-extended img.alignleft, .has-extended img.alignright, .has-extended img.alignnone {
  margin: 0 !important;
}

.has-extended img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

header nav ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

header nav li.has-extended ul {
  position: absolute;
  left: auto;
  right: auto;
}

header nav li.has-extended ul.position_right {
  position: absolute;
  right: -33px;
}

header nav li.has-extended ul.position_left {
  position: absolute;
  left: -33px;
}

header nav li.has-extended > ul.sub-menu {
  background: #fff;
  margin: 0;
  padding-bottom: 25px;
}

header nav li.has-extended > ul.sub-menu li.menu-item {
  background: none;
  display: block;
  position: static;
}

header nav li.has-extended > ul.sub-menu li.menu-item:hover {
  background: none;
}

header nav li.has-extended > ul.sub-menu li.menu-item:first-child {
  border-bottom: 0 none;
}

header nav li.has-extended > ul.sub-menu li.menu-item > a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #666666;
  line-height: 42px;
  text-indent: 0;
}

header nav li.has-extended > ul.sub-menu li.menu-item > a:hover {
  color: #1285db;
}

header nav li.has-extended > ul.sub-menu > li {
  background: none;
  float: left;
  width: 49%;
}

header nav li.has-extended > ul.sub-menu > li ul.sub-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  display: block !important;
  position: static;
  opacity: 1 !important;
}

header nav li.has-extended > ul.sub-menu > li ul.sub-menu > li:hover {
  background: #f8f8f8;
}

header nav li.has-extended > ul.sub-menu > li ul.sub-menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

header nav li.has-extended > ul.sub-menu > li ul.sub-menu li a {
  padding: 0;
  width: 85%;
}

header nav li.has-extended ul li {
  border: 0 none;
}

header nav li.has-extended ul li ul li:first-child {
  border: 0 none;
}

header nav li.col-no-4 {
  position: static;
}

header nav li.col-no-4:before {
  display: none !important;
}

header nav li.col-no-4 > ul.sub-menu, header nav li.col-no-4 ul.sub-menu.position_menu {
  display: none;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

header nav li.col-no-4 > ul.sub-menu ul.submenu li, header nav li.col-no-4 ul.sub-menu.position_menu ul.submenu li {
  padding-right: 0;
}

@media only screen and (min-width: 1080px) {
  header nav li.col-no-4.has-extended > ul.sub-menu, header nav li.col-no-4.has-extended ul.sub-menu.position_menu {
    width: 1190px;
  }
  header nav li.col-no-4.has-extended > ul > li {
    padding: 0 2%;
    width: 21%;
  }
  header nav li.col-no-4.has-extended > ul > li:nth-of-type(4n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1079px) {
  header nav li.col-no-4.has-extended > ul.sub-menu, header nav li.col-no-4.has-extended ul.sub-menu.position_menu {
    width: 770px;
  }
  header nav li.col-no-4.has-extended > ul > li {
    padding: 0 1%;
    width: 31%;
  }
  header nav li.col-no-4.has-extended > ul > li:nth-of-type(3n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 840px) and (max-width: 939px) {
  header nav li.col-no-4.has-extended {
    position: relative;
  }
  header nav li.col-no-4.has-extended > ul.sub-menu, header nav li.col-no-4.has-extended ul.sub-menu.position_menu {
    width: 520px;
  }
  header nav li.col-no-4.has-extended > ul > li {
    padding: 0 1%;
    width: 48%;
  }
  header nav li.col-no-4.has-extended > ul > li:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 772px) and (max-width: 839px) {
  header nav li.col-no-4.has-extended {
    position: relative;
  }
  header nav li.col-no-4.has-extended > ul.sub-menu, header nav li.col-no-4.has-extended ul.sub-menu.position_menu {
    width: 260px;
  }
  header nav li.col-no-4.has-extended > ul > li {
    clear: both;
    padding: 0 1%;
    width: 98%;
  }
}

header nav li.col-no-3 > ul.sub-menu {
  width: 770px;
}

@media only screen and (min-width: 1080px) {
  header nav li.col-no-3.has-extended > ul.sub-menu, header nav li.col-no-3.has-extended ul.sub-menu.position_menu {
    width: 770px;
  }
  header nav li.col-no-3.has-extended ul li {
    padding: 0 2%;
    width: 29%;
  }
  header nav li.col-no-3.has-extended ul li:nth-of-type(3n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1079px) {
  header nav li.col-no-3.has-extended > ul.sub-menu, header nav li.col-no-3.has-extended ul.sub-menu.position_menu {
    width: 520px;
  }
  header nav li.col-no-3.has-extended ul li {
    padding: 0 1%;
    width: 48%;
  }
  header nav li.col-no-3.has-extended ul li:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 772px) and (max-width: 839px) {
  header nav li.col-no-3.has-extended > ul.sub-menu, header nav li.col-no-3.has-extended ul.sub-menu.position_menu {
    width: 260px;
  }
  header nav li.col-no-3.has-extended ul li {
    clear: both;
    padding: 0 1%;
    width: 98%;
  }
}

@media only screen and (min-width: 772px) and (max-width: 1024px) {
  header #logo, header #text-logo {
    min-width: 200px;
  }
  header.center nav > ul > li {
    padding: 15px;
  }
  header.side nav > ul > li {
    padding: 40px 15px 15px 0;
  }
}

header nav li.col-no-2 > ul.sub-menu {
  width: 520px;
}

@media only screen and (min-width: 772px) {
  header nav li.col-no-2.has-extended ul li {
    padding: 0 2%;
    width: 46%;
  }
  header nav li.col-no-2.has-extended ul li:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media only screen and (min-width: 772px) and (max-width: 839px) {
  header nav li.col-no-2.has-extended > ul.sub-menu, header nav li.col-no-2.has-extended ul.sub-menu.position_menu {
    width: 260px;
  }
  header nav li.col-no-2.has-extended ul li {
    clear: both;
    padding: 0 1%;
    width: 98%;
  }
}

header nav li.col-no-1 ul.sub-menu {
  float: none;
  width: 260px;
}

header nav li.col-no-1 ul.sub-menu li {
  float: none;
  margin: 0 auto;
  width: auto;
}

header nav li.col-no-1 ul.sub-menu li ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

header nav li.col-no-1 ul.sub-menu li ul li {
  padding: 0;
}

@media only screen and (min-width: 940px) and (max-width: 1350px) {
  header nav li.has-extended.col-no-3 {
    position: static;
  }
  header nav li.has-extended.col-no-3 > ul.sub-menu {
    margin: auto;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 940px) and (min-width: 772px) {
  header nav li.has-extended > ul.sub-menu, header nav li.has-extended.col-no-4 > ul.sub-menu {
    position: absolute;
    left: auto;
    right: 0;
  }
  header nav li.has-extended > ul.sub-menu.position_left, header nav li.has-extended.col-no-4 > ul.sub-menu.position_left {
    left: -33px;
    right: auto;
  }
  header nav li.has-extended > ul.sub-menu.position_right, header nav li.has-extended.col-no-4 > ul.sub-menu.position_right {
    right: -33px;
    left: auto;
  }
  header nav li.has-extended:first-of-type > ul.sub-menu.position_left, header nav li.has-extended.col-no-4:first-of-type > ul.sub-menu.position_left {
    left: 0;
    right: auto;
  }
}

.has-free a {
  background: none !important;
  border-top: 0 !important;
  display: inline !important;
  padding: 0 !important;
}

.has-free a:hover {
  color: #1285db !important;
}

#floating_menu .wrp {
  position: relative;
}

/*
  floating social sharing buttons
*/
.fln {
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  background: #1285db;
  padding: 15px 0;
  position: fixed;
  top: -500px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 102;
}

.fln.fff {
  top: 0;
}

.fln.fff.adm {
  top: 32px;
}

header {
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

header.fbh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

header.fbh.adm {
  top: 32px;
}

.fl-l {
  float: left;
  margin-right: 50px;
  padding-top: 10px;
}

.fl-l img {
  max-width: 150px;
}

.fl-s {
  float: left;
  margin-top: 10px;
}

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

.fl-s .cou {
  font-family: 'Roboto', sans-serif;
  border-radius: 30px;
  background: #998c9e;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  float: left;
  padding: 7px 10px;
}

.fl-s ul {
  list-style-type: none;
  float: left;
}

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

.fl-s ul li {
  font-family: 'Roboto', sans-serif;
  border-radius: 30px;
  border: 2px solid rgba(238, 236, 239, 0.28);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  float: left;
  margin-left: 5px;
}

.fl-s ul li:hover {
  background: #998c9e;
  border: 2px solid #998c9e;
}

.fl-s ul li.fb a:before {
  content: '\3d';
}

.fl-s ul li.tw a:before {
  content: '\71';
  position: relative;
  top: 1px;
}

.fl-s ul li.gg a:before {
  content: '\2d';
  position: relative;
  top: 2px;
}

.fl-s ul li.lk a:before {
  content: '\77';
}

.fl-s ul li.pt a:before {
  content: '\6d';
}

.fl-s ul li a {
  color: #fff;
  display: block;
  padding: 5px 8px;
}

.fl-s ul li a:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  margin-right: 10px;
}

/*
  header cta
*/
@media only screen and (min-width: 768px) {
  .h-cta {
    padding: 0 !important;
  }
  .h-cta > a {
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    padding: 10px 20px;
  }
  .h-cta > a:hover:before {
    display: none !important;
  }
  .h-cta > a span {
    display: block;
    font-size: 10px;
  }
  header .h-cta > a:active {
    color: #fff;
  }
  .h-cta.blue a {
    border: 2px solid #4b7cc7;
    color: #4b7cc7;
  }
  .h-cta.blue a:hover {
    border: 2px solid #c9dbef;
    color: #c9dbef;
  }
  .h-cta.blue a:active {
    border: 2px solid #4b7cc7;
    background: #4b7cc7;
  }
  .h-cta.dark a {
    border: 2px solid #666666;
    color: #666666;
  }
  .h-cta.dark a:hover {
    border: 2px solid #666666;
    color: #666666;
  }
  .h-cta.dark a:active {
    border: 2px solid #666666;
    background: #666666;
  }
  .h-cta.green a {
    border: 2px solid #bbd4c1;
    color: #bbd4c1;
  }
  .h-cta.green a:hover {
    border: 2px solid #e7ede9;
    color: #e7ede9;
  }
  .h-cta.green a:active {
    border: 2px solid #bbd4c1;
    background: #bbd4c1;
  }
  .h-cta.light a {
    border: 2px solid #f6f6f6;
    color: #f6f6f6;
  }
  .h-cta.light a:hover {
    border: 2px solid #f6f6f6;
    color: #f6f6f6;
  }
  .h-cta.light a:active {
    border: 2px solid #f6f6f6;
    background: #f6f6f6;
  }
  .h-cta.orange a {
    border: 2px solid #eedfda;
    color: #eedfda;
  }
  .h-cta.orange a:hover {
    border: 2px solid #ffeeea;
    color: #ffeeea;
  }
  .h-cta.orange a:active {
    border: 2px solid #eedfda;
    background: #eedfda;
  }
  .h-cta.purple a {
    border: 2px solid #d1c4de;
    color: #d1c4de;
  }
  .h-cta.purple a:hover {
    border: 2px solid #eeecef;
    color: #eeecef;
  }
  .h-cta.purple a:active {
    border: 2px solid #d1c4de;
    background: #d1c4de;
  }
  .h-cta.red a {
    border: 2px solid #e4cbc7;
    color: #e4cbc7;
  }
  .h-cta.red a:hover {
    border: 2px solid #fbe8e4;
    color: #fbe8e4;
  }
  .h-cta.red a:active {
    border: 2px solid #e4cbc7;
    background: #e4cbc7;
  }
  .h-cta.teal a {
    border: 2px solid #9dc3c6;
    color: #9dc3c6;
  }
  .h-cta.teal a:hover {
    border: 2px solid #e7f1f2;
    color: #e7f1f2;
  }
  .h-cta.teal a:active {
    border: 2px solid #9dc3c6;
    background: #9dc3c6;
  }
}

.hel {
  padding-bottom: 20px;
}

.sAsCont .sAs {
  width: 28%;
}

.sAsCont .sAs section {
  margin-bottom: 23px;
}

.sAsCont section ul, footer section ul {
  list-style-type: none;
}

.sAsCont section ul li, footer section ul li {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.sAsCont section ul li ul, footer section ul li ul {
  margin-top: 10px;
}

.sAsCont section ul li > a, footer section ul li > a {
  color: inherit;
}

.sAsCont section ul li:before, footer section ul li:before {
  content: '\000BB';
  position: absolute;
  left: 0;
  top: -2px;
}

/*
  sidebar widgets colors
*/
.sAsCont section .ttl {
  color: #333333;
  font-weight: 500;
  font-size: 1.333em;
}

.sAsCont section .ttl a {
  color: #1285db;
}

.sAsCont section .scn {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 20px 15px;
}

.sAsCont section .scn:before {
  background: #1285db;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -4px;
}

.sAsCont section ul li {
  color: #333333;
}

.sAsCont section ul li:hover {
  color: #1285db;
}

.sAsCont section ul li > a {
  color: inherit;
}

.sAsCont section ul li:before {
  color: #1285db;
}

.sAsCont .txt a {
  color: #333333;
}

.sAsCont .txt span {
  color: #bfbfbf;
}

.sAsCont section[id*='recent-comments'] .scn ul li {
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}

.sAsCont section[id*='recent-comments'] .scn ul li a {
  color: #333333;
}

.sAsCont section[id*='recent-comments'] .scn ul li a:hover {
  color: #1285db;
}

.sAsCont .mrb {
  border: 2px solid rgba(18, 133, 219, 0.4);
  color: rgba(18, 133, 219, 0.4);
}

.sAsCont .mrb:after {
  border-left: 2px solid rgba(18, 133, 219, 0.15);
}

.sAsCont .mrb:hover {
  border: 2px solid rgba(18, 133, 219, 0.7);
  color: rgba(18, 133, 219, 0.7);
}

.sAsCont .mrb:active {
  background-color: rgba(18, 133, 219, 0.4);
  border: 2px solid rgba(18, 133, 219, 0.4);
  color: #fff;
}

.sAsCont .mrb:active:after {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.sAsCont .tabs_widget .pps:hover a, .sAsCont .rw .pps:hover a {
  color: #1285db;
}

.sAsCont section[id*='rss'] ul li {
  border-bottom: 1px solid #e5e5e5;
}

.sAsCont section[id*='rss'] ul li .rsswidget {
  color: #333333;
}

.sAsCont section[id*='rss'] ul li .rss-date {
  color: #1285db;
}

.sAsCont .aiv-e {
  border: 5px solid #fff;
}

.widget-rise-related .pps {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-and-tabs-styling .tim, .widget-rise-related.rw .tim, .tabs_widget.widget-rise-tabs .scTC .tim {
  width: 20%;
  margin: 10px 0 0;
}

.posts-and-tabs-styling .tim .wti, .widget-rise-related.rw .tim .wti, .tabs_widget.widget-rise-tabs .scTC .tim .wti {
  width: auto;
  padding-bottom: 100%;
  margin: 0;
  height: auto;
}

.posts-and-tabs-styling .txt, .widget-rise-related.rw .txt, .tabs_widget.widget-rise-tabs .scTC .txt {
  width: 70%;
  float: right;
}

/*
  footer widgets colors
*/
footer {
  font-family: 'Roboto', sans-serif;
}

footer section ul li {
  color: #eeecef;
}

footer section ul li:hover {
  color: #fff;
}

footer section ul li > a {
  color: inherit;
}

footer section ul li:before {
  color: #fff;
}

footer a {
  color: #eeecef;
}

footer section[id*='recent-comments'] .scn ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

footer .fmw p {
  color: #eeecef;
}

footer .mrb {
  border: 2px solid #eeecef;
  color: #eeecef;
}

footer .mrb:after {
  border-left: 2px solid #eeecef;
}

footer .mrb:hover {
  border: 2px solid #fff;
  color: #fff;
}

footer .mrb:active {
  background-color: rgba(18, 133, 219, 0.4);
  border: 2px solid rgba(18, 133, 219, 0.4);
  color: #fff;
}

footer .mrb:active:after {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

footer section[id*='rss'] ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer section[id*='rss'] .ttl {
  margin-bottom: 20px;
}

footer .aiv-e {
  border: 5px solid #82748e;
}

footer .fmw .at-t {
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
}

/*
  search
*/
.sAs section[id*='search'] .scn, footer section[id*='search'] .scn {
  border-radius: 0;
  background: none;
  border: 0;
  padding: 0;
}

.sAs section[id*='search'] .scn:before, footer section[id*='search'] .scn:before {
  display: none;
}

.srh {
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
  display: table;
  width: 100%;
}

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

.srh input[type="text"] {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  background: none;
  color: #999999;
  display: table-cell;
  font-weight: 300;
  font-size: 1em;
  padding: 15px;
  vertical-align: top;
  width: 88%;
}

.srh input[type="text"]:hover, .srh input[type="text"]:focus {
  color: #000;
}

.srh button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  background: none;
  display: table-cell;
  height: 53px;
  vertical-align: top;
  width: 10%;
}

.srh button:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\31';
  color: #999999;
  font-size: 18px;
}

/*
  tagcloud
*/
section[id*='tag_cloud'] .tagcloud:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

section[id*='tag_cloud'] .tagcloud a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  background: #eeecef;
  color: #666666;
  display: block;
  font-weight: 300;
  font-size: 16px !important;
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 5px 10px;
}

section[id*='tag_cloud'] .tagcloud a:hover {
  background: #1285db;
  color: #fff;
}

/*
  follow me
*/
.widget.follow_me ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.widget.follow_me ul li:before {
  display: none;
}

.widget.follow_me .sm_icons {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}

.widget.follow_me .sm {
  display: block;
  float: left;
  height: 50px;
  text-align: center;
  width: 50px;
}

.widget.follow_me .sm.fb:before {
  line-height: 45px;
  margin-right: 5px;
}

.widget.follow_me .sm:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}

.sm.dr {
  background: #ff5c93;
}

.sm.dr:before {
  content: ",";
}

.sm.fb {
  background: #3569b4;
}

.sm.fb:before {
  content: "=";
}

.sm.gg {
  background: #e04b35;
}

.sm.gg:before {
  content: "-";
}

.sm.lk {
  background: #0177b5;
}

.sm.lk:before {
  content: "w";
}

.sm.pt {
  background: #cf2123;
}

.sm.pt:before {
  content: "m";
}

.sm.rs {
  background: #f97e17;
}

.sm.rs:before {
  content: "k";
}

.sm.tw {
  background: #42b3ea;
}

.sm.tw:before {
  content: "q";
}

.sm.vm {
  background: #21b7ea;
}

.sm.vm:before {
  content: "l";
}

.sm.yt {
  background: #de332c;
}

.sm.yt:before {
  content: "v";
}

.sm.is {
  background: #5280a5;
}

.sm.is:before {
  content: "E";
}

.sm.xi {
  background: #00605e;
}

.sm.xi:before {
  content: "R";
}

/*
  author widget
*/
.wat .at-t {
  color: #1285db;
  font-weight: 500;
  font-size: 1.556em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.wat .aiv-e {
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  display: table;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wat .aiv-e .aiv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 95px;
  width: 95px;
}

.wat .aiv-e .author-avatar img {
  border-radius: 100%;
  display: block;
}

.wat .mrb {
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  background-clip: padding-box;
  display: table;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.wat .mrb span {
  display: block;
  line-height: 37px;
  padding: 0 25px;
}

.wat .mrb:after {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\32';
  color: inherit;
  display: table-cell;
  font-size: 10px;
  line-height: 35px;
  text-align: center;
  width: 40px;
}

/*
  tabs widget
*/
section.tabs_widget .scn {
  padding-top: 0;
}

section.tabs_widget .scn .scT ul.tabs {
  display: table;
  list-style: none;
  margin-bottom: -1px;
  width: 100%;
}

section.tabs_widget .scn .scT ul.tabs li {
  background: #fff;
  display: table-cell;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: bottom;
}

section.tabs_widget .scn .scT ul.tabs li:last-child {
  border-right: 0;
}

section.tabs_widget .scn .scT ul.tabs li.tS {
  background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

section.tabs_widget .scn .scT ul.tabs li:before {
  display: none;
}

section.tabs_widget .scn .scT ul.tabs li a {
  color: #1285db;
  display: block;
  font-size: 1em;
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  word-wrap: break-word;
  outline: none;
}

section.tabs_widget .scn .scT .scTC {
  display: none;
  margin-bottom: 30px;
  padding: 0;
}

section.tabs_widget .scn .scT .scTC .txt.noImageTab {
  width: 100%;
}

.tabs_widget .pps, .rw .pps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 15px;
}

.tabs_widget .pps:last-of-type, .rw .pps:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.tabs_widget .tim, .rw .tim {
  margin-right: 10px;
  width: 90px;
}

.tabs_widget .tim .wti, .rw .tim .wti {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  height: 80px;
  width: 80px;
}

.tabs_widget .txt, .rw .txt {
  width: 67%;
}

.tabs_widget .txt a, .rw .txt a {
  display: block;
  font-weight: 300;
  font-size: 1em;
}

.tabs_widget .txt span, .rw .txt span {
  font-size: .833em;
  font-weight: 500;
}

/*
  recent posts
*/
.rw .ttl {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.rw .scn {
  padding-left: 0;
  padding-right: 0;
}

.rw .txt.noImageTab {
  padding-left: 20%;
  position: relative;
  width: 80%;
}

.rw .txt.noImageTab:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\75';
  color: #cdcdcd;
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 0;
}

/*
  recent comments
*/
section[id*='recent-comments'] .ttl {
  padding-left: 15px;
  padding-right: 15px;
}

section[id*='recent-comments'] .scn {
  padding-left: 0;
  padding-right: 0;
}

section[id*='recent-comments'] .scn ul li {
  padding-bottom: 20px;
}

section[id*='recent-comments'] .scn ul li:last-of-type {
  border-bottom: 0;
}

section[id*='recent-comments'] .scn ul li:before {
  display: none;
}

/*
  rss widget
*/
.sAs a.rsswidget img, footer a.rsswidget img {
  display: none;
}

section[id*='rss'] ul {
  margin-left: -15px;
  margin-right: -15px;
}

section[id*='rss'] ul li {
  padding-bottom: 20px;
}

section[id*='rss'] ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

section[id*='rss'] ul li:before {
  content: '';
}

section[id*='rss'] ul li .rsswidget {
  font-weight: 500;
  font-size: 1.111em;
}

section[id*='rss'] ul li .rss-date {
  font-weight: 300;
  font-size: 1em;
}

section[id*='rss'] ul li .rssSummary {
  margin-top: 15px;
}

/*
  calendar
*/
section[id*='calendar-'] .scn {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0;
}

section[id*='calendar-'] .scn:before {
  display: none;
}

section[id*='calendar-'] table {
  border-collapse: separate;
}

section[id*='calendar-'] #wp-calendar {
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

section[id*='calendar-'] caption {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #1285db;
  color: #fff;
  font-size: 1.111em;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

section[id*='calendar-'] thead th {
  background: #eeecef;
  color: #1285db;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding: 15px;
}

section[id*='calendar-'] tfoot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  height: 40px;
  line-height: 40px;
}

section[id*='calendar-'] tfoot a {
  color: #1285db;
  font-size: 1em;
}

section[id*='calendar-'] td#prev {
  text-align: left;
}

section[id*='calendar-'] td#prev a {
  margin-left: 20px;
}

section[id*='calendar-'] td#next {
  text-align: right;
}

section[id*='calendar-'] td#next a {
  margin-right: 20px;
}

section[id*='calendar-'] tbody {
  background: #fff;
  color: #666666;
  font-size: 1em;
}

section[id*='calendar-'] tbody td {
  padding: 10px;
}

section[id*='calendar-'] tbody td a {
  color: #1285db;
}

/*
  phone widget
*/
.sAs .phone, footer .phone {
  border-radius: 50px;
  border: 2px solid #d1c4de;
  background: #eeecef;
  display: table;
  vertical-align: middle;
  z-index: 3;
}

.sAs .phone:hover, footer .phone:hover {
  background: #d1c4de;
}

.sAs .phone:hover .phr:before, footer .phone:hover .phr:before {
  color: #fff;
}

.sAs .phone:hover span, footer .phone:hover span {
  color: #fff;
}

.sAs .phone .phr, footer .phone .phr {
  margin-left: 40px;
  position: relative;
  padding: 15px;
}

.sAs .phone .phr:before, footer .phone .phr:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f098';
  color: #1285db;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  margin: auto 0;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  width: 30px;
}

.sAs .phone .phr .mphr, footer .phone .phr .mphr {
  display: none;
}

.sAs .phone .apnr, .sAs .phone span, footer .phone .apnr, footer .phone span {
  display: block;
}

.sAs .phone span, footer .phone span {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  font-weight: 500;
  word-break: break-all;
}

.sAs .phone span.fphr, .sAs .phone span.mphr, footer .phone span.fphr, footer .phone span.mphr {
  font-size: 22px;
  line-height: 22px;
}

.sAs .phone span.apnr, footer .phone span.apnr {
  font-size: 18px;
  line-height: 18px;
}

.sAs .phone a, footer .phone a {
  color: #333333;
}

.sAs .phone .apnr, footer .phone .apnr {
  margin-top: 10px;
}

/*
  optins & cta
*/
.opt {
  position: relative;
}

.opt .opt-c, .opt .opt-h {
  position: relative;
  z-index: 1;
}

.opt.opt-1, .opt.opt-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.opt.opt-1:before, .opt.opt-2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.opt.opt-1 h3, .opt.opt-2 h3 {
  color: #fff;
  font-size: 1.667em;
  margin-top: 0;
  margin-bottom: 0;
}

.opt .opt-c .btn {
  font-size: 1em;
  margin-bottom: 0;
}

.opt .opt-c .btn > span, .opt .opt-c .btn > input[type="submit"] {
  padding: 14px 25px;
}

.opt p {
  color: #fff;
  margin-bottom: 20px;
}

.opt.opt-1 {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.opt.opt-1 .opt-c {
  padding: 30px;
}

.opt.opt-1 .opt-h {
  padding: 30px;
}

.opt.opt-1 .opt-h:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 30px;
  bottom: -7px;
  width: 0;
}

.opt.opt-1 .opt-h:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 30px;
  bottom: -8px;
  width: 0;
}

.opt.opt-2 {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
  border: 5px solid #fff;
}

.opt.opt-2 .opt-h {
  padding: 30px 20px;
  position: relative;
}

.opt.opt-2 .opt-h:after {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 170px;
}

.opt.opt-2 .opt-c {
  padding: 25px 20px;
}

.opt.opt-3 {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.opt.opt-3 h3 {
  font-weight: 300;
}

.opt.opt-3 .opt-h {
  border-bottom: 3px solid #fff;
  padding: 35px 30px 25px;
  z-index: 2;
}

.opt.opt-3 .opt-h:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 0;
}

.opt.opt-3 .opt-h:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 0;
}

.opt.opt-3 .opt-c {
  padding: 30px;
}

.opt.opt-3 h3 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
}

.ofr input[type="submit"], .ofr button {
  background: none;
  border: 0;
}

.ofr input[type="text"] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 0;
  color: #999999;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 15px 10px;
  width: 100%;
}

.ofr input[type="text"]:hover, .ofr input[type="text"]:focus {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4) inset;
  color: #000;
}

.opt.blue.opt-1:before, .opt.blue.opt-2:before {
  background: rgba(36, 68, 123, 0.3);
}

.opt.blue.opt-1 .opt-h {
  background: #1a3056;
  border: 1px solid #305695;
}

.opt.blue.opt-1 .opt-h:after {
  border-top: 8px solid #1a3056;
}

.opt.blue.opt-1 .opt-h:before {
  border-top: 8px solid #305695;
}

.opt.blue.opt-2 .opt-h:after {
  background: #2a4d88;
}

.opt.blue.opt-3 .opt-h {
  background: #c9dbef;
}

.opt.blue.opt-3 .opt-h:after {
  border-top: 8px solid #c9dbef;
}

.opt.blue.opt-3 .opt-c {
  background: #24447b;
}

.opt.blue.opt-3 h3 {
  color: #24447b;
}

.opt.dark.opt-1:before, .opt.dark.opt-2:before {
  background: rgba(0, 0, 0, 0.3);
}

.opt.dark.opt-1 .opt-h {
  background: #000000;
  border: 1px solid #666666;
}

.opt.dark.opt-1 .opt-h:after {
  border-top: 8px solid #000000;
}

.opt.dark.opt-1 .opt-h:before {
  border-top: 8px solid #666666;
}

.opt.dark.opt-2 .opt-h:after {
  background: #666666;
}

.opt.dark.opt-3 .opt-h {
  background: #666666;
}

.opt.dark.opt-3 .opt-h:after {
  border-top: 8px solid #666666;
}

.opt.dark.opt-3 .opt-c {
  background: #000000;
}

.opt.dark.opt-3 h3 {
  color: #000000;
}

.opt.green.opt-1:before, .opt.green.opt-2:before {
  background: rgba(29, 80, 49, 0.3);
}

.opt.green.opt-1 .opt-h {
  background: #143a23;
  border: 1px solid #8eb298;
}

.opt.green.opt-1 .opt-h:after {
  border-top: 8px solid #143a23;
}

.opt.green.opt-1 .opt-h:before {
  border-top: 8px solid #8eb298;
}

.opt.green.opt-2 .opt-h:after {
  background: #388456;
}

.opt.green.opt-3 .opt-h {
  background: #e7ede9;
}

.opt.green.opt-3 .opt-h:after {
  border-top: 8px solid #e7ede9;
}

.opt.green.opt-3 .opt-c {
  background: #1d5031;
}

.opt.green.opt-3 h3 {
  color: #1d5031;
}

.opt.light.opt-1:before, .opt.light.opt-2:before {
  background: rgba(153, 153, 153, 0.3);
}

.opt.light.opt-1 .opt-h {
  background: #b3b3b3;
  border: 1px solid #cccccc;
}

.opt.light.opt-1 .opt-h:after {
  border-top: 8px solid #b3b3b3;
}

.opt.light.opt-1 .opt-h:before {
  border-top: 8px solid #cccccc;
}

.opt.light.opt-2 .opt-h:after {
  background: #f6f6f6;
}

.opt.light.opt-3 .opt-h {
  background: #f6f6f6;
}

.opt.light.opt-3 .opt-h:after {
  border-top: 8px solid #f6f6f6;
}

.opt.light.opt-3 .opt-c {
  background: #999999;
}

.opt.light.opt-3 h3 {
  color: #999999;
}

.opt.orange.opt-1:before, .opt.orange.opt-2:before {
  background: rgba(197, 82, 63, 0.3);
}

.opt.orange.opt-1 .opt-h {
  background: #af3621;
  border: 1px solid #cdbbb7;
}

.opt.orange.opt-1 .opt-h:after {
  border-top: 8px solid #af3621;
}

.opt.orange.opt-1 .opt-h:before {
  border-top: 8px solid #cdbbb7;
}

.opt.orange.opt-2 .opt-h:after {
  background: #c74029;
}

.opt.orange.opt-3 .opt-h {
  background: #ffeeea;
}

.opt.orange.opt-3 .opt-h:after {
  border-top: 8px solid #ffeeea;
}

.opt.orange.opt-3 .opt-c {
  background: #c5523f;
}

.opt.orange.opt-3 h3 {
  color: #c5523f;
}

.opt.purple.opt-1:before, .opt.purple.opt-2:before {
  background: rgba(81, 66, 95, 0.3);
}

.opt.purple.opt-1 .opt-h {
  background: #352645;
  border: 1px solid #998c9e;
}

.opt.purple.opt-1 .opt-h:after {
  border-top: 8px solid #352645;
}

.opt.purple.opt-1 .opt-h:before {
  border-top: 8px solid #998c9e;
}

.opt.purple.opt-2 .opt-h:after {
  background: #82748e;
}

.opt.purple.opt-3 .opt-h {
  background: #eeecef;
}

.opt.purple.opt-3 .opt-h:after {
  border-top: 8px solid #eeecef;
}

.opt.purple.opt-3 .opt-c {
  background: #51425f;
}

.opt.purple.opt-3 h3 {
  color: #51425f;
}

.opt.red.opt-1:before, .opt.red.opt-2:before {
  background: rgba(110, 37, 44, 0.3);
}

.opt.red.opt-1 .opt-h {
  background: #630d16;
  border: 1px solid #c3a7a4;
}

.opt.red.opt-1 .opt-h:after {
  border-top: 8px solid #630d16;
}

.opt.red.opt-1 .opt-h:before {
  border-top: 8px solid #c3a7a4;
}

.opt.red.opt-2 .opt-h:after {
  background: #a26f6e;
}

.opt.red.opt-3 .opt-h {
  background: #fbe8e4;
}

.opt.red.opt-3 .opt-h:after {
  border-top: 8px solid #fbe8e4;
}

.opt.red.opt-3 .opt-c {
  background: #6e252c;
}

.opt.red.opt-3 h3 {
  color: #6e252c;
}

.opt.teal.opt-1:before, .opt.teal.opt-2:before {
  background: rgba(33, 103, 111, 0.3);
}

.opt.teal.opt-1 .opt-h {
  background: #1a474d;
  border: 1px solid #559499;
}

.opt.teal.opt-1 .opt-h:after {
  border-top: 8px solid #1a474d;
}

.opt.teal.opt-1 .opt-h:before {
  border-top: 8px solid #559499;
}

.opt.teal.opt-2 .opt-h:after {
  background: #2d717a;
}

.opt.teal.opt-3 .opt-h {
  background: #e7f1f2;
}

.opt.teal.opt-3 .opt-h:after {
  border-top: 8px solid #e7f1f2;
}

.opt.teal.opt-3 .opt-c {
  background: #21676f;
}

.opt.teal.opt-3 h3 {
  color: #21676f;
}

section[id*='categories'] label[for='cat'] {
  display: none;
}

footer {
  background-color: #282e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282e5e), to(#282e5e));
  background-image: linear-gradient(#282e5e 0%, #282e5e 100%);
  color: #fff;
}

footer .fmw {
  padding: 60px 0 30px;
}

footer .fmm {
  background: #51438c;
  padding: 20px 0;
}

footer .fmm .wrp {
  display: table;
}

footer .fmm .ft-c {
  display: table-cell;
  vertical-align: bottom;
}

footer .fmm .ft-s {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

footer .fmm .ft-s::after {
  clear: both;
  content: "";
  display: table;
}

footer .fmm .ft-s > span {
  font-family: 'Roboto', sans-serif;
  color: #eeecef;
  display: block;
  font-size: .833em;
  font-weight: 300;
  margin-top: 7px;
  float: left;
}

footer .fmm .ft-s ul {
  float: left;
  list-style-type: none;
}

footer .fmm .ft-s ul::after {
  clear: both;
  content: "";
  display: table;
}

footer .fmm .ft-s ul li {
  float: left;
}

footer .fmm p {
  font-family: 'Roboto', sans-serif;
  color: #eeecef;
  font-size: .833em;
  font-weight: 300;
  margin-bottom: 0;
}

.fmw section {
  margin-bottom: 30px;
}

.fmw section .ttl {
  position: relative;
  padding: 0;
}

.fmw section .ttl span {
  background: rgba(255, 255, 255, 0.05);
  color: #e3e2e2;
  display: inline-block;
  padding: 5px 15px;
}

.fmw section .ttl:after {
  background: rgba(255, 255, 255, 0.05);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}

.ft-s li a {
  display: block;
  height: 30px;
  width: 30px;
}

.ft-s li a:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.ft-s li.tw a:before {
  content: '\71';
}

.ft-s li.fb a:before {
  content: '\3d';
}

.ft-s li.gg a:before {
  content: '\2d';
}

.ft-s li.lk a:before {
  content: '\77';
}

.ft-s li.rs a:before {
  content: '\6b';
}

.ft-s li.pt a:before {
  content: '\6d';
}

.ft-s li.yt a:before {
  content: '\76';
}

.ft-s li:hover a:before {
  background: #1285db;
}

.ft-m ul {
  list-style-type: none;
}

.ft-m ul::after {
  clear: both;
  content: "";
  display: table;
}

.ft-m ul li {
  display: inline;
  font-size: 14px;
  font-weight: 300;
}

.ft-m ul li:hover a {
  color: #fff;
}

.ft-m ul li:last-child:after {
  display: none;
}

.ft-m ul li:after {
  content: '|';
  padding: 0 5px;
}

.thrivecb.blue {
  background: #c9dbef;
}

.mbi.blue {
  border-color: #24447b;
  color: #24447b;
}

.mbi.blue:hover {
  background: #24447b;
}

.spl.blue {
  border-color: #24447b;
  color: #24447b;
}

.spl.blue:hover, .spl.blue:active {
  background: #24447b;
}

.nsd.blue .nbci span {
  color: #24447b;
}

.nsd.blue .pbb-i {
  background: #c9dbef;
}

.nsd.blue .pbf {
  background-color: #1e3662;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e3662), to(#16294a));
  background-image: linear-gradient(#1e3662 0%, #16294a 100%);
}

.drp1.blue::first-letter {
  color: #24447b;
}

.drp2.blue::first-letter {
  background: #24447b;
}

.icb1.blue:before {
  background: #c9dbef;
}

.icb1.blue .icbc {
  border: 6px solid #c9dbef;
}

.icb2.blue {
  background: #24447b;
}

.icb2.blue .icbc {
  background: #24447b;
}

.fill-counter.blue .fill-counter-inner {
  stroke: #24447b;
}

.fill-counter.blue .fill-counter-text {
  color: #24447b;
}

.cdt.blue .cdto {
  background: #24447b;
}

.thrivecb.dark {
  background: #666666;
}

.mbi.dark {
  border-color: #000000;
  color: #000000;
}

.mbi.dark:hover {
  background: #000000;
}

.spl.dark {
  border-color: #000000;
  color: #000000;
}

.spl.dark:hover, .spl.dark:active {
  background: #000000;
}

.nsd.dark .nbci span {
  color: #000000;
}

.nsd.dark .pbb-i {
  background: #666666;
}

.nsd.dark .pbf {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000 0%, #000000 100%);
}

.drp1.dark::first-letter {
  color: #000000;
}

.drp2.dark::first-letter {
  background: #000000;
}

.icb1.dark:before {
  background: #666666;
}

.icb1.dark .icbc {
  border: 6px solid #666666;
}

.icb2.dark {
  background: #000000;
}

.icb2.dark .icbc {
  background: #000000;
}

.fill-counter.dark .fill-counter-inner {
  stroke: #000000;
}

.fill-counter.dark .fill-counter-text {
  color: #000000;
}

.cdt.dark .cdto {
  background: #000000;
}

.thrivecb.green {
  background: #e7ede9;
}

.mbi.green {
  border-color: #1d5031;
  color: #1d5031;
}

.mbi.green:hover {
  background: #1d5031;
}

.spl.green {
  border-color: #1d5031;
  color: #1d5031;
}

.spl.green:hover, .spl.green:active {
  background: #1d5031;
}

.nsd.green .nbci span {
  color: #1d5031;
}

.nsd.green .pbb-i {
  background: #e7ede9;
}

.nsd.green .pbf {
  background-color: #174228;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#174228), to(#11321e));
  background-image: linear-gradient(#174228 0%, #11321e 100%);
}

.drp1.green::first-letter {
  color: #1d5031;
}

.drp2.green::first-letter {
  background: #1d5031;
}

.icb1.green:before {
  background: #e7ede9;
}

.icb1.green .icbc {
  border: 6px solid #e7ede9;
}

.icb2.green {
  background: #1d5031;
}

.icb2.green .icbc {
  background: #1d5031;
}

.fill-counter.green .fill-counter-inner {
  stroke: #1d5031;
}

.fill-counter.green .fill-counter-text {
  color: #1d5031;
}

.cdt.green .cdto {
  background: #1d5031;
}

.thrivecb.light {
  background: #f6f6f6;
}

.mbi.light {
  border-color: #999999;
  color: #999999;
}

.mbi.light:hover {
  background: #999999;
}

.spl.light {
  border-color: #999999;
  color: #999999;
}

.spl.light:hover, .spl.light:active {
  background: #999999;
}

.nsd.light .nbci span {
  color: #999999;
}

.nsd.light .pbb-i {
  background: #f6f6f6;
}

.nsd.light .pbf {
  background-color: #bebebe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#a8a8a8));
  background-image: linear-gradient(#bebebe 0%, #a8a8a8 100%);
}

.drp1.light::first-letter {
  color: #999999;
}

.drp2.light::first-letter {
  background: #999999;
}

.icb1.light:before {
  background: #f6f6f6;
}

.icb1.light .icbc {
  border: 6px solid #f6f6f6;
}

.icb2.light {
  background: #999999;
}

.icb2.light .icbc {
  background: #999999;
}

.fill-counter.light .fill-counter-inner {
  stroke: #999999;
}

.fill-counter.light .fill-counter-text {
  color: #999999;
}

.cdt.light .cdto {
  background: #999999;
}

.thrivecb.orange {
  background: #ffeeea;
}

.mbi.orange {
  border-color: #c5523f;
  color: #c5523f;
}

.mbi.orange:hover {
  background: #c5523f;
}

.spl.orange {
  border-color: #c5523f;
  color: #c5523f;
}

.spl.orange:hover, .spl.orange:active {
  background: #c5523f;
}

.nsd.orange .nbci span {
  color: #c5523f;
}

.nsd.orange .pbb-i {
  background: #ffeeea;
}

.nsd.orange .pbf {
  background-color: #ba3d25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ba3d25), to(#a42f1d));
  background-image: linear-gradient(#ba3d25 0%, #a42f1d 100%);
}

.drp1.orange::first-letter {
  color: #c5523f;
}

.drp2.orange::first-letter {
  background: #c5523f;
}

.icb1.orange:before {
  background: #ffeeea;
}

.icb1.orange .icbc {
  border: 6px solid #ffeeea;
}

.icb2.orange {
  background: #c5523f;
}

.icb2.orange .icbc {
  background: #c5523f;
}

.fill-counter.orange .fill-counter-inner {
  stroke: #c5523f;
}

.fill-counter.orange .fill-counter-text {
  color: #c5523f;
}

.cdt.orange .cdto {
  background: #c5523f;
}

.thrivecb.purple {
  background: #eeecef;
}

.mbi.purple {
  border-color: #51425f;
  color: #51425f;
}

.mbi.purple:hover {
  background: #51425f;
}

.spl.purple {
  border-color: #51425f;
  color: #51425f;
}

.spl.purple:hover, .spl.purple:active {
  background: #51425f;
}

.nsd.purple .nbci span {
  color: #51425f;
}

.nsd.purple .pbb-i {
  background: #eeecef;
}

.nsd.purple .pbf {
  background-color: #3c2b4e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c2b4e), to(#2e213b));
  background-image: linear-gradient(#3c2b4e 0%, #2e213b 100%);
}

.drp1.purple::first-letter {
  color: #51425f;
}

.drp2.purple::first-letter {
  background: #51425f;
}

.icb1.purple:before {
  background: #eeecef;
}

.icb1.purple .icbc {
  border: 6px solid #eeecef;
}

.icb2.purple {
  background: #51425f;
}

.icb2.purple .icbc {
  background: #51425f;
}

.fill-counter.purple .fill-counter-inner {
  stroke: #51425f;
}

.fill-counter.purple .fill-counter-text {
  color: #51425f;
}

.cdt.purple .cdto {
  background: #51425f;
}

.thrivecb.red {
  background: #fbe8e4;
}

.mbi.red {
  border-color: #6e252c;
  color: #6e252c;
}

.mbi.red:hover {
  background: #6e252c;
}

.spl.red {
  border-color: #6e252c;
  color: #6e252c;
}

.spl.red:hover, .spl.red:active {
  background: #6e252c;
}

.nsd.red .nbci span {
  color: #6e252c;
}

.nsd.red .pbb-i {
  background: #fbe8e4;
}

.nsd.red .pbf {
  background-color: #700f19;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#700f19), to(#550b13));
  background-image: linear-gradient(#700f19 0%, #550b13 100%);
}

.drp1.red::first-letter {
  color: #6e252c;
}

.drp2.red::first-letter {
  background: #6e252c;
}

.icb1.red:before {
  background: #fbe8e4;
}

.icb1.red .icbc {
  border: 6px solid #fbe8e4;
}

.icb2.red {
  background: #6e252c;
}

.icb2.red .icbc {
  background: #6e252c;
}

.fill-counter.red .fill-counter-inner {
  stroke: #6e252c;
}

.fill-counter.red .fill-counter-text {
  color: #6e252c;
}

.cdt.red .cdto {
  background: #6e252c;
}

.thrivecb.teal {
  background: #e7f1f2;
}

.mbi.teal {
  border-color: #21676f;
  color: #21676f;
}

.mbi.teal:hover {
  background: #21676f;
}

.spl.teal {
  border-color: #21676f;
  color: #21676f;
}

.spl.teal:hover, .spl.teal:active {
  background: #21676f;
}

.nsd.teal .nbci span {
  color: #21676f;
}

.nsd.teal .pbb-i {
  background: #e7f1f2;
}

.nsd.teal .pbf {
  background-color: #1d5057;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d5057), to(#163d42));
  background-image: linear-gradient(#1d5057 0%, #163d42 100%);
}

.drp1.teal::first-letter {
  color: #21676f;
}

.drp2.teal::first-letter {
  background: #21676f;
}

.icb1.teal:before {
  background: #e7f1f2;
}

.icb1.teal .icbc {
  border: 6px solid #e7f1f2;
}

.icb2.teal {
  background: #21676f;
}

.icb2.teal .icbc {
  background: #21676f;
}

.fill-counter.teal .fill-counter-inner {
  stroke: #21676f;
}

.fill-counter.teal .fill-counter-text {
  color: #21676f;
}

.cdt.teal .cdto {
  background: #21676f;
}

.nsd {
  margin: 20px 0;
}

.nsd.nsds .pbf {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.nsd .pbf {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*
  buttons - in focus_areas.scss
*/
/*
  columns
*/
.colm {
  float: left;
  margin-bottom: 10px;
}

.colm::after {
  clear: both;
  content: "";
  display: table;
}

.twc {
  padding: 0 2% 0 0;
  width: 49%;
}

.twc.lst {
  padding: 0 0 0 0;
}

.thc {
  padding: 0 2% 0 0;
  width: 32%;
}

.thc.lst {
  padding: 0 0 0 0;
}

.oth {
  padding: 0 2% 0 0;
  width: 32%;
}

.oth.lst {
  padding: 0 0 0 0;
}

.tth {
  padding: 0 2% 0 0;
  width: 66%;
}

.tth.lst {
  padding: 0 0 0 0;
}

.foc {
  padding: 0 2% 0 0;
  width: 23.5%;
}

.foc.lst {
  padding: 0;
}

.ofo {
  padding: 0 2% 0 0;
  width: 23.5%;
}

.ofo.lst {
  padding: 0;
}

.tfo {
  padding: 0 2% 0 0;
  width: 74.5%;
}

.tfo.lst {
  padding: 0;
}

.fft {
  padding: 0 2% 0 0;
  width: 23.5%;
}

.fft.lst {
  padding: 0 0 0 0;
}

.fft + .twc {
  padding: 0 2% 0 0;
}

.twc:first-child {
  padding: 0 2% 0 0;
}

.fft + .twc.lst {
  padding: 0 0 0 0;
}

.fic {
  padding: 0 2% 0 0;
  width: 18%;
}

.fic.lst {
  padding: 0;
}

/*
  responsive video
*/
.rve {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.rve.noc {
  padding-top: 12px;
}

.rve.vim {
  padding-top: 8px;
}

.brve {
  display: block;
  position: relative;
  padding-bottom: 55%;
  padding-top: 28px;
  height: 0;
  overflow: hidden;
}

.brve.bnoc {
  padding-top: 19px;
}

.brve.vim {
  padding-top: 32px;
}

.rve iframe, .rve object, .rve embed, .brve iframe, .brve object, .brve embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vim iframe, .vim object, .vim embed {
  top: -15px;
}

.bSe iframe {
  max-width: 100%;
}

/*
  accordion
*/
.accs {
  margin-bottom: 20px;
}

.accs .accss {
  border-radius: 7px;
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  margin-bottom: 6px;
}

.accs .accss.opac .acc-h {
  -webkit-transition: all, 0.3s, linear;
  transition: all, 0.3s, linear;
  background: #1285db;
  border-bottom: 1px solid #d7d7d7;
  color: #fff;
}

.accs .accss.opac .acc-h span:before {
  color: #fff;
  content: '[ - ]';
}

.accs .accss.opac .accsi {
  display: block;
}

.accs .accss .acc-h {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  cursor: pointer;
  color: #1285db;
  margin: 0;
  position: relative;
  padding: 15px 45px 15px 20px;
}

.accs .accss .acc-h span {
  color: #666666;
  display: inline-block;
  height: 20px;
  margin: auto 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.accs .accss .acc-h span:before {
  content: '[ + ]';
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.accs .accss .accsi {
  -webkit-box-shadow: 0 2px 0 0 #1285db;
          box-shadow: 0 2px 0 0 #1285db;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #fff;
  display: none;
  padding: 30px 25px;
}

.accs .accss .accsi p {
  margin-bottom: 10px;
}

/*
  headline focus
*/
.fhd {
  display: table;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}

.fhd:after {
  background-image: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/post_sep.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  content: '';
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.fhd:before {
  border-top: 6px solid #82748e;
  border-left: 0 solid transparent;
  border-right: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  z-index: 1;
}

.fhd h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.111em;
  font-weight: 300;
  padding-bottom: 15px;
}

.fhd .fhdt {
  margin: 0;
}

.fhd.lfhd {
  margin-left: 0;
  margin-right: auto;
}

.fhd.rfhd {
  margin-left: auto;
  margin-right: 0;
}

.fhd.cfhd {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*
  content container
*/
.bcs {
  max-width: 100%;
}

.bcs.left {
  margin-right: 5px;
}

.bcs.ced {
  margin: 0 auto;
}

.bcs.right {
  margin-left: 5px;
}

.bcs > p > iframe, .bcs > p > div {
  max-width: 100%;
  margin: 0 auto;
  padding: 1px;
}

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

/*
  content box
*/
.cnt .thrivecb {
  margin-bottom: 30px;
  padding: 35px 25px;
}

.cnt .thrivecb h3 {
  font-size: 1.667em;
  margin-top: 0;
  margin-bottom: 20px;
}

.cnt .thrivecb p {
  margin-bottom: 10px;
}

.cnt .thrivecb .shnd, .lightSec .cnt .thrivecb, .darkSec .cnt .thrivecb {
  color: #333333;
}

.cnt .thrivecb .shnd h1, .cnt .thrivecb .shnd h2, .cnt .thrivecb .shnd h3, .cnt .thrivecb .shnd h4, .cnt .thrivecb .shnd h5, .cnt .thrivecb .shnd h6, .lightSec .cnt .thrivecb h1, .lightSec .cnt .thrivecb h2, .lightSec .cnt .thrivecb h3, .lightSec .cnt .thrivecb h4, .lightSec .cnt .thrivecb h5, .lightSec .cnt .thrivecb h6, .darkSec .cnt .thrivecb h1, .darkSec .cnt .thrivecb h2, .darkSec .cnt .thrivecb h3, .darkSec .cnt .thrivecb h4, .darkSec .cnt .thrivecb h5, .darkSec .cnt .thrivecb h6 {
  color: #333333;
}

.cnt .thrivecb .shnd p, .cnt .thrivecb .shnd span, .cnt .thrivecb .shnd ul, .cnt .thrivecb .shnd ol, .cnt .thrivecb .shnd li, .lightSec .cnt .thrivecb p, .lightSec .cnt .thrivecb span, .lightSec .cnt .thrivecb ul, .lightSec .cnt .thrivecb ol, .lightSec .cnt .thrivecb li, .darkSec .cnt .thrivecb p, .darkSec .cnt .thrivecb span, .darkSec .cnt .thrivecb ul, .darkSec .cnt .thrivecb ol, .darkSec .cnt .thrivecb li {
  color: #333333;
}

.cnt .thrivecb .shn, .lightSec .cnt .thrivecb, .darkSec .cnt .thrivecb {
  color: #fff;
}

.cnt .thrivecb .shn h1, .cnt .thrivecb .shn h2, .cnt .thrivecb .shn h3, .cnt .thrivecb .shn h4, .cnt .thrivecb .shn h5, .cnt .thrivecb .shn h6, .lightSec .cnt .thrivecb h1, .lightSec .cnt .thrivecb h2, .lightSec .cnt .thrivecb h3, .lightSec .cnt .thrivecb h4, .lightSec .cnt .thrivecb h5, .lightSec .cnt .thrivecb h6, .darkSec .cnt .thrivecb h1, .darkSec .cnt .thrivecb h2, .darkSec .cnt .thrivecb h3, .darkSec .cnt .thrivecb h4, .darkSec .cnt .thrivecb h5, .darkSec .cnt .thrivecb h6 {
  color: #fff;
}

.cnt .thrivecb .shn a, .cnt .thrivecb .shn p, .cnt .thrivecb .shn span, .cnt .thrivecb .shn ul, .cnt .thrivecb .shn ol, .cnt .thrivecb .shn li, .lightSec .cnt .thrivecb a, .lightSec .cnt .thrivecb p, .lightSec .cnt .thrivecb span, .lightSec .cnt .thrivecb ul, .lightSec .cnt .thrivecb ol, .lightSec .cnt .thrivecb li, .darkSec .cnt .thrivecb a, .darkSec .cnt .thrivecb p, .darkSec .cnt .thrivecb span, .darkSec .cnt .thrivecb ul, .darkSec .cnt .thrivecb ol, .darkSec .cnt .thrivecb li {
  color: #fff;
}

.cnt .thrivecb.note {
  background: #fbf8d7;
}

.cnt .thrivecb.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cnt .thrivecb.image.flh {
  position: relative;
}

.cnt .thrivecb.image.flh .shn, .cnt .thrivecb.image.flh .shnd {
  position: absolute;
  top: 35px;
  left: 25px;
  right: 25px;
}

/*
  borderless
*/
/*
  code
*/
/*
  divider line
*/
.divi {
  clear: both;
  display: block;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.divi.ddivi {
  background: #e8e8e8;
}

.divi.sdivi {
  background: #e8e8e8;
  margin-left: -20px;
  margin-right: -20px;
}

.fullWidth .divi.sdivi, .bpd .divi.sdivi {
  margin-left: -1000px;
  margin-right: -1000px;
}

.divi.ldivi {
  background-image: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/post_sep.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 6px;
  margin-left: 0;
  margin-right: auto;
  min-width: 200px;
  width: 20%;
}

.divi.rdivi {
  background-image: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/post_sep.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 6px;
  margin-left: auto;
  margin-right: 0;
  min-width: 200px;
  width: 20%;
}

.divi.cdivi {
  background-image: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/post_sep.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  display: table;
  height: 6px;
  margin: 20px auto;
  min-width: 200px;
  width: 20%;
}

/*
  gmaps
*/
.flexible-container {
  height: 0;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
  tabs
*/
.shortcode_tabs {
  margin-bottom: 20px;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab {
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab::after {
  clear: both;
  content: "";
  display: table;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab li {
  float: left;
  padding: 0 4px 4px 4px;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab li a {
  background: #1285db;
  font-size: 0.889em;
  font-weight: 500;
  padding: 11px 25px;
  text-transform: uppercase;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab li.tS {
  border: 1px solid #cccccc;
  border-bottom: 0;
  background: #f6f6f6;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab li.tS a {
  background: none;
  color: #333333;
}

.shortcode_tabs.horz_tabs .scT ul.scT-tab li:last-child {
  margin-right: 0;
}

.shortcode_tabs.horz_tabs .scTC {
  background: #f6f6f6;
}

.shortcode_tabs.vert_tabs .scT {
  display: table;
}

.shortcode_tabs.vert_tabs .scT::after {
  clear: both;
  content: "";
  display: table;
}

.shortcode_tabs.vert_tabs .scT ul.scT-tab {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: table-cell;
  min-width: 150px;
  overflow: hidden;
}

.shortcode_tabs.vert_tabs .scT ul.scT-tab li {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.shortcode_tabs.vert_tabs .scT ul.scT-tab li.tS {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-right: 1px solid #fff;
  z-index: 2;
}

.shortcode_tabs.vert_tabs .scT ul.scT-tab li:last-child {
  border-bottom: 0;
}

.shortcode_tabs.vert_tabs .scT ul.scT-tab li a {
  color: #1285db;
  font-size: 1.111em;
  font-weight: 500;
  padding: 17px 15px;
}

.shortcode_tabs.vert_tabs .scT .scTC {
  border-left: 0;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.shortcode_tabs .scT ul.scT-tab {
  list-style: none;
}

.shortcode_tabs .scT ul.scT-tab li {
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
}

.shortcode_tabs .scT ul.scT-tab li:before {
  display: none;
}

.shortcode_tabs .scT ul.scT-tab li:hover {
  opacity: .8;
}

.shortcode_tabs .scT ul.scT-tab li a {
  color: #fff;
  cursor: pointer;
  display: block;
}

.shortcode_tabs .scT .scTC {
  border: 1px solid #ccc;
  color: #666666;
  display: none;
  font-weight: 300;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}

/*
  fill counter
*/
@-webkit-keyframes fill-counter-svg {
  from {
    stroke-dasharray: 0 616;
  }
}
@keyframes fill-counter-svg {
  from {
    stroke-dasharray: 0 616;
  }
}

.fill-counter .fill-counter-inner {
  display: table;
  margin: 20px auto;
  position: relative;
}

.fill-counter .fill-counter-circle {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #e5e5e5;
  border-radius: 50%;
  height: 196px;
  stroke-dasharray: inherit;
  width: 196px;
}

.fill-counter .fill-counter-circle circle {
  -webkit-transition: stroke-dasharray, 2s, linear;
  transition: stroke-dasharray, 2s, linear;
  fill: none;
  stroke-width: 22;
  stroke-dasharray: 0 616;
}

.fill-counter.nsds .fill-counter-circle circle {
  -webkit-animation: fill-counter-svg 2s linear;
          animation: fill-counter-svg 2s linear;
  stroke-dasharray: inherit;
}

.fill-counter-text {
  border-radius: 50%;
  background: #fff;
  height: 126px;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  padding-top: 50px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  width: 176px;
}

.fill-counter-label {
  color: #999999;
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

/*
  number counter
*/
.nbc {
  position: relative;
  text-align: left;
}

.nbc .nbci span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 60px;
}

.nbc .nbcl {
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  text-transform: uppercase;
}

/*
  progress bar
*/
.bSe .nsd .pbs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pbs {
  border-radius: 1px;
  border: 1px solid #ededed;
  background: #f6f6f6;
  display: table;
  padding: 15px 20px;
  width: 100%;
}

.pbs .pbbl {
  padding-right: 15px;
  white-space: nowrap;
}

.pbs .pbbn {
  width: 45px;
}

.pbb {
  display: table-cell;
  width: 100%;
}

.pbb .pbb-i {
  -webkit-box-shadow: 0 1px 1px 0 #dadde2 inset;
          box-shadow: 0 1px 1px 0 #dadde2 inset;
  border-radius: 9px;
  height: 18px;
  position: relative;
  top: 3px;
  overflow: hidden;
}

.pbb .pbf {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: progress-bar;
  animation-name: progress-bar;
  height: 18px;
  position: relative;
}

.pbbl, .pbbn {
  font-family: 'Roboto', sans-serif;
  color: #999999;
  display: block;
  font-weight: 300;
  font-size: .889em;
  text-align: center;
}

.pbbn:after {
  content: '%';
}

.nsda {
  position: relative;
}

/*
  countdown
*/
.cdt {
  position: relative;
}

.cdt::after {
  clear: both;
  content: "";
  display: table;
}

.cdt.sns {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.cdt .cdti {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.cdt .cdti.init_done {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity, 0.3s, ease-in;
  transition: opacity, 0.3s, ease-in;
}

.cdt .cdti.fdtc {
  -webkit-transition: opacity, 0.5s, ease-in;
  transition: opacity, 0.5s, ease-in;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.cdt .cdti.fv {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity, 0.3s, ease-in;
  transition: opacity, 0.3s, ease-in;
}

.cdt .cdtm {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.cdt .cdto {
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
  float: left;
  margin-right: 10px;
  position: relative;
  padding: 15px 10px;
}

.cdt .cdto.ctcid {
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
  height: 120px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  overflow: visible;
}

.cdt .cdto .cdtl {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  padding-top: 23px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.cdt .cdto .cdtl:before {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 18px;
}

.cdt .cdtc {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  display: block;
  height: 76px;
  line-height: 76px;
  min-width: 56px;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}

.cdt .cdtc .cdfc [class*='part-'] {
  position: absolute;
  top: 0;
  right: 10px;
  min-width: 28px;
}

.cdt .cdtc .cdfc [class*='part-'].go-down {
  -webkit-transition: top .2s linear;
  transition: top .2s linear;
  top: 100%;
}

.cdt .cdtc .cdfc [class*='part-'].next {
  top: -100%;
  -webkit-transition: top .2s linear;
  transition: top .2s linear;
}

.cdt .cdtc .cdfc [class*='part-'].next.go-down {
  top: 0;
  -webkit-transition: top .2s linear;
  transition: top .2s linear;
}

.cdt .cdtc .cdfc .part-2 {
  right: 38px;
}

.cdt .cdtc .cdfc .part-3 {
  right: 68px;
}

.cdt .cdtc .cdfc .part-4 {
  right: 94px;
}

.cdt .cdfc {
  font-family: 'Roboto', sans-serif;
  border-radius: 100%;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  height: 76px;
  text-align: center;
}

/*
  highlight
*/
.defhgh {
  background-color: #82748e;
}

.lhgh {
  color: #fff !important;
}

.dhgh {
  color: #666666 !important;
}

/*
  drop caps
*/
.drp1::first-letter {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 46px;
  float: left;
  font-weight: 500;
  line-height: 46px;
  margin-right: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}

.drp2::first-letter {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
  padding: 9px;
  text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .drp2::first-letter {
    padding: 5px 9px;
  }
}

/*
  page section
*/
.pattern1 {
  background: #f1f1f1;
}

.pattern2 {
  background: #0e5b93;
}

.pattern3 {
  background: #333333;
}

.in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 35px 0;
}

.top {
  margin-top: -50px;
}

.bottom {
  margin-bottom: -80px;
}

.tmg {
  margin-top: 20px;
}

.bmg {
  margin-bottom: 20px;
}

.dmg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pdwbg {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.pddbg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cnt .lightSec, .lightSec {
  color: #fff;
}

.cnt .lightSec p, .cnt .lightSec ul, .cnt .lightSec ol, .cnt .lightSec li, .cnt .lightSec div, .cnt .lightSec span, .cnt .lightSec h1, .cnt .lightSec h2, .cnt .lightSec h3, .cnt .lightSec h4, .cnt .lightSec h5, .cnt .lightSec h6, .lightSec p, .lightSec ul, .lightSec ol, .lightSec li, .lightSec div, .lightSec span, .lightSec h1, .lightSec h2, .lightSec h3, .lightSec h4, .lightSec h5, .lightSec h6 {
  color: #fff;
}

.bSe .cnt .lightSec li, .bSe .lightSec li {
  color: #fff;
}

.cnt .lightSec .btn span, .lightSec .btn span {
  color: inherit;
}

.cnt .darkSec, .darkSec {
  color: #666666;
}

.cnt .darkSec p, .cnt .darkSec ul, .cnt .darkSec ol, .cnt .darkSec li, .cnt .darkSec div, .cnt .darkSec span, .cnt .darkSec h1, .cnt .darkSec h2, .cnt .darkSec h3, .cnt .darkSec h4, .cnt .darkSec h5, .cnt .darkSec h6, .darkSec p, .darkSec ul, .darkSec ol, .darkSec li, .darkSec div, .darkSec span, .darkSec h1, .darkSec h2, .darkSec h3, .darkSec h4, .darkSec h5, .darkSec h6 {
  color: #666666;
}

.bSe .cnt .darkSec li, .bSe .darkSec li {
  color: #666666;
}

.cnt .darkSec .btn span, .darkSec .btn span {
  color: inherit;
}

.in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.fullWidth .out {
  margin-left: -2500px;
  width: 6190px;
}

.bpd .out {
  margin-left: -2500px;
  width: 5975px;
}

.fullWidth .pddbg, .fullWidth .pdwbg, .bpd .pddbg, .bpd .pdwbg {
  width: auto;
}

/*
  blockquote
*/
/*
  optin
*/
.scon {
  margin: 20px auto;
  width: 100%;
}

.scon.wide {
  width: 100%;
}

.scon.wide.o1 .frm input[type="text"], .scon.wide.o1 .frm .op-r {
  width: 49.5%;
}

.scon.wide.o1 .frm .btn {
  width: 49.5%;
}

.scon.wide.o2 .frm input[type="text"], .scon.wide.o2 .frm .op-r {
  width: 33%;
}

.scon.wide.o2 .frm .btn {
  width: 32%;
}

.scon.wide.o3 .frm input[type="text"], .scon.wide.o3 .frm .op-r {
  width: 49.5%;
}

.scon.wide.o3 .frm input[type="text"]:nth-child(2n), .scon.wide.o3 .frm .op-r:nth-child(2n) {
  margin-right: 0;
}

.scon.wide.o3 .frm .btn {
  width: 49.5%;
}

.scon.wide .frm::after {
  clear: both;
  content: "";
  display: table;
}

.scon.wide .frm input[type="text"], .scon.wide .frm .btn, .scon.wide .frm .op-r {
  float: left;
  margin-bottom: 7px;
}

.scon.wide .frm input[type="text"] {
  margin-right: 1%;
}

.scon .frm input[type="text"] {
  -webkit-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eeecef;
  border: 1px solid #eeecef;
  color: #666666;
  font-size: .889em;
  font-weight: 300;
  height: 54px;
  margin-bottom: 7px;
  padding: 0 2%;
  width: 100%;
}

.scon .frm input[type="text"]:focus, .scon .frm input[type="text"]:hover {
  border: 1px solid #999999;
  background: #fff;
}

.scon .frm input[type="submit"] {
  font-family: 'Roboto', sans-serif;
  background: none;
  border: none;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  width: 100%;
}

.scon .frm .btn.small input[type="submit"] {
  font-size: .944em;
  padding: 18px 25px;
}

.scon .frm .btn.medium input[type="submit"] {
  font-size: 1.333em;
  padding: 11px 25px;
}

.scon .frm .btn.big input[type="submit"] {
  font-size: 1.339em;
  padding: 10px 25px;
}

.scon .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
}

.scon .btn input[type="submit"] {
  cursor: pointer;
}

/*
  post list
*/
.scbp {
  border: 1px solid #eaeaea;
  background: #f6f6f6;
  margin-bottom: 20px;
  position: relative;
}

.scbp:before {
  background: #eeecef;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -4px;
}

.scbp h5 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #82748e;
  font-size: 1.222em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}

.scbp .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 80px;
  padding-left: 100px;
  width: 100%;
}

.scbp .txt.noImageTab {
  position: relative;
  padding-left: 70px;
}

.scbp .txt.noImageTab a:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\75';
  color: #cdcdcd;
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 6px;
  width: 55px;
}

.scbp a {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  display: block;
  font-size: 1.111em;
  line-height: 1.5em;
  font-weight: 500;
}

.scbp .thrive_date {
  color: #bfbfbf;
  display: block;
  font-weight: 700;
  font-size: .883em;
}

.scbp .pps {
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 15px 30px;
  position: relative;
}

.scbp .pps:hover a {
  color: #82748e;
}

.scbp .pps:hover .noImageTab a:before {
  color: #82748e;
}

.scbp .pps .tim {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 3px;
  position: absolute;
  left: 15px;
  top: 35px;
}

.scbp .pps .tim a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  width: 80px;
}

/*
  phone
*/
.bSe .phone, body .phone {
  display: table;
  min-width: 200px;
  vertical-align: middle;
  z-index: 3;
}

.bSe .phone:hover, body .phone:hover {
  opacity: .8;
}

.bSe .phone .phr, body .phone .phr {
  border-left: 1px solid #eeecef;
  margin-left: 60px;
  position: relative;
  padding: 15px;
}

.bSe .phone .phr .mphr, body .phone .phr .mphr {
  display: none;
}

.bSe .phone .apnr, .bSe .phone span, body .phone .apnr, body .phone span {
  display: block;
}

.bSe .phone span, body .phone span {
  font-family: 'Roboto', sans-serif;
  color: #1285db;
  font-weight: 500;
  word-break: break-all;
}

.bSe .phone span.fphr, .bSe .phone span.mphr, body .phone span.fphr, body .phone span.mphr {
  font-size: 32px;
  line-height: 32px;
}

.bSe .phone span.apnr, body .phone span.apnr {
  font-size: 23px;
  line-height: 23px;
}

.bSe .phone a, body .phone a {
  color: #1285db;
}

.bSe .phone .apnr, body .phone .apnr {
  margin-top: 10px;
}

/*
  post gallery
*/
.scbg .scc-r::after {
  clear: both;
  content: "";
  display: table;
}

.scbg .scc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeecef;
  float: left;
  height: 258px;
  margin-bottom: 20px;
  position: relative;
  padding: 9px;
  overflow: hidden;
}

.scbg .scc .scc-i {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
}

.scbg .scc:hover .scc-in {
  border-top: 1px solid #eeecef;
  bottom: 0;
  margin-top: 15px;
  padding-top: 15px;
}

.scbg .scc:hover p {
  display: block;
}

.scbg .scc-t {
  -webkit-transition: all, 0.1s, linear;
  transition: all, 0.1s, linear;
  background: rgba(130, 116, 142, 0.7);
  cursor: pointer;
  padding: 20px 15px;
  position: absolute;
  bottom: 9px;
  right: 9px;
  left: 9px;
  overflow: hidden;
}

.scbg .scc-t p {
  margin-bottom: 0;
}

.scbg .scc-in {
  -webkit-transition: bottom, 0.2s, linear;
  transition: bottom, 0.2s, linear;
  display: block;
  position: relative;
  padding-left: 25px;
  bottom: -300px;
}

.scbg .scc-in:after {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\61";
  color: #eeecef;
  display: block;
  height: 4px;
  position: absolute;
  margin: auto 0;
  left: 0;
  bottom: 0;
  text-align: center;
  top: 0;
}

.scbg h2 {
  color: #82748e;
}

.scbg h3 {
  color: #fff;
  font-size: 1.111em;
  margin: 0;
}

.scbg p {
  color: #eeecef;
  display: none;
  font-size: .944em;
  font-weight: 500;
  margin-bottom: 0;
}

.bSe .scbg h3 {
  color: #fff;
}

.bSe .scbg p {
  color: #eeecef;
}

@media only screen and (min-width: 1300px) {
  .fullWidth .scbg .scc, .bpd .scbg .scc, .tve_post_lp .scbg .scc {
    margin-right: 2%;
    width: 23.5%;
  }
  .fullWidth .scbg .scc:nth-child(4n), .bpd .scbg .scc:nth-child(4n), .tve_post_lp .scbg .scc:nth-child(4n) {
    margin-right: 0;
  }
  .bSeCont .scc {
    margin-right: 2%;
    width: 49%;
  }
  .bSeCont .scc:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .fullWidth .scbg .scc, .bpd .scbg .scc, .tve_post_lp .scbg .scc {
    margin-right: 2%;
    width: 49%;
  }
  .fullWidth .scbg .scc:nth-child(2n), .bpd .scbg .scc:nth-child(2n), .tve_post_lp .scbg .scc:nth-child(2n) {
    margin-right: 0;
  }
  .bSeCont .scc {
    margin-right: 2%;
    width: 49%;
  }
  .bSeCont .scc:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .fullWidth .scbg .scc, .bpd .scbg .scc, .bSeCont .scbg .scc, .tve_post_lp .scbg .scc {
    width: 100%;
  }
}

/*
  video section
*/
.scvps {
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  padding: 130px 0;
  position: relative;
  width: 100%;
}

.scvps:after {
  background: rgba(18, 133, 219, 0.44);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.scvps h2 {
  font-size: 55px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}

.scvps h3 {
  font-size: 24px;
  font-weight: 500;
}

.scvps .mejs-overlay-button {
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  border-radius: 50%;
  border: 8px solid #fff;
  cursor: pointer;
  display: block;
  height: 100px;
  margin: 60px auto 0;
  width: 100px;
}

.scvps .mejs-overlay-button:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f04b';
  font-size: 80px;
  line-height: 100px;
  margin-left: 15px;
}

.scvps .dv a {
  background: rgba(0, 0, 0, 0.36);
}

.scvps .dv a:before {
  color: #000;
}

.scvps .lv a {
  background: rgba(255, 255, 255, 0.36);
}

.scvps .lv a:before {
  color: #fff;
}

.scvps .pvb a {
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  -webkit-box-shadow: 0 3px 5px 0 rgba(18, 133, 219, 0.5);
          box-shadow: 0 3px 5px 0 rgba(18, 133, 219, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 80px;
  margin: 60px auto 0;
  text-decoration: none;
  width: 80px;
}

.scvps .pvb a:hover {
  opacity: .5;
}

.scvps .pvb a:before {
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f04b';
  font-size: 40px;
  line-height: 80px;
  margin-left: 10px;
}

.scvps .vdc {
  width: 100%;
}

.scvps .vdc .ltx {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.scvps .vdc.video-container .wp-video {
  max-width: 1060px;
}

.scvps .vdc.video-container .vwr {
  position: absolute;
  z-index: 1;
}

.scvps .vdc.video-container iframe {
  max-width: 1060px;
}

.scvps .vdc p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 40px;
}

.scvps .vdc.lv h2, .scvps .vdc.lv h3, .scvps .vdc.lv p {
  color: #fff;
}

.scvps .vdc.dv h2, .scvps .vdc.dv h3, .scvps .vdc.dv p {
  color: #333333;
}

/*
  testimonial
*/
.sctm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #d7d7d7;
  display: table;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.sctm .bts {
  background: #f6f6f6;
  border-right: 1px solid #d7d7d7;
  display: table-cell;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
  width: 110px;
}

.sctm .bts:before {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #d7d7d7;
  height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 0;
}

.sctm .bts:after {
  content: '';
  display: block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 0;
}

.sctm .tst {
  display: table-cell;
  padding: 40px 20px 40px 50px;
  position: relative;
}

.sctm .tst:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\67';
  color: #82748e;
  font-size: 25px;
  line-height: 1em;
  position: absolute;
  left: 20px;
  top: 20px;
}

.sctm .tst p {
  color: #999999;
  margin-bottom: 15px;
}

.sctm .tat p {
  color: #666666;
  font-style: italic;
  margin-bottom: 0;
}

.sctm .tat p span {
  color: #82748e;
}

.sctm .rta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 110px;
  width: 110px;
}

/*
  follow me
*/
.scfm {
  display: table;
  margin: 0 auto 20px;
}

.scfm .ss > a {
  height: 48px;
  margin: 0 14px 12px 0;
  width: 48px;
}

.scfm .ss > a:before {
  font-size: 30px;
  line-height: 48px;
}

.ss {
  position: relative;
}

.ss::after {
  clear: both;
  content: "";
  display: table;
}

.ss iframe {
  max-width: 1000px;
}

.ss > a {
  -webkit-transition: background, 0.2s, ease-in-out;
  transition: background, 0.2s, ease-in-out;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: #fff;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  z-index: 0;
}

.ss > a:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ddd;
  display: block;
  position: relative;
  z-index: 1;
}

.lightSec .ss > a, .shn .ss > a {
  background: #82748e;
  border-color: #82748e;
}

.lightSec .ss > a:before, .shn .ss > a:before {
  color: #fff;
}

.bubble {
  border-radius: 2px;
  -webkit-box-shadow: 1px 0px 4px 0px rgba(88, 112, 118, 0.3);
          box-shadow: 1px 0px 4px 0px rgba(88, 112, 118, 0.3);
  background: #fff;
  border: 1px solid #b2c7cd;
  display: block;
  padding: 10px;
  position: relative;
}

.bubble:after {
  -webkit-transform: skewX(39deg);
  transform: skewX(39deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #fff;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}

.bubble:before {
  -webkit-transform: skewX(39deg);
  transform: skewX(39deg);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #b2c7cd;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}

.bubb {
  display: block;
  min-width: 50px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 97%;
  left: -9000px;
  z-index: 4;
}

.ss a.dr:hover:before {
  color: #ff5c93;
}

.ss a.dr:before {
  content: ",";
}

.ss a.fb:hover:before {
  color: #3569b4;
}

.ss a.fb:before {
  content: "=";
}

.ss a.gg:hover:before {
  color: #e04b35;
}

.ss a.gg:before {
  content: "-";
}

.ss a.lk:hover:before {
  color: #0177b5;
}

.ss a.lk:before {
  content: "w";
}

.ss a.pt:hover:before {
  color: #cf2123;
}

.ss a.pt:before {
  content: "m";
}

.ss a.rs:hover:before {
  color: #f97e17;
}

.ss a.rs:before {
  content: "k";
}

.ss a.tw:hover:before {
  color: #42b3ea;
}

.ss a.tw:before {
  content: "q";
}

.ss a.vm:hover:before {
  color: #21b7ea;
}

.ss a.vm:before {
  content: "l";
}

.ss a.yt:hover:before {
  color: #de332c;
}

.ss a.yt:before {
  content: "v";
}

.ss a.is:hover:before {
  color: #5280a5;
}

.ss a.is:before {
  content: "E";
}

.ss a.xi:hover:before {
  color: #00605e;
}

.ss a.xi:before {
  content: "R";
}

.ss a.lk:before {
  line-height: 1.4em;
}

.ss a.fb:before {
  line-height: 1.3em;
  margin-right: 5px;
}

/*
  grid
*/
.gr {
  margin-bottom: 20px;
}

.gr img {
  display: block;
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}

.gr .gri {
  margin-right: 5%;
}

.gr h4 {
  margin-top: 0;
}

.gr.gr1 .gri {
  width: 12%;
}

.gr.gr1 .grt {
  width: 83%;
}

.gr.gr2 .gri {
  width: 24%;
}

.gr.gr2 .grt {
  width: 71%;
}

.gr.gr3 .gri {
  width: 36%;
}

.gr.gr3 .grt {
  width: 59%;
}

@media only screen and (max-width: 600px) {
  .gr .colm {
    width: 100%;
  }
}

@media only screen and (max-width: 772px) {
  .gr .gri, .gr .grt {
    float: none;
    text-align: center;
  }
}

.gr h1, .gr h2, .gr h3, .gr h4, .gr h5, .gr h6 {
  margin: 0 !important;
}

.gr.gr1 .gri {
  margin-right: 2%;
  width: 12%;
}

@media only screen and (max-width: 772px) {
  .gr.gr1 .gri {
    width: 100%;
  }
}

.gr.gr1 .gri img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 772px) {
  .gr.gr1 .gri img {
    max-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .gr.gr1 .gri img {
    max-width: 30%;
    width: 30%;
  }
}

.gr.gr1 .grt {
  width: 86%;
}

@media only screen and (max-width: 772px) {
  .gr.gr1 .grt {
    width: 100%;
  }
}

.gr.gr2 .gri {
  margin-right: 2%;
  width: 24%;
}

@media only screen and (max-width: 772px) {
  .gr.gr2 .gri {
    width: 100%;
  }
}

.gr.gr2 .gri img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 772px) {
  .gr.gr2 .gri img {
    max-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .gr.gr2 .gri img {
    max-width: 30%;
    width: 30%;
  }
}

.gr.gr2 .grt {
  width: 74%;
}

@media only screen and (max-width: 772px) {
  .gr.gr2 .grt {
    width: 100%;
  }
}

.gr.gr3 .gri {
  margin-right: 2%;
  width: 36%;
}

@media only screen and (max-width: 772px) {
  .gr.gr3 .gri {
    width: 100%;
  }
}

.gr.gr3 .gri img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 772px) {
  .gr.gr3 .gri img {
    max-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .gr.gr3 .gri img {
    max-width: 30%;
    width: 30%;
  }
}

.gr.gr3 .grt {
  width: 62%;
}

@media only screen and (max-width: 772px) {
  .gr.gr3 .grt {
    width: 100%;
  }
}

/*
  split button
*/
.split {
  display: table;
  margin-bottom: 20px;
}

.split .spl {
  border-width: 2px;
  border-style: solid;
}

.split .spl.small {
  font-size: .944em;
  padding: 12px 25px;
}

.split .spl.left {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
}

.split .spl.right {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.split .spl:hover {
  color: #fff;
}

.split .spl:active {
  opacity: .8;
}

/*
  mega button
*/
.mbi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  white-space: nowrap;
}

.mbi.aligncenter {
  display: table;
}

.mbi.full {
  width: 100%;
}

.mbi:active {
  opacity: .8;
}

.mbi:hover, .mbi:active {
  color: #fff;
}

.mbi .mbr {
  padding: 15px;
  white-space: normal;
}

.mbi .mbr span {
  display: block;
}

.mbi .mbr .mbt {
  font-size: 1.333em;
  line-height: 1em;
}

.mbi .mbr .mbb {
  font-size: .778em;
  margin-top: 5px;
}

.mbi.mb .mbr {
  padding: 15px 25px;
}

/*
  pricing tables
*/
.row {
  margin-bottom: 20px;
}

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

.pt_one {
  width: 100%;
}

.pt_two {
  width: 50%;
}

.pt_three {
  width: 33.3%;
}

.pt_four {
  width: 25%;
}

.pt_five {
  width: 20%;
}

.pt {
  float: left;
}

.pt .pt_in {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}

.pt .pt_in.pt_hgh .prb {
  background: #aea1b5;
}

.pt .pt_in.pt_hgh ul li {
  color: #fff;
}

.pt .pt_in.pt_hgh ul li:before {
  color: #fff;
}

.pt .pt_in.pt_hgh ul li:nth-child(odd) {
  background: #1285db;
}

.pt .pt_in.pt_hgh ul li:nth-child(even) {
  background: #82748e;
}

.pt .pt_in .prb {
  background: #1285db;
  padding-bottom: 30px;
  text-align: center;
}

.pt .pt_in .prb-i {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
}

.pt .pt_in .prc {
  padding: 30px;
}

.pt .pt_in .prc .btn {
  margin-bottom: 0;
}

.pt .pt_in h3 {
  color: #fff;
  font-size: 1.278em;
  margin-top: 0;
  margin-bottom: 0;
}

.pt .pt_in p {
  color: #fff;
  font-size: 3.611em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 0;
}

.pt .pt_in p span {
  font-size: .277em;
  font-weight: 300;
}

.pt .pt_in ul li {
  font-weight: 300;
  font-size: 1.056em;
  margin-bottom: 0;
  padding: 20px 10px 20px 50px;
}

.pt .pt_in ul li:nth-child(odd) {
  background: #f7f7f7;
}

.pt .pt_in ul li:nth-child(even) {
  background: #fff;
}

.pt .pt_in ul li:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\57';
  color: #eeecef;
  display: block;
  height: 15px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 20px;
}

/*
  toggle
*/
.faq {
  margin-bottom: 7px;
}

.faq .faqI {
  cursor: pointer;
}

.faq .faqB {
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 14px 20px 14px 65px;
  min-height: 20px;
  position: relative;
}

.faq .faqB:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-right: 1px solid #d7d7d7;
  background: #f6f6f6;
  content: '\63';
  color: #1285db;
  display: block;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 48px;
}

.faq.oFaq .faqB {
  background: #1285db;
}

.faq.oFaq .faqB:before {
  background: #1285db;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  color: #fff;
  content: '\f0d7';
}

.faq.oFaq .faqB h5 {
  color: #fff;
}

.lightSec .faq.oFaq .faqB h5, .darkSec .faq.oFaq .faqB h5 {
  color: #fff;
}

.faq .faqC {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #f6f6f6;
  display: none;
  margin-bottom: 20px;
  margin-left: 50px;
  padding: 40px;
}

.faq .faqC p {
  margin-bottom: 10px;
}

html body .darkSec .faq .faqI p, html body .lightSec .faq .faqI p {
  color: #666;
}

.faq .faqI h5 {
  color: #1285db;
  cursor: pointer;
  margin: 0;
}

html body .darkSec .faq .faqI h5, html body .lightSec .faq .faqI h5 {
  color: #1285db;
}

/*
  gallery
*/
.galleryOverlay {
  -webkit-transition: opacity, 0.5s, ease;
  transition: opacity, 0.5s, ease;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
}

.galleryOverlay.g-v {
  opacity: 1;
}

.galleryOverlay .galleryStage {
  -webkit-transition: left, 0.3s, ease;
  transition: left, 0.3s, ease;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  width: 100%;
  -ms-touch-action: none;
  touch-action: none;
}

.galleryOverlay .galleryStage.g-n-a {
  -webkit-transition: none, 0s, ease;
  transition: none, 0s, ease;
}

.galleryOverlay .galleryWrapper {
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}

.galleryOverlay .galleryWrapper:before {
  content: '';
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}

.galleryOverlay .galleryWrapper img {
  -webkit-box-shadow: 0 0 22px -2px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 22px -2px rgba(0, 0, 0, 0.75);
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.galleryOverlay .g_count {
  color: #fff;
  display: block;
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

.galleryOverlay .g_count .gl_ctrl_wrp {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background: #000;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
}

.galleryOverlay .g_count .img_count, .galleryOverlay .g_count .cap_txt {
  font-size: 14px;
}

.galleryOverlay .g_count .mob_text {
  display: none;
}

.galleryOverlay .gl_ctrl {
  -webkit-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
  z-index: 1003;
}

.galleryOverlay .gl_ctrl:hover {
  opacity: 0.5;
}

.galleryOverlay .nav_next, .galleryOverlay .nav_prev {
  background: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/sprite-web.png") no-repeat #000;
  display: block;
  height: 97px;
  margin-top: -48px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  text-decoration: none;
  text-align: center;
  width: 58px;
}

.galleryOverlay .nav_next {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  background-position: -44px -64px;
  right: 0;
}

.galleryOverlay .nav_prev {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  background-position: 2px -64px;
  left: 0;
}

.galleryOverlay .nav_close {
  -webkit-transition: opacity, 0.5s, ease;
  transition: opacity, 0.5s, ease;
  border-radius: 5px;
  background: #000;
  height: 32px;
  line-height: 32px;
  opacity: 0.4;
  position: absolute;
  top: -16px;
  right: -16px;
  text-decoration: none;
  width: 32px;
  text-align: center;
}

.galleryOverlay .nav_close:hover {
  opacity: 0.5;
}

.galleryOverlay .nav_close.nav_close_cnt {
  top: 0;
  right: 0;
}

.galleryOverlay .nav_close:before {
  content: 'X';
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.gallery.gallery-columns-1 {
  display: table;
}

.gallery.no-gallery dt a:after, .gallery.no-gallery dt a:before {
  display: none;
}

.gallery dl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
  text-align: left !important;
}

.gallery dl dt {
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
  cursor: pointer;
  display: block;
  position: relative;
}

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

.gallery br {
  display: none;
}

.gallery[id*='gallery-'] img {
  border: none !important;
}

.gallery dt a {
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  max-height: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  text-decoration: none;
  position: relative;
}

.gallery dt a:after {
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  content: '';
  height: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.gallery dt a:hover {
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
}

.gallery dt a:hover:before {
  font-family: 'rise-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\31';
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  width: 35px;
  z-index: 1;
}

.gallery dt a:hover:after {
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
  background: rgba(0, 0, 0, 0.55);
  content: '';
  height: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.fullWidth .gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.fullWidth .gallery-columns-1 .gallery-item dt a {
  height: 1000px;
  width: 1000px;
}

.fullWidth .gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.fullWidth .gallery-columns-2 .gallery-item dt a {
  height: 500px;
  width: 500px;
}

.fullWidth .gallery-columns-3 .gallery-item {
  width: 33.33333% !important;
}

.fullWidth .gallery-columns-3 .gallery-item dt a {
  height: 333.33333px;
  width: 333.33333px;
}

.fullWidth .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.fullWidth .gallery-columns-4 .gallery-item dt a {
  height: 250px;
  width: 250px;
}

.fullWidth .gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.fullWidth .gallery-columns-5 .gallery-item dt a {
  height: 200px;
  width: 200px;
}

.fullWidth .gallery-columns-6 .gallery-item {
  width: 16.66667% !important;
}

.fullWidth .gallery-columns-6 .gallery-item dt a {
  height: 166.66667px;
  width: 166.66667px;
}

.fullWidth .gallery-columns-7 .gallery-item {
  width: 14.28571% !important;
}

.fullWidth .gallery-columns-7 .gallery-item dt a {
  height: 142.85714px;
  width: 142.85714px;
}

.fullWidth .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.fullWidth .gallery-columns-8 .gallery-item dt a {
  height: 125px;
  width: 125px;
}

.fullWidth .gallery-columns-9 .gallery-item {
  width: 11.11111% !important;
}

.fullWidth .gallery-columns-9 .gallery-item dt a {
  height: 111.11111px;
  width: 111.11111px;
}

.tve_post_lp .gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.tve_post_lp .gallery-columns-1 .gallery-item dt a {
  height: 1000px;
  width: 1000px;
}

.tve_post_lp .gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.tve_post_lp .gallery-columns-2 .gallery-item dt a {
  height: 500px;
  width: 500px;
}

.tve_post_lp .gallery-columns-3 .gallery-item {
  width: 33.33333% !important;
}

.tve_post_lp .gallery-columns-3 .gallery-item dt a {
  height: 333.33333px;
  width: 333.33333px;
}

.tve_post_lp .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.tve_post_lp .gallery-columns-4 .gallery-item dt a {
  height: 250px;
  width: 250px;
}

.tve_post_lp .gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.tve_post_lp .gallery-columns-5 .gallery-item dt a {
  height: 200px;
  width: 200px;
}

.tve_post_lp .gallery-columns-6 .gallery-item {
  width: 16.66667% !important;
}

.tve_post_lp .gallery-columns-6 .gallery-item dt a {
  height: 166.66667px;
  width: 166.66667px;
}

.tve_post_lp .gallery-columns-7 .gallery-item {
  width: 14.28571% !important;
}

.tve_post_lp .gallery-columns-7 .gallery-item dt a {
  height: 142.85714px;
  width: 142.85714px;
}

.tve_post_lp .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.tve_post_lp .gallery-columns-8 .gallery-item dt a {
  height: 125px;
  width: 125px;
}

.tve_post_lp .gallery-columns-9 .gallery-item {
  width: 11.11111% !important;
}

.tve_post_lp .gallery-columns-9 .gallery-item dt a {
  height: 111.11111px;
  width: 111.11111px;
}

.bpd .gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.bpd .gallery-columns-1 .gallery-item dt a {
  height: 550px;
  width: 550px;
}

.bpd .gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.bpd .gallery-columns-2 .gallery-item dt a {
  height: 275px;
  width: 275px;
}

.bpd .gallery-columns-3 .gallery-item {
  width: 33.33333% !important;
}

.bpd .gallery-columns-3 .gallery-item dt a {
  height: 183.33333px;
  width: 183.33333px;
}

.bpd .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.bpd .gallery-columns-4 .gallery-item dt a {
  height: 137.5px;
  width: 137.5px;
}

.bpd .gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.bpd .gallery-columns-5 .gallery-item dt a {
  height: 110px;
  width: 110px;
}

.bpd .gallery-columns-6 .gallery-item {
  width: 16.66667% !important;
}

.bpd .gallery-columns-6 .gallery-item dt a {
  height: 91.66667px;
  width: 91.66667px;
}

.bpd .gallery-columns-7 .gallery-item {
  width: 14.28571% !important;
}

.bpd .gallery-columns-7 .gallery-item dt a {
  height: 78.57143px;
  width: 78.57143px;
}

.bpd .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.bpd .gallery-columns-8 .gallery-item dt a {
  height: 68.75px;
  width: 68.75px;
}

.bpd .gallery-columns-9 .gallery-item {
  width: 11.11111% !important;
}

.bpd .gallery-columns-9 .gallery-item dt a {
  height: 61.11111px;
  width: 61.11111px;
}

.bSeCont .gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.bSeCont .gallery-columns-1 .gallery-item dt a {
  height: 650px;
  width: 650px;
}

.bSeCont .gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.bSeCont .gallery-columns-2 .gallery-item dt a {
  height: 325px;
  width: 325px;
}

.bSeCont .gallery-columns-3 .gallery-item {
  width: 33.33333% !important;
}

.bSeCont .gallery-columns-3 .gallery-item dt a {
  height: 216.66667px;
  width: 216.66667px;
}

.bSeCont .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.bSeCont .gallery-columns-4 .gallery-item dt a {
  height: 162.5px;
  width: 162.5px;
}

.bSeCont .gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.bSeCont .gallery-columns-5 .gallery-item dt a {
  height: 130px;
  width: 130px;
}

.bSeCont .gallery-columns-6 .gallery-item {
  width: 16.66667% !important;
}

.bSeCont .gallery-columns-6 .gallery-item dt a {
  height: 108.33333px;
  width: 108.33333px;
}

.bSeCont .gallery-columns-7 .gallery-item {
  width: 14.28571% !important;
}

.bSeCont .gallery-columns-7 .gallery-item dt a {
  height: 92.85714px;
  width: 92.85714px;
}

.bSeCont .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.bSeCont .gallery-columns-8 .gallery-item dt a {
  height: 81.25px;
  width: 81.25px;
}

.bSeCont .gallery-columns-9 .gallery-item {
  width: 11.11111% !important;
}

.bSeCont .gallery-columns-9 .gallery-item dt a {
  height: 72.22222px;
  width: 72.22222px;
}

/*
  icon box
*/
.icb {
  margin: 20px 0;
  position: relative;
}

.icb.icb1 {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  margin-top: 50px;
  padding: 75px 25px 10px 25px;
}

.icb.icb1:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -4px;
}

.icb.icb1 .icbc {
  border-radius: 50%;
  background: #f6f6f6;
  height: 86px;
  margin: 0 auto;
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  width: 86px;
}

.icb.icb1 .icbc span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 60px;
  margin: 13px auto;
  width: 60px;
}

.icb.icb2 {
  margin-left: 30px;
  padding: 50px 60px;
}

.icb.icb2 p {
  color: #fff;
  margin-bottom: 10px;
}

.icb.icb2 .icbc {
  border-radius: 50%;
  height: 86px;
  position: absolute;
  left: -30px;
  top: 30px;
  width: 86px;
}

.icb.icb2 .icbc span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 60px;
  margin: 13px auto;
  width: 60px;
}

.icb.icb2 .icb-i {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 20px;
}

/*
  responsive containter
*/
@media only screen and (min-width: 940px) {
  .rc-hf {
    display: none;
  }
}

@media only screen and (max-width: 940px) and (min-width: 540px) {
  .rc-hm {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .rc-hs {
    display: none;
  }
}

/*
  related posts box
*/
.rltp {
  background: #fff;
}

.rltp h4 {
  font-family: 'Roboto', sans-serif;
  border-bottom: 3px solid #1285db;
  color: #333333;
  font-size: 1.444em;
  font-weight: 500;
  margin: 0 0 30px;
  padding-bottom: 10px;
}

.rltp .rlt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ebebeb;
  width: 100%;
}

.rltp .rlt {
  display: block;
  text-decoration: none;
  margin-bottom: 25px;
  margin-right: 2%;
}

.rltp .rlt:hover p {
  color: #1285db;
}

.rltp .rlt p {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  font-size: 1.111em;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.rltp .rlt span {
  color: #666666;
  font-weight: 300;
  font-size: .833em;
}

.rltpi {
  background: #fff;
}

.rltpi h4 {
  font-family: 'Roboto', sans-serif;
  border-bottom: 3px solid #1285db;
  color: #333333;
  font-size: 1.444em;
  font-weight: 500;
  margin: 0 0 30px;
  padding-bottom: 10px;
}

.rltpi a {
  display: block;
  margin: 0 15px 15px 0;
  text-decoration: none !important;
}

.rltpi p {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  font-size: 1.111em;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.rltpi span {
  color: #666666;
  font-weight: 300;
  font-size: .833em;
}

.rltpi .rlt {
  width: 100%;
}

.rltpi .rlt:hover p {
  color: #1285db;
}

.rltpi .rlti {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  height: 110px;
  float: left;
  max-width: 100%;
  margin-right: 20px;
  width: 30%;
  z-index: 0;
}

@media only screen and (min-width: 1300px) {
  .rltp .rlt {
    width: 32%;
  }
  .rltp .rlt:nth-child(3n+1) {
    border-right: 0;
    margin-right: 0;
  }
  .rltp .rlt:nth-of-type(3n+1) {
    clear: left;
  }
  .fullWidth .rltpi .rlt, .bpd .rltpi .rlt {
    width: 48%;
  }
  .fullWidth .rltpi .rlt:nth-child(2n+1), .bpd .rltpi .rlt:nth-child(2n+1) {
    margin-right: 0;
  }
  .fullWidth .rltpi .rlt:nth-of-type(2n+1), .bpd .rltpi .rlt:nth-of-type(2n+1) {
    clear: left;
  }
  .bSeCont .rltpi .rlt {
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1300px) {
  .rltp .rlt {
    width: 32%;
  }
  .rltp .rlt:nth-child(3n+1) {
    border-right: 0;
    margin-right: 0;
  }
  .rltp .rlt:nth-of-type(3n+1) {
    clear: left;
  }
  .fullWidth .rltpi .rlt, .bpd .rltpi .rlt {
    width: 48%;
  }
  .fullWidth .rltpi .rlt:nth-child(2n+1), .bpd .rltpi .rlt:nth-child(2n+1) {
    margin-right: 0;
  }
  .fullWidth .rltpi .rlt:nth-of-type(2n+1), .bpd .rltpi .rlt:nth-of-type(2n+1) {
    clear: left;
  }
  .bSeCont .rltpi .rlt {
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1080px) {
  .fullWidth .rltp .rlt, .bpd .rltp .rlt {
    width: 49%;
  }
  .fullWidth .rltp .rlt:nth-child(2n+1), .bpd .rltp .rlt:nth-child(2n+1) {
    border-right: 0;
    margin-right: 0;
  }
  .fullWidth .rltp .rlt:nth-of-type(2n+1), .bpd .rltp .rlt:nth-of-type(2n+1) {
    clear: left;
  }
}

.wistia-video-container:after {
  display: none;
}

.wistia-video-container .vdc .ltx {
  display: none;
}

.wistia-video-container .vdc.video-container {
  display: block !important;
}

.wistia-video-container .vdc.video-container .vwr {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 1080px;
  margin: 0 auto;
  position: static;
}

.wistia-video-container .vdc.video-container .vwr iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .wrp, .fullWidth .cck {
    width: 1080px;
  }
  .bpd, .bpd .cck {
    width: 885px;
  }
  .fullWidth .out {
    width: 6080px;
  }
  .bpd .out {
    width: 5885px;
  }
  .fullWidth .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .fullWidth .gallery-columns-1 .gallery-item dt a {
    height: 850px;
    width: 850px;
  }
  .fullWidth .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .fullWidth .gallery-columns-2 .gallery-item dt a {
    height: 425px;
    width: 425px;
  }
  .fullWidth .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .fullWidth .gallery-columns-3 .gallery-item dt a {
    height: 283.33333px;
    width: 283.33333px;
  }
  .fullWidth .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .fullWidth .gallery-columns-4 .gallery-item dt a {
    height: 212.5px;
    width: 212.5px;
  }
  .fullWidth .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .fullWidth .gallery-columns-5 .gallery-item dt a {
    height: 170px;
    width: 170px;
  }
  .fullWidth .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .fullWidth .gallery-columns-6 .gallery-item dt a {
    height: 141.66667px;
    width: 141.66667px;
  }
  .fullWidth .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .fullWidth .gallery-columns-7 .gallery-item dt a {
    height: 121.42857px;
    width: 121.42857px;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item dt a {
    height: 850px;
    width: 850px;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item dt a {
    height: 425px;
    width: 425px;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item dt a {
    height: 283.33333px;
    width: 283.33333px;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item dt a {
    height: 212.5px;
    width: 212.5px;
  }
  .tve_post_lp .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .tve_post_lp .gallery-columns-5 .gallery-item dt a {
    height: 170px;
    width: 170px;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item dt a {
    height: 141.66667px;
    width: 141.66667px;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item dt a {
    height: 121.42857px;
    width: 121.42857px;
  }
  .bpd .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bpd .gallery-columns-1 .gallery-item dt a {
    height: 550px;
    width: 550px;
  }
  .bpd .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bpd .gallery-columns-2 .gallery-item dt a {
    height: 275px;
    width: 275px;
  }
  .bpd .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bpd .gallery-columns-3 .gallery-item dt a {
    height: 183.33333px;
    width: 183.33333px;
  }
  .bpd .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bpd .gallery-columns-4 .gallery-item dt a {
    height: 137.5px;
    width: 137.5px;
  }
  .bpd .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .bpd .gallery-columns-5 .gallery-item dt a {
    height: 110px;
    width: 110px;
  }
  .bpd .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .bpd .gallery-columns-6 .gallery-item dt a {
    height: 91.66667px;
    width: 91.66667px;
  }
  .bpd .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .bpd .gallery-columns-7 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bpd .gallery-columns-7 .gallery-item dt a {
    height: 78.57143px;
    width: 78.57143px;
  }
  .bSeCont .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bSeCont .gallery-columns-1 .gallery-item dt a {
    height: 550px;
    width: 550px;
  }
  .bSeCont .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bSeCont .gallery-columns-2 .gallery-item dt a {
    height: 275px;
    width: 275px;
  }
  .bSeCont .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bSeCont .gallery-columns-3 .gallery-item dt a {
    height: 183.33333px;
    width: 183.33333px;
  }
  .bSeCont .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bSeCont .gallery-columns-4 .gallery-item dt a {
    height: 137.5px;
    width: 137.5px;
  }
  .bSeCont .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .bSeCont .gallery-columns-5 .gallery-item dt a {
    height: 110px;
    width: 110px;
  }
  .bSeCont .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .bSeCont .gallery-columns-6 .gallery-item dt a {
    height: 91.66667px;
    width: 91.66667px;
  }
}

@media only screen and (max-width: 1080px) {
  .wrp, .fullWidth .cck {
    width: 900px;
  }
  .bpd, .bpd .cck {
    width: 740px;
  }
  .fullWidth .out {
    width: 5900px;
  }
  .bpd .out {
    width: 5740px;
  }
  .fullWidth .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .fullWidth .gallery-columns-1 .gallery-item dt a {
    height: 750px;
    width: 750px;
  }
  .fullWidth .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .fullWidth .gallery-columns-2 .gallery-item dt a {
    height: 375px;
    width: 375px;
  }
  .fullWidth .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .fullWidth .gallery-columns-3 .gallery-item dt a {
    height: 250px;
    width: 250px;
  }
  .fullWidth .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .fullWidth .gallery-columns-4 .gallery-item dt a {
    height: 187.5px;
    width: 187.5px;
  }
  .fullWidth .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .fullWidth .gallery-columns-5 .gallery-item dt a {
    height: 150px;
    width: 150px;
  }
  .fullWidth .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .fullWidth .gallery-columns-6 .gallery-item dt a {
    height: 125px;
    width: 125px;
  }
  .fullWidth .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .fullWidth .gallery-columns-7 .gallery-item dt a {
    height: 107.14286px;
    width: 107.14286px;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item dt a {
    height: 750px;
    width: 750px;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item dt a {
    height: 375px;
    width: 375px;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item dt a {
    height: 250px;
    width: 250px;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item dt a {
    height: 187.5px;
    width: 187.5px;
  }
  .tve_post_lp .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .tve_post_lp .gallery-columns-5 .gallery-item dt a {
    height: 150px;
    width: 150px;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item dt a {
    height: 125px;
    width: 125px;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item dt a {
    height: 107.14286px;
    width: 107.14286px;
  }
  .bpd .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bpd .gallery-columns-1 .gallery-item dt a {
    height: 550px;
    width: 550px;
  }
  .bpd .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bpd .gallery-columns-2 .gallery-item dt a {
    height: 275px;
    width: 275px;
  }
  .bpd .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bpd .gallery-columns-3 .gallery-item dt a {
    height: 183.33333px;
    width: 183.33333px;
  }
  .bpd .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bpd .gallery-columns-4 .gallery-item dt a {
    height: 137.5px;
    width: 137.5px;
  }
  .bpd .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .bpd .gallery-columns-5 .gallery-item dt a {
    height: 110px;
    width: 110px;
  }
  .bpd .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .bpd .gallery-columns-6 .gallery-item dt a {
    height: 91.66667px;
    width: 91.66667px;
  }
  .bpd .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .bpd .gallery-columns-7 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bpd .gallery-columns-7 .gallery-item dt a {
    height: 78.57143px;
    width: 78.57143px;
  }
  .bSeCont .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bSeCont .gallery-columns-1 .gallery-item dt a {
    height: 450px;
    width: 450px;
  }
  .bSeCont .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bSeCont .gallery-columns-2 .gallery-item dt a {
    height: 225px;
    width: 225px;
  }
  .bSeCont .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bSeCont .gallery-columns-3 .gallery-item dt a {
    height: 150px;
    width: 150px;
  }
  .bSeCont .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bSeCont .gallery-columns-4 .gallery-item dt a {
    height: 112.5px;
    width: 112.5px;
  }
  .bSeCont .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .bSeCont .gallery-columns-5 .gallery-item dt a {
    height: 90px;
    width: 90px;
  }
  .bSeCont .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .bSeCont .gallery-columns-6 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bSeCont .gallery-columns-6 .gallery-item dt a {
    height: 75px;
    width: 75px;
  }
  .fullWidth .gallery-columns-8 .gallery-item, .fullWidth .gallery-columns-9 .gallery-item, .bpd .gallery-columns-8 .gallery-item, .bpd .gallery-columns-9 .gallery-item, .bSeCont .gallery-columns-8 .gallery-item, .bSeCont .gallery-columns-9 .gallery-item {
    width: 20% !important;
  }
  .bSeCont .gallery-columns-7 .gallery-item {
    width: 20% !important;
  }
  .csc .foc {
    padding: 0 2% 0 0;
    width: 49%;
  }
  .csc .foc:nth-child(2n) {
    padding: 0 0 0 0;
  }
  .mry.fullWidth .mry-i {
    width: 49%;
  }
  .scvps .vdc.video-container .wp-video, .scvps .vdc.video-container iframe {
    max-width: 900px !important;
  }
  .bSe h1 {
    font-size: 33px;
  }
  .bSe h2 {
    font-size: 30px;
  }
  .mms {
    font-size: 70px !important;
  }
  .fat .frm.i3 input[type="text"], .fat .frm.i3 .op-r, .fab .frm.i3 input[type="text"], .fab .frm.i3 .op-r {
    margin-bottom: 10px;
    width: 48%;
  }
  .fat .frm.i3 .btn, .fab .frm.i3 .btn {
    width: 48%;
  }
  .scon.wide .frm input[type="text"], .scon.wide .frm .btn, .scon.wide .frm .op-r, .scon.wide.o1 .frm input[type="text"], .scon.wide.o1 .frm .btn, .scon.wide.o1 .frm .op-r, .scon.wide.o2 .frm input[type="text"], .scon.wide.o2 .frm .btn, .scon.wide.o2 .frm .op-r, .scon.wide.o3 .frm input[type="text"], .scon.wide.o3 .frm .btn, .scon.wide.o3 .frm .op-r {
    float: none;
  }
  .scon.wide .frm .btn, .scon.wide.o1 .frm .btn, .scon.wide.o2 .frm .btn, .scon.wide.o3 .frm .btn {
    width: 100%;
  }
  .scon.wide .frm input[type="text"], .scon.wide .frm .op-r, .scon.wide.o1 .frm input[type="text"], .scon.wide.o1 .frm .op-r, .scon.wide.o2 .frm input[type="text"], .scon.wide.o2 .frm .op-r, .scon.wide.o3 .frm input[type="text"], .scon.wide.o3 .frm .op-r {
    margin-bottom: 10px;
    width: 100%;
  }
  .pt_four {
    width: 50%;
  }
  .pt_five {
    width: 50%;
  }
  .pt_five:nth-child(4) {
    margin-bottom: 10px;
  }
  .pt_five:nth-child(5) {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
  }
  .cmb div.ccr {
    width: 85%;
  }
  .rw .txt, .tabs_widget .txt {
    width: 50%;
  }
  .rw .txt.noImageTab {
    padding-left: 30%;
    width: 70%;
  }
}

@media only screen and (max-width: 940px) {
  .wrp, .fullWidth .cck {
    width: 700px;
  }
  .bpd, .bpd .cck {
    width: 575px;
  }
  .fullWidth .out {
    width: 5700px;
  }
  .bpd .out {
    width: 5575px;
  }
  .wrp.cnt.gin .fullWidth .gr-i {
    width: 49%;
  }
  .wrp.cnt.gin .fullWidth .gr-i:nth-of-type(2n) {
    margin-right: 0;
  }
  .fullWidth .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .fullWidth .gallery-columns-1 .gallery-item dt a {
    height: 500px;
    width: 500px;
  }
  .fullWidth .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .fullWidth .gallery-columns-2 .gallery-item dt a {
    height: 250px;
    width: 250px;
  }
  .fullWidth .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .fullWidth .gallery-columns-3 .gallery-item dt a {
    height: 166.66667px;
    width: 166.66667px;
  }
  .fullWidth .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .fullWidth .gallery-columns-4 .gallery-item dt a {
    height: 125px;
    width: 125px;
  }
  .fullWidth .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .fullWidth .gallery-columns-5 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .fullWidth .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .fullWidth .gallery-columns-6 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .fullWidth .gallery-columns-6 .gallery-item dt a {
    height: 83.33333px;
    width: 83.33333px;
  }
  .fullWidth .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .fullWidth .gallery-columns-7 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .fullWidth .gallery-columns-7 .gallery-item dt a {
    height: 71.42857px;
    width: 71.42857px;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item dt a {
    height: 500px;
    width: 500px;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item dt a {
    height: 250px;
    width: 250px;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item dt a {
    height: 166.66667px;
    width: 166.66667px;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item dt a {
    height: 125px;
    width: 125px;
  }
  .tve_post_lp .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .tve_post_lp .gallery-columns-5 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .tve_post_lp .gallery-columns-6 .gallery-item dt a {
    height: 83.33333px;
    width: 83.33333px;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item {
    width: 14.28571% !important;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .tve_post_lp .gallery-columns-7 .gallery-item dt a {
    height: 71.42857px;
    width: 71.42857px;
  }
  .bpd .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bpd .gallery-columns-1 .gallery-item dt a {
    height: 400px;
    width: 400px;
  }
  .bpd .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bpd .gallery-columns-2 .gallery-item dt a {
    height: 200px;
    width: 200px;
  }
  .bpd .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bpd .gallery-columns-3 .gallery-item dt a {
    height: 133.33333px;
    width: 133.33333px;
  }
  .bpd .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bpd .gallery-columns-4 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .bpd .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .bpd .gallery-columns-5 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bpd .gallery-columns-5 .gallery-item dt a {
    height: 80px;
    width: 80px;
  }
  .bpd .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .bpd .gallery-columns-6 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bpd .gallery-columns-6 .gallery-item dt a {
    height: 66.66667px;
    width: 66.66667px;
  }
  .bSeCont .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bSeCont .gallery-columns-1 .gallery-item dt a {
    height: 400px;
    width: 400px;
  }
  .bSeCont .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bSeCont .gallery-columns-2 .gallery-item dt a {
    height: 200px;
    width: 200px;
  }
  .bSeCont .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bSeCont .gallery-columns-3 .gallery-item dt a {
    height: 133.33333px;
    width: 133.33333px;
  }
  .bSeCont .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bSeCont .gallery-columns-4 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .bSeCont .gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .bSeCont .gallery-columns-5 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bSeCont .gallery-columns-5 .gallery-item dt a {
    height: 80px;
    width: 80px;
  }
  .bSeCont .gallery-columns-6 .gallery-item {
    width: 16.66667% !important;
  }
  .bSeCont .gallery-columns-6 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bSeCont .gallery-columns-6 .gallery-item dt a {
    height: 66.66667px;
    width: 66.66667px;
  }
  .bpd .gallery-columns-6 .gallery-item, .bpd .gallery-columns-7 .gallery-item {
    width: 25% !important;
  }
  .cnt .sAs.left, .cnt .sAs.right {
    float: none;
    margin: 25px 0 0 0;
    width: auto;
  }
  .cnt .bSe.left, .cnt .bSe.right {
    float: none;
    width: auto;
  }
  .fmw .tth, .fmw .oth, .fmw .ofo, .fmw .tfo {
    padding: 0;
    width: 100%;
  }
  .fmw .tth.lst, .fmw .oth.lst, .fmw .ofo.lst, .fmw .tfo.lst {
    padding: 0;
    width: 100%;
  }
  .csc .thc {
    padding: 0;
    width: 100%;
  }
  .csc .thc.lst {
    padding: 0;
  }
  .csc .tth, .csc .oth, .csc .ofo, .csc .tfo {
    padding: 0;
    width: 100%;
  }
  .csc .tth.lst, .csc .oth.lst, .csc .ofo.lst, .csc .tfo.lst {
    padding: 0;
    width: 100%;
  }
  .csc .ofo {
    padding: 0;
    width: 100%;
  }
  .csc .tfo, .csc .tfo.lst {
    padding: 0;
    width: 100%;
  }
  .csc .fft {
    padding: 0;
    width: 49%;
  }
  .csc .fft:first-child {
    padding: 0 2% 0 0;
  }
  .csc .fft.lst {
    padding: 0 0 0 0;
    width: 100%;
  }
  .csc .twc + .fft.lst {
    padding: 0;
  }
  .csc .fft + .twc.lst {
    width: 100%;
  }
  .csc .fft + .twc {
    padding: 0;
  }
  .bcs {
    max-width: 100%;
  }
  .rw .txt, .tabs_widget .txt {
    width: 70%;
  }
  .rw .txt.noImageTab {
    padding-left: 10%;
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .html-hidden {
    height: 100%;
    overflow: hidden;
  }
  .html-hidden body {
    overflow: hidden;
  }
  .wrp, .fullWidth .cck, .bpd, .bpd .cck {
    width: 460px;
  }
  .fullWidth .out, .bpd .out {
    width: 5460px;
  }
  .wrp.cnt.gin .gr-i {
    float: none !important;
    margin: 0 auto 20px !important;
    width: 80% !important;
  }
  .gin .bSe.fullWidth .gr-i {
    height: auto !important;
  }
  .gin .bSe.right .gr-i, .gin .bSe.left .gr-i {
    height: auto !important;
  }
  .bSeCont .mry .mry-g {
    width: 0;
  }
  .bSeCont .mry .mry-i {
    width: 100%;
  }
  .mry .har .hui {
    height: auto;
  }
  .mry.fullWidth .mry-g {
    width: 0;
  }
  .mry.fullWidth .mry-i {
    width: 100%;
  }
  .fullWidth .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .fullWidth .gallery-columns-1 .gallery-item dt a {
    height: 300px;
    width: 300px;
  }
  .fullWidth .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .fullWidth .gallery-columns-2 .gallery-item dt a {
    height: 150px;
    width: 150px;
  }
  .fullWidth .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .fullWidth .gallery-columns-3 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .fullWidth .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .fullWidth .gallery-columns-4 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .fullWidth .gallery-columns-4 .gallery-item dt a {
    height: 75px;
    width: 75px;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .tve_post_lp .gallery-columns-1 .gallery-item dt a {
    height: 300px;
    width: 300px;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .tve_post_lp .gallery-columns-2 .gallery-item dt a {
    height: 150px;
    width: 150px;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .tve_post_lp .gallery-columns-3 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .tve_post_lp .gallery-columns-4 .gallery-item dt a {
    height: 75px;
    width: 75px;
  }
  .bpd .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bpd .gallery-columns-1 .gallery-item dt a {
    height: 300px;
    width: 300px;
  }
  .bpd .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bpd .gallery-columns-2 .gallery-item dt a {
    height: 150px;
    width: 150px;
  }
  .bpd .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bpd .gallery-columns-3 .gallery-item dt a {
    height: 100px;
    width: 100px;
  }
  .bpd .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bpd .gallery-columns-4 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bpd .gallery-columns-4 .gallery-item dt a {
    height: 75px;
    width: 75px;
  }
  .bSeCont .gallery-columns-1 .gallery-item {
    width: 100% !important;
  }
  .bSeCont .gallery-columns-1 .gallery-item dt a {
    height: 280px;
    width: 280px;
  }
  .bSeCont .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .bSeCont .gallery-columns-2 .gallery-item dt a {
    height: 140px;
    width: 140px;
  }
  .bSeCont .gallery-columns-3 .gallery-item {
    width: 33.33333% !important;
  }
  .bSeCont .gallery-columns-3 .gallery-item dt a {
    height: 93.33333px;
    width: 93.33333px;
  }
  .bSeCont .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .bSeCont .gallery-columns-4 .gallery-item dt a {
    height: 120px !important;
    width: 120px !important;
  }
  .bSeCont .gallery-columns-4 .gallery-item dt a {
    height: 70px;
    width: 70px;
  }
  .fullWidth .gallery-columns-5 .gallery-item, .fullWidth .gallery-columns-6 .gallery-item, .fullWidth .gallery-columns-7 .gallery-item, .fullWidth .gallery-columns-8 .gallery-item, .fullWidth .gallery-columns-9 .gallery-item, .bpd .gallery-columns-5 .gallery-item, .bpd .gallery-columns-6 .gallery-item, .bpd .gallery-columns-7 .gallery-item, .bpd .gallery-columns-8 .gallery-item, .bpd .gallery-columns-9 .gallery-item, .bSeCont .gallery-columns-5 .gallery-item, .bSeCont .gallery-columns-6 .gallery-item, .bSeCont .gallery-columns-7 .gallery-item, .bSeCont .gallery-columns-8 .gallery-item, .bSeCont .gallery-columns-9 .gallery-item {
    width: 33.33% !important;
  }
  html {
    overflow-x: hidden;
  }
  .fln .fl-l {
    display: none;
  }
  .fln .fl-s .cou {
    display: none;
  }
  .fln .fl-s li a:before {
    margin-right: 0;
  }
  .fln .fl-s li span {
    display: none;
  }
  header {
    position: relative;
  }
  header.side #logo {
    min-width: initial;
  }
  header.side #logo img {
    max-width: 100px !important;
    min-width: initial;
  }
  header .m-si {
    min-height: 0;
    padding: 10px 0;
  }
  header.side nav > ul > li, header.center nav > ul > li {
    padding: 0;
  }
  header .wrp {
    padding: 0;
    position: static;
  }
  header.side, header.center {
    padding-top: 0;
  }
  header.side .m-s, header.center .m-s {
    vertical-align: middle;
  }
  header .h-i {
    margin-bottom: 0;
    vertical-align: middle;
  }
  header .hsm {
    background: #aea1b5;
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
    vertical-align: middle;
    width: 35px;
  }
  header .hsm:after {
    font-family: 'rise-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e120';
    color: #fff;
    font-size: 30px;
  }
  header.side .m-si nav, header.center .m-si nav {
    display: none;
    float: none;
  }
  header.side .m-si .phone_mobile, header.center .m-si .phone_mobile {
    float: none;
  }
  header .phone_full {
    display: none !important;
  }
  header .phone_mobile {
    display: block !important;
    margin: 0 auto;
  }
  header .phone_mobile:hover .phr .mphr, header .phone_mobile:hover .phr .apnr {
    color: #fff;
  }
  header .phone_mobile .phr {
    border-radius: 30px;
  }
  header .phone_mobile .phr .fphr {
    display: none;
  }
  header .phone_mobile .phr .mphr {
    color: #fff;
    display: block;
  }
  header .m-si {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
    background: #aea1b5;
    display: none;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 5;
  }
  header.side .m-si nav, header.center .m-si nav {
    display: block;
  }
  header nav > ul.menu li.current-menu-item a:before, header nav > ul.menu li.current-menu-item a:after, header nav > ul.menu li.current_page_item a:before, header nav > ul.menu li.current_page_item a:after, header nav > ul.menu li.current-page-item a:before, header nav > ul.menu li.current-page-item a:after, header nav > ul#menu li.current-menu-item a:before, header nav > ul#menu li.current-menu-item a:after, header nav > ul#menu li.current_page_item a:before, header nav > ul#menu li.current_page_item a:after, header nav > ul#menu li.current-page-item a:before, header nav > ul#menu li.current-page-item a:after {
    display: none;
  }
  header nav > ul > li a {
    text-transform: uppercase;
  }
  header nav ul {
    background: #aea1b5;
    text-align: left;
    display: block;
  }
  header nav ul li {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.23);
    background: #aea1b5;
    display: block;
    float: none;
    padding: 0;
  }
  header nav ul li:hover {
    background: #aea1b5;
  }
  header nav ul li.menu-item-has-children > a:after {
    font-family: 'rise-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\63';
    color: inherit;
    display: block;
    font-size: 15px;
    height: 15px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  header nav ul li a {
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: .833em;
    font-weight: 400;
    padding: 20px;
    width: 100%;
  }
  header nav ul li a:before, header nav ul li a:after {
    display: none;
  }
  header nav ul li a:hover {
    background: #fff;
    color: #1285db !important;
  }
  header nav ul li ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0;
    display: block;
    position: static;
  }
  header nav ul li ul li {
    background: #aea1b5;
    border: none;
    padding: 0;
  }
  header nav ul li ul li:hover {
    background: #aea1b5;
  }
  header nav ul li ul li a {
    border-bottom: 0;
    color: #fff;
    padding-left: 50px;
  }
  header nav ul li ul li ul {
    border-top: 0;
  }
  header nav ul li ul li ul li {
    padding-left: 0;
  }
  header nav ul li ul li.menu-item-has-children > a:after {
    content: '';
  }
  .has-free {
    display: none !important;
  }
  .has-extended.has-heading .colch:after {
    display: none;
  }
  header nav li.has-extended > ul.sub-menu > li ul.sub-menu li {
    background: #aea1b5;
  }
  header nav li.has-extended > ul.sub-menu > li ul.sub-menu li:hover {
    background: #aea1b5;
  }
  header nav li.has-extended > ul.sub-menu > li ul.sub-menu li a {
    color: #fff;
    padding-left: 50px;
    width: 100%;
  }
  header nav li.col-no-2 > ul.sub-menu,
  header nav li.col-no-2 > ul.sub-menu.position_menu,
  header nav li.col-no-3 > ul.sub-menu,
  header nav li.col-no-3 > ul.sub-menu.position_menu,
  header nav li.col-no-4 > ul.sub-menu,
  header nav li.col-no-4 > ul.sub-menu.position_menu {
    border-radius: 0;
    background: none;
    display: block !important;
    position: static;
    width: 100% !important;
  }
  header nav li.col-no-2 > ul.sub-menu:before,
  header nav li.col-no-2 > ul.sub-menu.position_menu:before,
  header nav li.col-no-3 > ul.sub-menu:before,
  header nav li.col-no-3 > ul.sub-menu.position_menu:before,
  header nav li.col-no-4 > ul.sub-menu:before,
  header nav li.col-no-4 > ul.sub-menu.position_menu:before {
    border: 0 none;
    content: " ";
  }
  header nav li.col-no-2 > ul.sub-menu li.menu-item,
  header nav li.col-no-2 > ul.sub-menu.position_menu li.menu-item,
  header nav li.col-no-3 > ul.sub-menu li.menu-item,
  header nav li.col-no-3 > ul.sub-menu.position_menu li.menu-item,
  header nav li.col-no-4 > ul.sub-menu li.menu-item,
  header nav li.col-no-4 > ul.sub-menu.position_menu li.menu-item {
    clear: both;
    float: none;
  }
  header nav li.col-no-2 > ul.sub-menu li,
  header nav li.col-no-2 > ul.sub-menu.position_menu li,
  header nav li.col-no-3 > ul.sub-menu li,
  header nav li.col-no-3 > ul.sub-menu.position_menu li,
  header nav li.col-no-4 > ul.sub-menu li,
  header nav li.col-no-4 > ul.sub-menu.position_menu li {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
  }
  header nav li.col-no-2 > ul.sub-menu .colch,
  header nav li.col-no-2 > ul.sub-menu.position_menu .colch,
  header nav li.col-no-3 > ul.sub-menu .colch,
  header nav li.col-no-3 > ul.sub-menu.position_menu .colch,
  header nav li.col-no-4 > ul.sub-menu .colch,
  header nav li.col-no-4 > ul.sub-menu.position_menu .colch {
    border: none;
    color: #fff;
    display: block;
  }
  header nav li.col-no-2 a,
  header nav li.col-no-3 a,
  header nav li.col-no-4 a {
    line-height: 1.625em;
  }
  header nav ul {
    background: none !important;
  }
  header nav ul li {
    position: static;
  }
  header nav ul li ul li ul {
    padding-left: 0;
    width: 100%;
  }
  #floating_menu .wrp {
    position: static;
  }
  .scvps .vdc.video-container .wp-video, .scvps .vdc.video-container iframe {
    max-width: 460px !important;
  }
  .scvps .vdc.video-container {
    left: 0 !important;
    width: 100%;
  }
  .scvps .vdc.video-container iframe {
    width: 100%;
  }
  .csc .colm {
    margin-right: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .cnt .sAs.left, .cnt .sAs.right {
    float: none;
    margin: 0;
    width: auto;
  }
  .cnt .bSe.left, .cnt .bSe.right {
    float: none;
    width: auto;
  }
  .pt_two, .pt_three, .pt_four, .pt_five {
    float: none;
    margin: 10px 0 !important;
    width: 100%;
  }
  .csc .colm {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .gr .gri img {
    display: inline;
  }
  .gr .foc {
    margin-bottom: 10px;
    width: 44%;
  }
  .gr .foc.lst {
    margin-bottom: 0;
  }
  .gr .fic {
    margin-bottom: 10px;
    width: 48%;
  }
  .gr .fic.lst {
    margin-bottom: 0;
    width: 98%;
  }
  .gr .tfo {
    width: 48%;
  }
  .gr .foc:nth-child(2) + .twc {
    width: 98%;
  }
  .gr .foc:first-child + .twc {
    margin-bottom: 10px;
    width: 48%;
  }
  .gr .twc + .foc.lst {
    width: 98%;
  }
  .gr .twc + .foc + .lst {
    width: 98%;
  }
  .gr .twc {
    width: 47%;
  }
  header .phone .phr {
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    text-align: center;
  }
  header .phone .phr:before {
    font-family: 'rise-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f098';
    color: #1285db;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 15px;
    width: 30px;
  }
  header .phone .phr .apnr {
    color: inherit;
  }
  header .phone .phr:hover {
    color: #666666;
  }
  header .phone.blue .phr {
    color: #c9dbef;
  }
  header .phone.blue .phr:hover {
    background: #c9dbef;
  }
  .bSe .phone.blue, .widget .phone.blue, body .phone.blue {
    border-color: #305695;
    background: #24447b;
  }
  header .phone.dark .phr {
    color: #666666;
  }
  header .phone.dark .phr:hover {
    background: #666666;
  }
  .bSe .phone.dark, .widget .phone.dark, body .phone.dark {
    border-color: #666666;
    background: #000000;
  }
  header .phone.green .phr {
    color: #e7ede9;
  }
  header .phone.green .phr:hover {
    background: #e7ede9;
  }
  .bSe .phone.green, .widget .phone.green, body .phone.green {
    border-color: #8eb298;
    background: #1d5031;
  }
  header .phone.light .phr {
    color: #f6f6f6;
  }
  header .phone.light .phr:hover {
    background: #f6f6f6;
  }
  .bSe .phone.light, .widget .phone.light, body .phone.light {
    border-color: #cccccc;
    background: #999999;
  }
  header .phone.orange .phr {
    color: #ffeeea;
  }
  header .phone.orange .phr:hover {
    background: #ffeeea;
  }
  .bSe .phone.orange, .widget .phone.orange, body .phone.orange {
    border-color: #cdbbb7;
    background: #c5523f;
  }
  header .phone.purple .phr {
    color: #eeecef;
  }
  header .phone.purple .phr:hover {
    background: #eeecef;
  }
  .bSe .phone.purple, .widget .phone.purple, body .phone.purple {
    border-color: #998c9e;
    background: #51425f;
  }
  header .phone.red .phr {
    color: #fbe8e4;
  }
  header .phone.red .phr:hover {
    background: #fbe8e4;
  }
  .bSe .phone.red, .widget .phone.red, body .phone.red {
    border-color: #c3a7a4;
    background: #6e252c;
  }
  header .phone.teal .phr {
    color: #e7f1f2;
  }
  header .phone.teal .phr:hover {
    background: #e7f1f2;
  }
  .bSe .phone.teal, .widget .phone.teal, body .phone.teal {
    border-color: #559499;
    background: #21676f;
  }
  .bSe .phone a, .widget .phone a, body .phone a {
    color: #fff;
  }
  .bSe .phone a span, .widget .phone a span, body .phone a span {
    color: inherit;
  }
  .bSe .phone .phr:before, .widget .phone .phr:before, body .phone .phr:before {
    color: inherit;
  }
  .bSe .phone .phr .mphr, .widget .phone .phr .mphr, body .phone .phr .mphr {
    display: block;
  }
  .bSe .phone .phr .fphr, .widget .phone .phr .fphr, body .phone .phr .fphr {
    display: none;
  }
  .aut .aut-s:before {
    width: 100px;
  }
  .aut .aut-t {
    display: block;
  }
  .aut .aut-i {
    margin-top: 30px;
    width: 100%;
  }
  .lrp .llw {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .quo .qui {
    display: block;
    float: none;
    height: 200px;
    width: 100%;
  }
  .quo .qut {
    display: block;
  }
  .pnav .pav {
    border: 1px solid #eeecef;
    display: block;
    float: none;
    width: 100%;
  }
  .pnav .pav.right, .pnav .pav.left {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
  }
  .pnav .pav.right span:first-child, .pnav .pav.left span:first-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .pnav .pav.right span:first-child:before, .pnav .pav.right span:first-child:after, .pnav .pav.left span:first-child:before, .pnav .pav.left span:first-child:after {
    display: none;
  }
  .rw .txt.noImageTab {
    padding-left: 20%;
    width: 80%;
  }
  footer .fmm .ft-m, footer .fmm .ft-c {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .fmm .ft-s {
    display: table;
    margin: 0 auto 10px;
  }
  footer .fmm .ft-s ul {
    float: none;
  }
  footer .fmm .ft-s > span {
    display: none;
  }
  .cdt {
    max-width: 80%;
  }
  .cdt .cdto {
    margin-bottom: 10px;
  }
  .shortcode_tabs.vert_tabs .scT {
    display: block;
  }
  .shortcode_tabs.vert_tabs .scT ul.scT-tab {
    display: block;
  }
  .shortcode_tabs.vert_tabs .scT .scTC {
    border: 0;
  }
  .far.fat .fl, .far.fat .fr, .far.fat .fm, .far.fab .fl, .far.fab .fr, .far.fab .fm {
    display: block;
  }
  .far.fat .fl img, .far.fab .fl img {
    display: block;
    margin: 0 auto;
  }
  .far.fat .frm input[type="text"], .far.fat .frm .op-r, .far.fab .frm input[type="text"], .far.fab .frm .op-r {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .far.fat .frm .btn, .far.fab .frm .btn {
    float: none;
    width: 100% !important;
  }
  .far.fab.f1 .fr {
    border-left: 0;
  }
  .far.fab.f3 .fl, .far.fab.f4 .fl {
    border-right: 0;
  }
  .cmb ul {
    margin-left: 0;
  }
  .cmb ul ul {
    padding-left: 0;
  }
  .thi {
    float: none;
    margin: 10px auto;
  }
}

/*----------  Mobile Gallery - width 600px  ----------*/
@media only screen and (max-width: 660px) {
  .galleryOverlay {
    background: rgba(0, 0, 0, 0.95);
  }
  .galleryOverlay .nav_prev, .galleryOverlay .nav_next {
    display: none;
    line-height: 0;
    font-size: 0;
    height: 0;
    overflow: hidden;
  }
  .galleryOverlay .nav_close {
    background: url("https://wintellisys.com/wp-content/themes/Wintellisys-Theme2.0/images/sprite-web.png") no-repeat -35px 6px;
    bottom: 4px;
    top: auto;
    opacity: 0.6;
    right: 10px;
    z-index: 1004;
  }
  .galleryOverlay .nav_close.nav_close_cnt {
    bottom: 4px;
    top: auto;
  }
  .galleryOverlay .nav_close:before {
    content: '';
  }
  .galleryOverlay .g_count {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background: #000;
  }
  .galleryOverlay .gl_ctrl {
    display: none;
    line-height: 0;
    font-size: 0;
    height: 0;
    overflow: hidden;
  }
  .galleryOverlay .gl_ctrl_wrp {
    background: none;
    float: left;
  }
  .galleryOverlay .gl_ctrl_wrp .mob_text {
    float: right;
  }
  .galleryOverlay .gl_ctrl_wrp .img_count {
    float: left;
    margin-right: 5px;
  }
  .galleryOverlay .g_count {
    border-radius: 0;
    display: block;
    padding: 0 20px;
    width: auto;
  }
  .galleryOverlay .g_count .cap_txt {
    display: none;
  }
  .galleryOverlay .g_count .mob_text {
    display: inline-block;
    font-size: 14px;
  }
}

@media only screen and (max-width: 540px) {
  .wrp, .fullWidth .cck, .bpd, .bpd .cck {
    width: 310px;
  }
  .fullWidth .out, .bpd .out {
    width: 5310px;
  }
  .wrp.cnt.gin .gr-i {
    width: 95% !important;
  }
  .fullWidth .gallery .gallery-item, .bpd .gallery .gallery-item, .bSeCont .gallery .gallery-item {
    width: 100% !important;
  }
  .fullWidth .gallery .gallery-item dt a, .bpd .gallery .gallery-item dt a, .bSeCont .gallery .gallery-item dt a {
    height: 180px;
    width: 180px;
  }
  .cnt .sAs.left, .cnt .sAs.right {
    float: none;
    margin: 0;
    width: auto;
  }
  .cnt .bSe.right, .cnt .bSe.left {
    float: none;
    width: auto;
  }
  .gr .colm.twc, .gr .colm.oth, .gr .colm.tth, .gr .colm.foc, .gr .colm.fic, .gr .colm.tfo {
    margin-bottom: 10px;
    width: 98% !important;
  }
  .gr .colm.twc:last-child, .gr .colm.oth:last-child, .gr .colm.tth:last-child, .gr .colm.foc:last-child, .gr .colm.fic:last-child, .gr .colm.tfo:last-child {
    margin-bottom: 0;
  }
  .gr .colm.twc.lst, .gr .colm.oth.lst, .gr .colm.tth.lst, .gr .colm.foc.lst, .gr .colm.fic.lst, .gr .colm.tfo.lst {
    width: 98%;
  }
  .gr .colm.twc .gri img, .gr .colm.oth .gri img, .gr .colm.tth .gri img, .gr .colm.foc .gri img, .gr .colm.fic .gri img, .gr .colm.tfo .gri img {
    display: inline;
  }
  .bSe h1 {
    font-size: 33px;
  }
  .bSe h2 {
    font-size: 30px;
  }
  .bSe h3 {
    font-size: 25px;
  }
  .bSe h4 {
    font-size: 22px;
  }
  .bSe h5 {
    font-size: 18px;
  }
  .bSe h6 {
    font-size: 17px;
  }
  .mms, .mmt {
    font-size: 33px !important;
  }
  .cmb div.ccr {
    width: 75%;
  }
  .gnav .g-ov {
    height: 40px;
    padding: 25px 0;
    width: 60%;
  }
  .gnav .g-ul li {
    padding-right: 5px;
  }
  .gnav .g-ul li a {
    height: 40px;
    width: 40px;
  }
  .mry .quo .qui {
    min-height: 150px;
    position: static;
  }
  .rw .txt, .tabs_widget .txt {
    width: 60%;
  }
  .rw .txt.noImageTab {
    padding-left: 30%;
    width: 70%;
  }
  .icb.icb2 {
    padding-right: 10px;
  }
  .sctm .bts {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
    display: block;
    padding: 20px;
    width: auto;
  }
  .sctm .bts:after {
    border-top: 9px solid #f6f6f6;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin: 0 auto;
    top: auto;
    bottom: -18px;
    right: 0;
    left: 0;
  }
  .sctm .bts:before {
    border-top: 9px solid #d7d7d7;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin: 0 auto;
    top: auto;
    bottom: -20px;
    right: 0;
    left: 0;
  }
  .sctm .bts .rta {
    margin: 0 auto;
  }
  .sctm .tst {
    display: block;
  }
  .shortcode_tabs.horz_tabs .scT ul.scT-tab li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .split .spl.small {
    padding: 10px;
  }
  .faq .faqC {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  .theme-wrapper {
    overflow-x: hidden;
  }
  .wrp, .fullWidth .cck, .bpd, .bpd .cck {
    width: 290px;
  }
  .fullWidth .out, .bpd .out {
    width: 5290px;
  }
  .cnt .sAs.right, .cnt .sAs.left {
    float: none;
    margin: 0;
    width: auto;
  }
  .cnt .bSe.right, .cnt .bSe.left {
    float: none;
    width: auto;
  }
  .scvps .vdc.video-container {
    width: 100%;
  }
  .scvps .vdc.video-container .wp-video, .scvps .vdc.video-container iframe {
    max-width: 290px !important;
    min-width: 290px;
  }
  .galleryOverlay .g_count {
    padding: 0;
  }
  .galleryOverlay .g_count .gl_ctrl_wrp {
    padding: 0 5px;
  }
  .bSe .cou {
    margin-bottom: 10px;
  }
  .scbp .txt {
    padding-left: 0;
  }
  .scbp .pps .tim {
    display: table;
    margin: 0 auto 10px;
    position: static;
  }
  .scbp .txt.noImageTab {
    padding-left: 0;
    padding-top: 60px;
  }
  .scbp .txt.noImageTab a:before {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
  }
  .cdt {
    max-width: 90%;
  }
}

/*
  ipad 1+2
*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
  .pdwbg {
    background-attachment: scroll !important;
  }
}

/*
  ipad 3+ 4
*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  .pdwbg {
    background-attachment: scroll !important;
  }
}

/*
  iphones
*/
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
  .pdwbg {
    background-attachment: scroll !important;
    background-size: auto auto !important;
    background-position: center top !important;
  }
}

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .pdwbg {
    background-attachment: scroll !important;
    background-size: auto auto !important;
    background-position: center top !important;
  }
}

@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .pdwbg {
    background-attachment: scroll !important;
    background-size: auto auto !important;
    background-position: center top !important;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .pdwbg {
    background-attachment: scroll !important;
    background-size: auto auto !important;
    background-position: center top !important;
  }
}

@media only screen and (max-width: 1024px) {
  .bp-t {
    height: auto;
  }
  .bp-t::before {
    display: none;
  }
  .bp-t .wrp {
    display: block;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.bSe a:hover, .cnt a:hover {
  color: #51438c;
}

.wrp {
  width: auto;
  max-width: 1700px;
  padding: 0 1.5em;
}

@media only screen and (min-width: 940px) {
  .wrp {
    width: 92%;
  }
  .brd .wrp {
    width: auto;
  }
}

.wrp.cmt {
  margin-top: 40px;
}

.page-template .wrp.cnt {
  max-width: none;
  padding: 0;
  width: 100%;
}

.page-template .cnt {
  margin-top: 0;
}

.awr {
  margin: 0;
  padding: 0;
}

.page-template .awr > .entry-title {
  display: none;
}

.site-header {
  line-height: 1.25;
  background: linear-gradient(45deg, rgba(18, 133, 219, 0.8), #51438c);
}

body.page-template .site-header {
  background: linear-gradient(45deg, rgba(18, 133, 219, 0.5), rgba(81, 67, 140, 0.5));
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
}

body.page-template .site-header.myfixed {
  background: linear-gradient(45deg, rgba(18, 133, 219, 0.8), rgba(81, 67, 140, 0.8));
}

.site-header:before {
  display: table;
}

.site-header .site-branding-container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 1em;
}

.site-header .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin: auto;
}

@supports (display: grid) {
  .site-header .site-branding {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -ms-grid-columns: auto max-content max-content;
        grid-template-columns: auto -webkit-max-content -webkit-max-content;
        grid-template-columns: auto max-content max-content;
    grid-gap: .5em;
  }
}

.site-header .site-branding > * {
  margin-top: auto;
  margin-bottom: auto;
}

.site-header .site-branding #logo {
  margin: auto 0;
}

.site-header .site-branding #logo img {
  min-width: 130px;
}

@media only screen and (min-width: 780px) {
  .site-header .site-branding #logo img {
    width: auto;
  }
}

.site-header .site-branding .header_phonenumber {
  font-size: 16px;
  display: none;
  padding-left: 1em;
  border-left: #fff solid 1px;
  text-align: center;
  line-height: 1.25;
}

.site-header .site-branding .header_phonenumber small {
  font-size: 80%;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
}

.site-header .site-branding .getStarted {
  display: none;
  background-color: #fff;
  color: #51438C;
  padding: .5em .55em;
  font-weight: bold;
  font-size: 0.875em;
}

.site-header .site-branding .getStarted i {
  display: inline-block;
  margin-left: 5px;
}

.site-header .site-branding .getStarted.mobile {
  display: block;
}

@media only screen and (min-width: 560px) {
  .site-header .site-branding {
    -ms-grid-columns: 168px auto max-content max-content;
        grid-template-columns: 168px auto -webkit-max-content -webkit-max-content;
        grid-template-columns: 168px auto max-content max-content;
  }
  .site-header .site-branding .getStarted.mobile {
    display: none;
  }
  .site-header .site-branding .getStarted:not(.mobile) {
    display: block;
  }
  .site-header .site-branding .header_phonenumber {
    display: block;
  }
}

@media only screen and (min-width: 780px) {
  .site-header .site-branding-container {
    padding: 0 1.5em;
  }
  .site-header .site-branding {
    grid-gap: 2%;
  }
  .site-header .site-branding .custom-logo {
    width: auto;
  }
}

.site-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin: auto;
}

.site-header #site-navigation {
  text-align: right;
}

.site-header #site-navigation a {
  color: #fff;
}

.site-header #site-navigation .submenu-expand {
  color: #fff;
}

.angled-top {
  background-image: linear-gradient(176deg, rgba(255, 255, 255, 0) 177px, #d8d1e7 0%, #c4e0f6 100%) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  margin-top: -177px;
}

.sAsCont .sAs {
  width: auto;
}

@media only screen and (min-width: 780px) {
  .sAsCont .sAs {
    width: 30%;
  }
}

body .wrp.cnt {
  padding-bottom: 40px;
}

.bSe .reverse a {
  color: #fff;
}

.bSe .reverse a:hover {
  text-decoration: underline;
  color: #fff;
}

.nocontent, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

footer .fmm {
  background-color: #222750;
}

footer .fmw .wrp .colm:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

footer .fmw .wrp .colm:nth-child(1) section:first-child {
  max-width: 35%;
}

footer .fmw .wrp .colm:nth-child(1) section:last-child {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid white;
}

@media only screen and (min-width: 480px) {
  footer .fmw .wrp .colm {
    width: 50%;
  }
  footer .fmw .wrp .colm:nth-child(2) {
    padding-right: 15px;
  }
  footer .fmw .wrp .colm:nth-child(3), footer .fmw .wrp .colm.lst {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 890px) {
  footer .fmw .wrp .colm {
    width: 25%;
    padding: 0 15px;
  }
  footer .fmw .wrp .colm:first-child {
    width: 50%;
  }
  footer .fmw .wrp .colm:nth-child(3), footer .fmw .wrp .colm.lst {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1260px) {
  footer .fmw .wrp .colm {
    width: 16.666%;
  }
  footer .fmw .wrp .colm:nth-child(3) {
    padding-right: 15px;
  }
  footer .fmw .wrp .colm.lst {
    padding-right: 0;
  }
}

footer .fmw .wrp .colm .tcb-icon {
  width: 2em;
  height: 2em;
}

footer .fmw .wrp .colm .ttl, footer .fmw .wrp .colm #menu-footer-why li {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  font-size: 18px;
}

footer .fmw .wrp .colm p, footer .fmw .wrp .colm li {
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: normal;
  padding-left: 0;
}

footer .fmw .wrp .colm p:before, footer .fmw .wrp .colm li:before {
  content: none;
}

footer .fmw .wrp .colm p a:hover, footer .fmw .wrp .colm li a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main_purple.css.map */