/* Main Style */
@import url("font-NovecentoWideBold.css");
@font-face {
   font-family: latolight;
   src: url(../fonts/lato-light-webfont.woff2) format('woff2'), url(../fonts/lato-light-webfont.woff) format('woff');
   font-weight: 400;
   font-style: normal;
}
@font-face {
   font-family: '2dumb';
   src: url(../fonts/2dumb-webfont.eot);
   src: url(../fonts/2dumb-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/2dumb-webfont.woff2) format('woff2'), url(../fonts/2dumb-webfont.woff) format('woff'), url(../fonts/2dumb-webfont.svg#2dumbregular) format('svg');
   font-weight: 400;
   font-style: normal;
}
* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
body {
   min-height: 1500px;
}
body.touchM, html.touchM {
   position: fixed;
   width: 100vw;
}
.row.timer, .sLight, aside .sidebar, header .header .fix .wrap {
   overflow: hidden;
}
.subscribePop input[type=submit], body {
   font-family: Lato, sans-serif;
}
aside, header .header .fix {
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
}
.broadcrumbs, .broadcrumbs a:visited {
   color: #cac8c9;
}
.header .menu .bT[data-open=true] span:nth-child(2), .open-menu, .share_list ul li:before {
   display: none;
}
.austin_form .wrap, .flexbox {
   -webkit-box-direction: normal;
}
#group-registration .basicCont a:hover, #location .basicCont a:hover, header .header .fix .wrap>.fR .search:hover {
   opacity: .8;
}
._rm span, .loader, .sl-count, .sl-icon {
   vertical-align: middle;
}
#searchLoop, .fullSearch input[type=search], input:not([type=radio]), input:not([type=radio]):active, input:not([type=radio]):focus, label.dropdown select {
   -webkit-appearance: none;
}
._lMenu li, .fooWrap .fLeftR ul li, .menuToggle li, .row.basic ._pContent ol, .row.basic ._pContent ul, .see-all-posts {
   list-style-type: none;
}
form[name=basSearch] input[type=submit] {
   background-color: transparent;
}
.menuSub+.subscribePop form {
   padding-bottom: 50px;
}
main {
   position: relative;
   ..margin-top: -79px;
}
body.paged main{
   margin-top: -2px !important;
}
header .header .fix {
   height: 100%;
   width: 100%;
   top: 0;
   z-index: 999;
   transition: all .3s ease;
}

body.admin-bar header .header .fix {
 top: 32px;
}

header .header .logo.fL {
   padding-top: 22px;
}
header .header .menu.fL {
   padding-top: 22px;
   min-height: 77px;
   max-width: 414px;
}
header .header .fix.nav-up {
   top: -79px;
}
header .bgH:after {
   content: "";
   width: 100%;
   height: 2px;
   position: absolute;
   background-color: rgba(24, 24, 24, .186);
   bottom: 0;
}
.austin-logo:before, .austin_logo:after {
   content: ''}
.header .menu .bT span {
   background-color: #fff;
   transition: all .5s ease;
}
.header .menu .bT[data-open=true] span:first-child {
   transform: rotate(45deg);
   position: relative;
}
.header .menu .bT[data-open=true] span:last-child {
   transform: rotate(-45deg);
}
.header .menu .bT[data-open=false] {
   margin-left: 8px;
}
header {
   position: relative;
   z-index: 202;
   font-family: 'Roboto', sans-serif !important;
   font-weight: 400;
}
header .bgH {
   height: 75px;
   background-color: #025cd4;
}
header .header .fix {
   max-height: 75px;
   min-height: 75px;
}
.broadcrumbs {
   background-color: #858182;
   padding: 5px 0;
}
.broadcrumbs a {
   color: #cac8c9;
   margin: 0 5px;
}
.single header .bgH {
   height: auto;
}
.single header .header .fix {
   max-height: unset;
   min-height: unset;
   height: auto;
}
.single header .header {
   ..height: auto!important;
}
.share_list ul li {
   margin-right: 15px;
}
body .row.basic .share_list ul li a.customer.share {
   color: #fff;
   text-decoration: none;
   padding: 5px 10px;
   border-radius: 3px;
   font-weight: 700;
}
.row.basic .share_list ul {
   padding: 0;
}
.share_list ul li a.twitter.customer.share {
   background-color: #1b95e0;
}
.share_list ul li a.linkedin.customer.share {
   background-color: #0077b5;
}
.share_list ul li a.facebook.customer.share {
   background-color: #4267b2;
}
body .row.basic .share_list ul li a.customer.share i {
   margin-right: 5px;
   font-size: 23px;
}
.menu-bar {
   width: 100%;
   max-width: 1140px;
   margin: 0 auto;
   height: 75px;
   padding: 0 10px;
}
.austin-logo p {
   color: #fff;
   margin-right: 10px;
   font-size: 14px;
}
.ppchero .austin-logo p {
   position: absolute;
   bottom: 15px;/*8px;*/
   right: 0;
}
/*--- new text for hero conf logo side ---*/
.austin-logo p.mobile-vertion{
   display: none;
}
.austin-logo p.full-vertion{
   display: block;
   font-size: 18px;
   width: 46%;
   line-height: 1;
}
.austin-logo p.full-vertion > span{
   transform: translate(26px, -11px);
   display: inline-block;
   font-size: 27px;
}

/*--- END new text for hero conf logo side ---*/
@media screen and (max-width: 1610px) {
   /*--- new text for hero conf logo side ---*/
   /*div.austin-logo{
       padding-left: 6px;
   }*/
   /*--- END new text for hero conf logo side ---*/
}
.open-menu {
   color: #fff;
   width: 30px;
}
.open-menu span {
   width: 100%;
   height: 3px;
   background-color: #fff;
   display: block;
   margin-bottom: 7px;
}
.close-menu {
   display: none;
   color: #fff;
   width: 30px;
   height: 30px;
   position: relative;
   left: 82%}
.close-menu span {
   width: 100%;
   height: 3px;
   background-color: #fff;
   display: block;
   position: absolute;
   top: 13px;
}
.austin_form, .austin_logo, .austin_logo:after {
   background-color: #c5205c;
}
.close-menu span:first-child {
   transform: rotate(45deg);
   margin-bottom: -3px;
}
.close-menu span:last-child {
   transform: rotate(-45deg);
}
.close-menu:link, .close-menu:visited, .open-menu:link, .open-menu:visited {
   color: #fff;
   font-size: 27px;
}
.austin_logo {
   height: 100%;
   position: relative;
   width: 188px;/*340px;*/
   padding-left: 5px;/*10px;*/
}
.dynamicWidth{
   width: 340px !important;
}
.austin-page .austin_logo.flexbox {
   display: inline-flex;
   max-width: 157px;
}
.austin_logo:after {
   position: absolute;
   left: 100%;
   height: 100%;
   width: 100vw;
}
.austin-logo:before {
   display: block;
   position: absolute;
   left: -27px;/*-23px;*/
   top: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 0 75px 23px;
   border-color: transparent transparent #c5205c;
   line-height: 0;
}
.austin-logo a {
   text-decoration: none;
}
.flexbox {
   box-sizing: border-box;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
   -webkit-box-orient: horizontal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.austin_form .wrap {
   -webkit-box-orient: vertical;
   -ms-flex-direction: column;
   flex-direction: column;
   height: 410px;
}
.austin_form h2 {
   max-width: 590px;
   margin-bottom: 20px;
   font-weight: 300;
   font-size: 31px;
   color: #fff;
}
.between-xs {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.middle-xs {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.center-xs {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
}
.around-xs {
   -ms-flex-pack: distribute;
   justify-content: space-around;
}
.austin_form form {
   width: 100%}
.austin_form input[type=email] {
   width: 100%;
   max-width: 560px;
   height: 45px;
   margin-right: 5px;
   border: 1px solid #fff;
   font-size: 25px;
   color: #444;
   padding-left: 10px;
   margin-bottom: 15px;
}
.austin_form input[type=submit] {
   border: 1px solid #fff;
   background: 0 0;
   padding: 0 15px;
   border-radius: 4px;
   color: #fff;
   outline: 0;
   cursor: pointer;
   font-size: 19px;
   font-weight: 300;
   font-family: Lato, sans-serif;
   height: 45px;
}
.austin_form p {
   color: #313234;
}
.austin_form p.centered {
   padding: 0 27px;
}
#group-registration .basicCont a, #group-registration .basicCont a:visited, #location .basicCont a, #location .basicCont a:visited {
   color: #00e;
}
#group-registration, #location {
   display: none;
   max-width: 800px;
   text-align: center;
   color: #313234;
}
#group-registration p, #location p {
   margin: 10px 0;
}
.line {
   width: 250px;
   border-top: 1px solid #fff;
   margin: 65px 0 40px;
}
.featured_post_ad {
   max-width: 1140px;
   position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   top: 80%;
   margin: auto;
   padding: 10px;
}
.featured_post_ad a {
   text-decoration: none!important;
}
.featured_post_ad img {
   max-height: 60px;
}
.featured_post_ad p {
   color: #fff;
   margin-left: 10px;
   font-size: 18px;
}
.featured_post_ad p span {
   font-family: '2dumb';
   color: #dc2769;
   text-decoration: underline;
}
header .header {
   height: 77px;
}
.header .menu .bT {
   cursor: pointer;
   width: 25px;
   padding-top: 0;
   margin-right: 6px;
}
.search.seaFunc {
   max-width: 19px;
}
.search.seaFunc img {
   max-width: 100%}
.subBut a, .subBut a:visited {
   color: #fff;
   text-decoration: none;
   text-transform: uppercase;
}
.ast-btn:visited {
   color: #fff;
}
.ast-btn:hover, .r-box .r-prices p.old, .subBut a:hover {
   color: #ababab;
}
.header .menu .bT span {
   display: block;
   height: 2px;
   border-radius: 0;
}
.menu-bar>div>span {
   display: block;
   height: 22px;
   margin: 0 10px;
   background-color: #fff;
   width: 1px;
}
.header .menu .bT[data-open=true] span:first-child {
   top: 8px;
}
.header .menu .bT[data-open=true] {
   float: left;
   margin-left: inherit;
   margin-right: inherit;
   height: 16px;
}
.austin-page .logo .by-hanapin {
   margin-left: 15px;
}
.austin-page .logo .austin_White {
   max-width: 150px;
}
.austin-page .menu-bar, .austin-page header .bgH, .austin-page header .header {
   height: 79px;
}
.austin-page .austin-logo:before {
   border-width: 0 0 79px 23px;
   border-color: transparent transparent #025cd4;
}
.austin-page header .bgH {
   background-color: #c5205c;
}
.austin-page .austin-logo a {
   flex-direction: column;
   align-items: start;
}
.austin-nav li a {
  width: 100%;
  padding: 1px 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.austin-nav .menu-image-title-after.menu-image-title {
  padding-left: 0;
}
.austin-nav li a.register-btn {
   border-left: 1px solid #fff;
   text-transform: uppercase;
   text-align: center;
}
.closeSearch, .sLight .sClose {
   border-radius: 100%;
   cursor: pointer;
}
.logo-nav {
   flex-grow: 1;
   padding-right: 50px;
}
.austin-nav li {
   border-right: 1px solid #fff;
}
/* .austin-nav li:last-of-type, .austin-nav li:nth-child(5) {
   border-right: none;
} */
.austin-nav {
   list-style: none;
   margin-left:25px;
   margin-top: 6px;
}
.austin-page .austin-logo img {
   max-height: 35px;
}
.austin-page .austin-logo p {
   margin-right: 0;
   margin-bottom: 5px;
   letter-spacing: -.5px;
}
.austin-page .austin_logo, .austin-page .austin_logo:after {
   background-color: #025cd4;
}
.austin-page header .header .fix {
   max-height: 79px;
   min-height: 79px;
}
.london-page main {
   min-height: 91.1vh;
   margin-top: 0;
}
.row.home .center, .sLight {
   top: 0;
   margin: auto;
   bottom: 0;
}
.row.timer {
   height: 70px;
}
.row.timer .halfCl {
   height: 100%;
   position: absolute;
   top: 0;
}
.austin-page .row.timer .wrap .timerL.without-timer {
   width: 100%;
   text-align: right;
}
.austin-page .sch-holder>.wrap {
   background: right 0 center no-repeat;
   background-size: 50%}
.full_w, .sLight .sLeft .sPict, input#miniSearch {
   background-position: center;
}
#searchLoop, .full_w, .sLight .sLeft .sPict, .subscribePop [type=email], input#miniSearch {
   background-repeat: no-repeat;
}
.row.timer .wrap .timerL {
   width: 74%;
   background-color: #c3205b;
}
.row.timer .wrap>div {
   float: left;
   height: 100%}
.row.timer .wrap .timerL a {
   text-decoration: none;
   color: #fff;
   font-weight: 300;
   font-size: 31px;
   display: inline-block;
   padding-top: 13px;
   padding-left: 9px;
   letter-spacing: .7pt;
   position: relative;
}
.row.timer .wrap .timerL a span {
   position: absolute;
   bottom: 0;
   height: 2px;
   background-color: #fff;
   width: 0;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
   right: 0;
}
.row.timer .wrap .timerL a:hover span {
   width: 100%;
   left: 0;
}
.row.timer .halfCl .one {
   background-color: #c3205b;
}
.row.timer .halfCl>div {
   float: left;
   width: 50%;
   height: 100%}
.row.home .center {
   display: block;
   position: absolute;
   width: 100%;
   max-width: 820px;
}
.row.home .center h1 {
   color: #fff;
   font-weight: 300;
   font-size: 74px;
   max-width: 430px;
   float: left;
}
.row.home .center address {
   color: #fff;
   font-style: normal;
   font-weight: 300;
   font-size: 25px;
   padding-top: 104px;
   padding-left: 15px;
   max-width: 370px;
   float: left;
}
.row.home .wrap {
   height: 100%}
.sLight {
   width: 695px;
   height: 465px;
   position: fixed;
   z-index: 999999;
   background-color: #fff;
   left: 0;
   right: 0;
   box-shadow: 2.5px 4.33px 29px 0 #181818;
   padding: 69px 50px 50px 60px;
   -webkit-animation: toTop .5s;
   animation: toTop .5s;
}
.sLight .sClose {
   position: absolute;
   right: 11px;
   top: 11px;
   padding: 2px 9px;
   background-color: #cfcfcf;
   color: #fff;
   font-size: 23px;
   font-weight: 300;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
}
.sLight .sClose:hover {
   background-color: #b7b7b7;
}
.sLight .sClose.note {
   -webkit-animation: colorD 1s;
   animation: colorD 1s;
}
.sLight .sLeft {
   float: left;
   width: 43%;
   padding-top: 6px;
}
.sLight .sLeft .sPict {
   height: 250px;
   width: 100%;
   background-size: cover;
}
.sLight .sLeft .sInfo {
   padding-top: 18px;
   text-align: center;
}
.sLight .sLeft .sInfo p.sCompany {
   color: #b0b0b0;
   text-transform: uppercase;
   font-weight: 300;
   font-size: 16px;
   padding-bottom: 6px;
}
.sLight .sLeft .sInfo p.sProfession {
   font-weight: 300;
   font-size: 19px;
   color: #444;
}
.sLight .sRight {
   float: left;
   width: 57%;
   padding-left: 33px;
}
.sLight .sRight .sTitle p.sName {
   font-size: 30px;
   color: #444;
   font-weight: 300;
   letter-spacing: 1.2pt;
   position: relative;
   padding-bottom: 17px;
   margin-bottom: 14px;
}
.sLight .sRight .sTitle p.sName:after {
   content: "";
   display: block;
   width: 65px;
   height: 2px;
   background-color: #c3205b;
   bottom: 0;
   position: absolute;
}
.sLight .sRight .sTitle a.sTwitter {
   text-decoration: none;
   color: #535353;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: 300;
}
.copyright p a:first-child, .sLight .sRight .sTitle a.sTwitter:hover {
   text-decoration: underline;
}
.sLight .sRight .sContent {
   padding-top: 17px;
   font-size: 18px;
   max-height: 230px;
   overflow: auto;
   color: #535353;
   font-weight: 300;
   letter-spacing: .6pt;
}
.sLight.advanced .full, .sLight.advanced .full * {
   color: #8c8c8c;
   font-size: 18px;
   letter-spacing: .5pt;
   font-weight: 300;
}
.fancybox-container .track_info .breakout::-webkit-scrollbar, .sLight .sRight .sContent::-webkit-scrollbar {
   width: 5px;
}
.fancybox-container .track_info .breakout::-webkit-scrollbar-thumb, .sLight .sRight .sContent::-webkit-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
.fancybox-container .track_info .breakout::-webkit-scrollbar-thumb:hover, .sLight .sRight .sContent::-webkit-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
.fancybox-container .track_info .breakout::-webkit-scrollbar-track, .sLight .sRight .sContent::-webkit-scrollbar-track {
   border-width: 0;
}
.fancybox-container .track_info .breakout::-webkit-scrollbar-track:hover, .sLight .sRight .sContent::-webkit-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
.fancybox-container .track_info .breakout::-moz-scrollbar, .sLight .sRight .sContent::-moz-scrollbar {
   width: 5px;
}
.fancybox-container .track_info .breakout::-mozt-scrollbar-thumb, .sLight .sRight .sContent::-mozt-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
.fancybox-container .track_info .breakout::-moz-scrollbar-thumb:hover, .sLight .sRight .sContent::-moz-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
.fancybox-container .track_info .breakout::-moz-scrollbar-track, .sLight .sRight .sContent::-moz-scrollbar-track {
   border-width: 0;
}
.fancybox-container .track_info .breakout::-moz-scrollbar-track:hover, .sLight .sRight .sContent::-moz-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
.sLight.sponsor .sLeft .sPict {
   background-size: 100% auto;
}
.sLight.advanced .full {
   max-height: 100%;
   overflow: auto;
}
.sLight.advanced .full::-webkit-scrollbar {
   width: 5px;
}
.sLight.advanced .full::-webkit-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
.sLight.advanced .full::-webkit-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
.sLight.advanced .full::-webkit-scrollbar-track {
   border-width: 0;
}
.sLight.advanced .full::-webkit-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
.sLight.advanced .full::-moz-scrollbar {
   width: 5px;
}
.sLight.advanced .full::-mozt-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
.sLight.advanced .full::-moz-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
.sLight.advanced .full::-moz-scrollbar-track {
   border-width: 0;
}
.sLight.advanced .full::-moz-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
.sLight.advanced .full a {
   color: #c3205b;
}
.sOverlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   cursor: pointer;
}
.sLight.toBot {
   -webkit-animation: toBot .5s;
   animation: toBot .5s;
}
@-webkit-keyframes toTop {
   from {
   top: -1500px;
}
to {
   top: 0;
}
}
@keyframes toTop {
   from {
   top: -1500px;
}
to {
   top: 0;
}
}
@-webkit-keyframes toBot {
   from {
   top: 0;
}
to {
   top: 3000px;
}
}
@keyframes toBot {
   from {
   top: 0;
}
to {
   top: 3000px;
}
}
footer .fooWrap {
   width: 100%;
   max-width: 1180px;
   padding: 0 15px;
}
.copyright p, .copyright p a {
   font-size: 16px;
   color: #606060;
}
._inP a, ._inP a h2, ._inP h2, ._inP>a, ._rm span, .copyright p a:last-of-type, .featuredDesc>div a, .header .logo a, .inserts a, .menuToggle a, header .header .fix .wrap>.fR .sub p a {
   text-decoration: none;
}
.footer-logo img {
   max-width: 225px;
}
.full_w {
   height: 100%;
   background-size: 100%}
.popF.full_width {
   height: 85px;
   bottom: -86px;
}
#successs p {
   text-align: center;
   font-size: 19px;
   padding: 25px;
   line-height: 29px;
}
#search_2::-webkit-input-placeholder {
   color: #777;
   font-size: 20px;
   text-transform: uppercase;
}
#search_2:-moz-placeholder {
   color: #777;
   font-size: 20px;
   text-transform: uppercase;
}
#search_2::-moz-placeholder {
   color: #777;
   font-size: 20px;
   text-transform: uppercase;
}
#search_2:-ms-input-placeholder {
   color: #777;
   font-size: 20px;
   text-transform: uppercase;
}
input#miniSearch {
   width: 22px;
   height: 22px;
   background-image: url(../images/search-header.png);
   cursor: pointer;
   margin-right: 8px;
}
html[xmlns*=""]:root input#miniSearch {
   margin-left: 15px;
}
._mSearch {
   float: left;
   width: 323px;
   padding: 13px 15px 26px;
}
._mSearch input {
   height: 23px;
   padding: 0;
   border: 0;
   background-color: transparent;
   outline: 0;
   color: #777;
   font-size: 20px;
   float: left;
   width: 240px;
}
.subscribePop {
   display: none;
   padding: 30px 26px;
   width: 290px;
   height: 230px;
   background-color: #014997;
   position: absolute;
   top: 82px;
   left: -55px;
}
.subscribePop [type=email] {
   padding: 12px 12px 12px 40px;
   width: 100%;
   background-color: #003269;
   border: 0;
   box-shadow: none;
   color: #ededed;
   font-size: 14px;
   background-image: url(/wp-content/themes/ppchero/images/send.png);
   outline: 0;
   background-size: 16px 12px;
   background-position: 13px center;
}
.subscribePop input:checked+label:after, .subscribePop input:checked+label:before {
   background-color: #fff;
   position: absolute;
   width: 2px;
   height: 100%;
   content: "";
   top: 0;
   left: 6px;
   right: 0;
   bottom: 0;
}
.subscribePop [type=email]::-webkit-input-placeholder {
   color: #ededed;
   font-size: 14px;
}
.subscribePop [type=email]:-moz-placeholder {
   color: #ededed;
   font-size: 14px;
}
.subscribePop [type=email]::-moz-placeholder {
   color: #ededed;
   font-size: 14px;
}
.subscribePop [type=email]:-ms-input-placeholder {
   color: #ededed;
   font-size: 14px;
}
.subscribePop .checkboxes input {
   display: none;
}
.subscribePop input:checked+label:after {
   transform: rotate(45deg);
}
.subscribePop input:checked+label:before {
   transform: rotate(-45deg);
}
.subscribePop label:nth-child(2) {
   width: 14px;
   height: 14px;
   background-color: #003269;
   display: block;
   float: left;
   cursor: pointer;
   position: relative;
   top: 4px;
}
.subscribePop .checkboxes {
   padding-top: 17px;
   padding-left: 40px;
}
.subscribePop .checkboxes>div {
   padding-bottom: 10px;
}
.subscribePop .checkboxes label:last-child {
   color: #fff;
   padding-left: 15px;
   font-size: 14px;
   font-weight: 300;
   float: left;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.subscribePop input[type=submit] {
   font-weight: 500;
   text-align: center;
   background-color: #ffa807;
   cursor: pointer;
   width: 100%;
   color: #fff;
   border: 0;
   box-shadow: none;
   padding: 11px;
   font-size: 20px;
   border-radius: 3px;
   outline: 0;
   -webkit-appearance: none;
}
.subscribePop input[type=submit]:hover {
   color: #ffa807;
   background-color: #fff;
}
.subscribePop .formSubmit {
   padding: 20px 10px 30px;
}
.menuSub+.subscribePop {
   position: static;
   width: 100%;
   background-color: #014997;
   padding-left: 40px;
   height: 240px;
   padding-top: 0;
}
.menuSub+.subscribePop input[type=email] {
   background-image: none;
   padding-left: 15px;
}
.menuSub+.subscribePop label:nth-child(2):after, .menuSub+.subscribePop label:nth-child(2):before {
   left: 11px;
}
.menuSub+.subscribePop label:nth-child(2) {
   width: 24px;
   height: 24px;
}
.menuSub+.subscribePop label:last-child span {
   display: block;
   font-style: italic;
   color: #a1a1a1;
   font-weight: 300;
}
.menuSub+.subscribePop .checkboxes {
   padding-left: 15px;
}
.ondemand-contentarea p>img.alignnone.size-full {
   height: auto;
   vertical-align: middle;
}
.menu-item-has-children {
   position: relative;
}
/* .menu-item-has-children:after {
   content: '+';
   position: absolute;
   right: 34px;
   font-size: 16px;
   color: #b8b8b8;
   top: 7px;
   pointer-events: none;
}
.menu-item-has-children.ok:after {
   content: '—'} */
._lMenu .menu-item-has-children:after, .menu-item-has-children.okL:after {
   content: ' '}
.menuToggle li ul {
   padding-left: 60px;
   /* background-color: #012955; */
   /* margin-left: -35px; */
   display: none;
}
.menuToggle, aside {
   max-width: 320px;
   /* background-color: #003269; */
   overflow-x: hidden;
}
.menuToggle a {
   color: #b8b8b8;
   font-size: 16px;
   display: block;
   padding: 9px 0;
   letter-spacing: .7pt;
   font-weight: 300;
}
.menuToggle li ul li:first-child a {
   padding-top: 0;
}
.menuToggle li ul li a {
   padding: 5px 0 6px 12px;
}
.menuToggle li ul li:last-child a {
   padding-bottom: 9px;
}
/* .menuToggle li ul li a:before {
   content: '»';
   display: inline;
   margin-right: 5px;
} */
._inP_bg:after, ._inP_bg:before, .featuredDesc>div:after, .row.home .row.fBackground:before {
   content: ''}
.menuToggle {
   width: 100%;
   padding-top: 14px;
   height: 100vh;
   overflow-y: auto;
}
aside {
   transition: all .3s ease;
   position: fixed;
   z-index: 31;
   top: 0;
   left: -320px;
   min-height: 100vh;
   font-family: 'Roboto', sans-serif !important;
   font-weight: 400;
}
aside .sidebar {
   position: relative;
   max-height: 100vh;
   overflow-y: auto;
}
aside.to0 {
   left: 0;
   z-index: 201;
}
header .header .fix .wrap {
   padding: 0;
   width: 100%}
body {
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
   left: 0;
   overflow-x: hidden;
}
.menuToggle::-webkit-scrollbar {
   width: 5px;
}
.menuToggle::-webkit-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
.menuToggle::-webkit-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
.menuToggle::-webkit-scrollbar-track {
   border-width: 0;
}
.menuToggle::-webkit-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
.menuToggle::-moz-scrollbar {
   width: 5px;
}
.menuToggle::-mozt-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
.menuToggle::-moz-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
.menuToggle::-moz-scrollbar-track {
   border-width: 0;
}
.menuToggle::-moz-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
::-webkit-scrollbar {
   width: 5px;
}
::-webkit-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
::-webkit-scrollbar-thumb:hover {
   border-width: 2px;
   border-color: #2d2d2d;
   background-color: #fff;
}
::-webkit-scrollbar-track {
   border-width: 0;
}
::-webkit-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
::-moz-scrollbar {
   width: 5px;
}
::-mozt-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #575757;
   background-color: #585858;
}
::-moz-scrollbar-thumb:hover {
   border-width: 1px 1px 1px 2px;
   border-color: #2d2d2d;
   background-color: rgba(48, 48, 48, .61);
}
::-moz-scrollbar-track {
   border-width: 0;
}
::-moz-scrollbar-track:hover {
   border-left: solid 1px #aaa;
   background-color: rgba(48, 48, 48, .61);
}
#menu-header>li:not(._adMenu) {
   padding-left: 35px;
}
#menu-header ._adMenu span {
   display: none;
}
#menu-header ._adMenu a {
   padding: 0;
}
.menu-item-has-children.ok {
   /* background-color: #012955; */
}
.menuToggle .current_page_item a, .menuToggle a:hover {
   color: #ffa807;
}
.menuSub img {
   margin-right: 13px;
   position: relative;
   top: 1px;
}
#formsS form>p {
   float: left;
   width: 100%;
   font-size: 16px;
   line-height: 15pt;
   margin-top: 10px;
}
.menuSub, .menuSub a {
   font-size: 20px;
   font-weight: 300;
   color: #fff;
}
.menuSub {
   padding: 16px 35px;
   background-color: #014997;
   cursor: pointer;
   margin-top: 0;
   letter-spacing: .7pt;
}
.menuSub a:hover {
   color: #fff;
}
.menuSub:hover img {
   transform: rotate(360deg);
}
.menuSocials {
   background-color: #003269;
   height: 98px;
   padding-top: 8px;
   text-align: center;
}
._socs li {
   display: inline-block;
}
._socs li a {
   color: #002042;
   font-size: 23px;
}
._socs li a:hover {
   color: #fff;
}
.header .menu .bT span:not(:last-child) {
   margin-bottom: 6px;
}
.header .logo p {
   font-weight: 400;
   color: #6890c5;
   text-align: center;
   font-size: 10px;
   text-transform: uppercase;
   font-family: latolight;
   font-family: Lato, sans-serif;
}
header .header .fix .wrap>.fR {
   padding-right: 18px;
   padding-top: 15px;
   position: relative;
}
header .header .fix .wrap>.fR .search {
   margin: 10px 0 0;
   cursor: pointer;
}
header .header .fix .wrap>.fR .sub p {
   max-height: 45px;
}
header .header .fix .wrap>.fR2, header .header .fix .wrap>.fR2 .kZi {
   position: relative;
   min-height: 77px;
   max-height: 77px;
}
header .header .fix .wrap>.fR .sub p a {
   padding: 11px 0;
   display: block;
   color: #e7e7e7;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
header .header .fix .wrap>.fR .sub {
   margin-right: 30px;
   font-size: 16.3pt;
   color: #e7e7e7;
   font-family: latolight;
   cursor: pointer;
   width: 181px;
   text-align: center;
   border: 2px solid #e7e7e7;
   border-radius: 3px;
   letter-spacing: .2pt;
}
header .header .fix .wrap>.fR .sub.opd, header .header .fix .wrap>.fR .sub:hover {
   color: #0F5ABF;
   background-color: #fff;
   font-weight: 700;
}
header .header .fix .wrap>.fR .sub:hover a {
   color: #0F5ABF;
}
header .header .fix .wrap>.fR2 .lFr2 span {
   padding-left: 5px;
   font-size: 20px;
   position: relative;
   top: -3px;
}
header .header .fix .wrap>.fR2 .lFr2 p {
   float: left;
   color: #fff;
   font-size: 23px;
   padding-top: 20px;
   padding-left: 18px;
}
header .header .fix .wrap>.fR2 .lFr2>a {
   display: table;
   width: 100%}
header .header .fix .wrap>.fR2 .lFr2 img {
   width: 100%;
   float: left;
}
header .header .fix .wrap>.fR2 {
   width: 317px;
   float: right;
}
header .header .fix .wrap>.fR2:after, header .header .fix .wrap>.fR2:before {
   display: block;
   height: 0;
   position: absolute;
   left: -7px;
   border-top: 63px solid #c70b5b;
   border-right: 77px solid rgba(2, 92, 212, 0);
   top: 7px;
   transform: rotate(90deg);
}
.dropDown.row>a, .dropDown2.row>a {
   display: block;
}
.dropDown.row>a>img, .dropDown2.row>a>img {
   width: 100%;
   height: auto;
   display: block;
}
.dropClose2, .dropNumber.not {
   display: none;
}
.dropClose, .dropClose2 {
   position: absolute;
   cursor: pointer;
   right: 20px;
   top: 20px;
}
header[data-drop-single=show] .header .fix, header[data-drop=show] .header .fix {
   position: static!important;
}
.dropNumber {
   position: absolute;
   cursor: pointer;
   right: 0;
   top: 7px;
   background-color: #000;
   padding: 5px 10px;
}
.dropNumber span {
   font-size: 15px;
   color: #fff;
}
.dropClose2.can, .inserts a {
   display: block;
}
._tube {
   z-index: -1;
   height: 1075px;
   top: -360px;
}
.fullSearch {
   position: fixed;
   top: 0;
   background-color: rgba(0, 34, 79, .98);
   width: 100%;
   padding-top: 104px;
   margin-top: 76px;
   height: 100%;
   z-index: 200;
   overflow: scroll;
   max-height: 100vh;
}
.closeSearch span:first-child, .closeSearch span:last-child {
   width: 2px;
   height: 100%;
   background-color: #fff;
   opacity: .53;
   position: absolute;
}
.heroImg, .searchForm.cl {
   margin: auto;
   position: absolute;
}
._inP, ._inP a h2, ._inP h2, .draw {
   overflow: hidden;
}
.closeSearch span {
   max-height: 23px;
}
.closeSearch span:last-child {
   right: 25px;
   transform: rotate(-45deg);
}
.closeSearch:hover span:last-child {
   transform: rotate(45deg);
}
.closeSearch span:first-child {
   transform: rotate(45deg);
   left: 25px;
}
.closeSearch:hover span:first-child {
   right: 25px;
   transform: rotate(-45deg);
}
.closeSearch {
   width: 22px;
   height: 22px;
   position: absolute;
   right: 0;
   top: -100px;
   padding: 15px;
   box-sizing: content-box;
   background-color: #000;
}
.heroImg img {
   width: 100%;
   height: auto;
}
.heroImg {
   left: 0;
   right: 0;
   top: 180px;
   height: 307px;
   width: 209px;
}
.fullSearch input[type=search] {
   width: 91%;
   color: #fff;
   background-color: #0a56ba;
   border: 0;
   box-shadow: none;
   float: left;
   max-height: 92px;
   outline: 0;
   font-size: 31px;
   padding-left: 32px;
   padding-bottom: 28px;
   padding-top: 32px;
   letter-spacing: 1pt;
   font-family: latolight;
   border-radius: 0;
}
#searchLoop {
   background-image: url(../images/sa.png);
   width: 9%;
   float: left;
   height: 92px;
   background-size: inherit;
   background-position: center;
   background-color: #f2a61e;
   border: 0;
   box-shadow: none;
   outline: 0;
   cursor: pointer;
   border-radius: 0;
}
._inP:not(:first-child), .draw, .row.basic article.draw {
   border-top: 4px solid #131313;
}
.searchForm.cl {
   width: 890px;
   max-width: 80%;
   left: 0;
   right: 0;
   height: 92px;
   top: 320px;
}
.inserts {
   width: 100%;
   margin: 270px auto auto;
}
.inserts a {
   color: #fff;
   font-size: 18px;
   padding: 0 10px;
}
.liveOn p {
   font-size: 18px;
   line-height: 1.58;
   font-weight: 300;
   word-break: break-word;
}
.liveOn p:first-letter {
   text-transform: capitalize;
}
#formsS h2, ._inP a h2, ._inP h2, .featuredDesc>div h2, .job-board-content .job-board-title, .liveOn h2, .loadMore span, .row.home .row.fBackground .featuredTitle h1, .single .single_title h1, .sl-count, a.more-info-btn>p, h2.notFound {
   text-transform: uppercase;
}
.liveOn {
   margin-bottom: 50px;
   -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
   -ms-transition: all .2s ease;
   -o-transition: all .2s ease;
   transition: all .1s ease;
   border-left: 7px solid #f2a61e;
   padding-left: 2px;
}
.liveOn:last-child {
   margin-bottom: 150px;
}
.liveOn .img+h2 {
   padding-left: 80px;
}
.liveOn .img+h2+p {
   padding-top: 13px;
}
.liveOn .img {
   position: absolute;
   width: 50px;
   height: 50px;
   background-size: cover;
   border-radius: 100%}
h2.notFound {
   color: #fff;
   font-weight: 300;
   font-size: 40px;
   text-align: center;
   margin-top: -160px;
}
.liveOn span.__1__ {
   font-weight: 500;
   color: #000;
   background-color: #fff;
}
.liveOn:hover {
   -webkit-transform: translateX(15px);
   -moz-transform: translateX(15px);
   -ms-transform: translateX(15px);
   -o-transform: translateX(15px);
   transform: translateX(15px);
}
.liveOn h2 {
   font-size: 33px;
   font-weight: 300;
   padding-bottom: 0;
   letter-spacing: 1.6pt;
   word-wrap: break-word;
}
.inserts .loading {
   top: 0;
   position: absolute;
   width: 100%;
   height: 92px;
   background: rgba(0, 0, 0, .29);
   background-image: url(../images/spinner2.gif);
   background-size: 250px;
   background-position: center;
   background-repeat: no-repeat;
}
input[type=text]::-ms-clear {
   display: none;
   width: 0;
   height: 0;
}
input[type=text]::-ms-reveal {
   display: none;
   width: 0;
   height: 0;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
   display: none;
}
input[type=search]::-webkit-input-placeholder {
   color: #fff;
   font-family: latolight;
   font-size: 31px;
}
input[type=search]:-moz-placeholder {
   color: #fff;
   font-family: latolight;
   font-size: 31px;
}
input[type=search]::-moz-placeholder {
   color: #fff;
   font-family: latolight;
   font-size: 31px;
}
input[type=search]:-ms-input-placeholder {
   color: #fff;
   font-family: latolight;
   font-size: 31px;
}
p.hCats {
   color: #9b9b9b;
   font-style: italic;
   font-size: 12px;
   padding-left: 6px;
}
.row.home .row.fBackground {
   height: 520px;
   background-size: cover;
   background-position: center;
   overflow: hidden;
   background-repeat: no-repeat;
}
.row.home .row.fBackground:before {
   display: block;
   position: absolute;
   background-color: rgba(53, 53, 53, .76);
   left: 0;
   top: 0;
   width: 100%;
   height: 100%}
.row.home .row.fBackground>a {
   position: relative;
   display: block;
   max-height: 500px;
   height: 500px;
}
.row.home .row.fBackground+.row>a {
   text-decoration: none;
   width: 994px;
   margin: auto;
   display: block;
   max-width: 100%}
.row.home .row.fBackground .featuredTitle {
   width: 657px;
   max-width: 80%;
   padding: 0 0 20px 0;
   text-align: center;
   top: 50%; left: 50%;
   position: absolute;
   z-index: 2;
   letter-spacing: 1.1pt;
   line-height: 65px;
   margin-top: 50px;
   transform: translate(-50%, -50%);
}
.row.home .row.fBackground .featuredTitle h1 {
   margin-bottom: 20px;
}
.row.home .row.fBackground .featuredTitle ._rm {
   margin: 0 auto;
}
.row.home .row.fBackground .featuredTitle h1 {
   color: #fff;
   font-family: Lato, sans-serif;
   font-size: 45px;
   line-height: 53px;
   font-weight: 300;
   top: -6px;
   position: relative;
}
.row.home .row.fBackground .featuredTitle span.spTit {
   color: #fff;
   font-weight: 300;
   letter-spacing: .7pt;
}
.featuredDesc>div h2, .featuredDesc>div p {
   color: #4c4c4c;
   font-family: Lato, sans-serif;
}
.featuredDesc {
   margin-top: -42px;
   padding: 10px;
   background-image: url(../images/shadow.png);
   background-position: 0 0;
   background-size: 101%;
   background-repeat: no-repeat;
   max-width: 100%}
.featuredDesc>div {
   padding: 84px 97px 0;
   background-color: #fff;
   min-height: 270px;
}
.featuredDesc>div:after {
   width: 58px;
   height: 56px;
   background-color: #fff;
   position: absolute;
   left: 0;
   right: 0;
   top: -28px;
   margin: auto;
   background-image: url(../images/miniHero.png);
   background-repeat: no-repeat;
   background-size: 22px;
   background-position: center 10px;
   border-radius: 100%}
._inP ._inP_bg, .draw, .mobBg, .videoImage {
   background-size: cover;
}
._inP ._inP_bg, .autor_avatar, .draw, .mobBg, .row ._tube, .row._pHeader, .videoImage {
   background-position: center;
   background-repeat: no-repeat;
}
.featuredDesc>div h2 {
   font-weight: 500;
   font-size: 28px;
   letter-spacing: .4pt;
}
.featuredDesc>div p:last-child {
   margin-bottom: 12px;
}
.featuredDesc>div p:not(:last-child) {
   margin-bottom: 17px;
}
.featuredDesc>div p {
   font-weight: 300;
   font-size: 19px;
   letter-spacing: .5pt;
}
._rm {
   width: 119px;
   margin: 20px auto;
   background-color: #ffa807;
   text-align: center;
   border-radius: 4px;
   line-height: 22px;
}
._rm:hover {
   background-color: rgba(255, 168, 7, .8);
}
._rm span {
   display: block;
   color: #fff;
   padding: 5.63pt 0;
   font-size: 18px;
}
.row.latest .row.header .wrapM>div {
   float: left;
}
.row.latest .row.header p {
   font-size: 27px;
   font-weight: 300;
   color: #fff;
   padding: 12px 13px;
   letter-spacing: .9pt;
}
.row.latest .row.header {
   background-color: #232323;
   height: 97px;
   padding-top: 24px;
   border-bottom: 1px solid #ef9e08;
}
._lHero {
   padding-left: 4px;
}
._inP {
   min-height: 340px;
   max-height: 340px;
   position: relative;
}
._inP_bg:after, ._inP_bg:before, .videoImage {
   position: absolute;
   height: 100%;
   width: 100%}
._inP:last-of-type {
   min-height: 380px;
   max-height: 380px;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
._inP_bg:before {
   display: block;
   background-color: #171717;
   opacity: .95;
   left: 0;
   top: 0;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
   z-index: 2;
}
.videoImage {
   left: 0;
   top: 0;
   z-index: 1;
}
.mobBg {
   background-color: rgba(23, 23, 23, .91);
}
._inP_bg:not([data-z-p]):hover:before, ._inP_bg[data-z-p]:hover:before, .mobBg:hover {
   background-color: rgba(0, 40, 96, .91);
}
._inP_bg[data-z-p]:hover {
   background-image: none;
}
._inP ._inP_bg[data-custom-upload] {
   top: -740px;
}
._inP_bg[data-custom-upload] video {
   width: 100%}
._inP_bg:after {
   display: block;
   z-index: 2;
   opacity: 0;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
   background-image: url(../images/hov.png);
   top: 0;
   pointer-events: none;
}
._inP .wrapM {
   z-index: 20;
}
._inP>a {
   display: block;
   color: #e7e7e7;
}
._inP ._inP_bg, .mobBg {
   min-height: 340px;
   max-height: 340px;
   padding-top: 50px;
   padding-bottom: 80px;
   position: relative;
}
._inP:last-of-type ._inP_bg, ._inP:last-of-type .mobBg {
   min-height: 380px;
   max-height: 380px;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
._inP a h2, ._inP h2 {
   font-size: 38px;
   font-weight: 300;
   margin-bottom: 30px;
   padding-left: 3px;
   letter-spacing: 2.6pt;
   max-height: 140px;
   position: relative;
   color: #e7e7e7;
}
._inP a {
   color: #ababab;
}
._inP .excerpt {
   color: #e7e7e7;
}
._inP ._inP_bg[data-z-p]+.wrapM, .mobBg+.wrapM {
   padding-top: 50px;
   padding-bottom: 80px;
   pointer-events: none;
}
._inP ._inP_bg[data-z-p] {
   position: absolute;
   height: 1230px;
   max-height: 1230px;
   width: 100%;
   top: -340px;
}
.mobBg {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 10;
}
.excerpt {
   padding-left: 6px;
}
.excerpt a {
   vertical-align: baseline;
}
.excerpt p {
   padding-left: 11px;
   font-weight: 300;
   border-left: 5px solid #ffa807;
   letter-spacing: 1.3pt;
}
.excerpt p span {
   margin-left: 5px;
   letter-spacing: 1.1pt;
   position: relative;
   display: inline-block;
   color: #e7e7e7;
}
.excerpt p span:after {
   content: "";
   display: block;
   position: absolute;
   width: 90px;
   height: 1px;
   bottom: -1px;
   background-color: #e7e7e7;
   left: 0;
}
._aBu span {
   color: #fff;
   padding: 9px 22px;
   border-radius: 3px;
   font-size: 19px;
   font-weight: 100;
   cursor: pointer;
}
._aBu span:after {
   content: "»"}
._aBu[data-position="_rightR"] {
   position: absolute;
   left: 98%;
   bottom: 24px;
   display: table;
}
._aBu[data-position="_leftR"] {
   position: absolute;
   right: 122%;
   bottom: 24px;
   display: table;
}
@-moz-document url-prefix() {
   ._aBu[data-position="_leftR"] {
   left: -46%}
._aBu[data-position="_rightR"] {
   right: -46%}
}
.wrapM ._contAd h2, .wrapM ._contAd h2 span {
   font-size: 44px;
   font-weight: 300;
}
.wrapM ._contAd {
   color: #fff;
   text-align: center;
   padding-top: 5px;
}
.draw {
   position: relative;
}
.home .draw {
   min-height: 340px;
   max-height: 340px;
}
.row.landing.latest.category .row.posts>article:first-child, .row.landing.latest.category .row.posts>article:first-child ._inP:not([data-z-p]), .row.landing.latest.category .row.posts>article:first-child ._inP_bg, .row.landing.latest.category .row.posts>article:first-child .mobBg, .row.landing.latest.category .row.posts>article:first-child>a, .row.landing.latest.category.trending .row.posts>article:first-child {
   max-height: 440px;
   height: 440px;
}
.draw a {
   text-decoration: none!important;
   color: #fff;
   display: block;
}
.page-template-template_webinar h1._bTitle, h1._bTitle, h3.catName {
   color: #e7e7e7;
   text-align: center;
   font-weight: 300;
   text-transform: uppercase;
}
.home .draw a {
   height: 340px;
}
.row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 240px;
}
.row.landing.latest.category .row.posts>article:nth-child(2) .mobBg+.wrapM {
   padding-top: 60px;
}
.row.landing.latest.category.trending .row.posts>article:first-child a {
   height: 440px;
}
.row.landing.latest.category .row.posts>article:first-child ._inP_bg iframe {
   height: 1700px;
   margin-top: -700px;
}
.row.landing.latest.category .row.posts>article:first-child ._inP_bg video {
   height: 2000px;
   margin-top: -750px;
}
.row.landing.latest.category .row.posts>article:first-child ._inP_bg {
   top: 0;
}
.row.landing.latest.category .row.posts>article:first-child ._inP_bg:not([data-z-p]) {
   padding-top: 180px;
   max-height: 490px;
}
.row.landing.latest.category .row.posts>article:first-child {
   overflow: inherit;
}
.row.landing.latest.category .row.posts>article:first-child:after {
   content: "";
   position: absolute;
   bottom: -9px;
   height: 18px;
   width: 100%;
   background-color: #171717;
   z-index: 10;
   border-top: 1px solid rgba(23, 23, 23, .61);
}
.row.landing.latest.category .row.posts>article:first-child a {
   /* overflow: hidden; */
   height: 490px;
   position: relative;
}
h3.catName {
   position: absolute;
   top: 120px;
   z-index: 20;
   width: 100%;
   pointer-events: none;
}
.row.landing.latest.category .row.posts>article:first-child:before {
   content: "";
   position: absolute;
   bottom: -30px;
   height: 60px;
   width: 60px;
   background-color: #171717;
   z-index: 11;
   border-top: 1px solid rgba(23, 23, 23, .61);
   left: 0;
   right: 0;
   margin: auto;
   border-radius: 100%;
   background-image: url(../images/lHero.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 45%}
.row.landing.latest.category .row.posts ._inP:first-child ._inP_bg[data-z-p]+.wrapM {
   padding-top: 179px;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   position: absolute;
   margin: auto;
   display: table;
}
.row._pHeader {
   height: 500px;
   margin-bottom: 70px;
   background-size: cover;
   overflow: hidden;
}
.row._pHeader:before {
   content: '';
   display: block;
   position: absolute;
   background-color: rgba(53, 53, 53, .76);
   left: 0;
   top: 0;
   width: 100%;
   height: 100%}
.page-template-template_webinar .row._pHeader:before {
   background-color: transparent;
}
h1._bTitle {
   position: absolute;
   left: 0;
   right: 0;
   top: calc(100px + 50%);
   bottom: 0;
   display: block;
   width: 100%;
   margin: auto;
   font-size: 55px;
   letter-spacing: 2.1pt;
   transform: translateY(-50%);
}
.page-template-template_webinar h1._bTitle {
   position: static;
   width: 100%;
   margin: 140px auto 20px;
   font-size: 55px;
   letter-spacing: 2.1pt;
}
.page-template-template_webinar .row._pHeader {
   height: auto!important;
}
.row.basic ._pContent img, .row.basic figure, .row.basic figure img {
   max-width: 100%;
   height: auto;
}
@media screen and (min-width:1020px) {
   .page-template-template_webinar .row._pHeader {
   min-height: 400px;
}
}
h5.miniT {
   position: absolute;
   top: 115px;
   text-align: center;
   width: 100%;
   color: #fff;
   font-size: 18px;
   font-weight: 300;
}
.page-template-default h1._bTitle {
   font-size: 48px;
}
body:not(.page-id-284) .row.basic ._pContent p, body:not(.page-id-40042) .row.basic ._pContent p {
   color: #7b7b7b;
   font-size: 18px;
   line-height: 1.58;
   letter-spacing: -.003em;
   margin-bottom: 1.5em;
}
.row.basic ._pContent em, .row.basic ._pContent li, .row.basic ._pContent p, .row.basic ._pContent pre, .row.basic ._pContent span {
   max-width: 100%;
   word-break: break-word;
   height: auto;
}
.row.basic ._pContent p#succesCopy {
   font-size: 14px;
   padding: 10px;
   text-align: right;
   opacity: .5;
}
.row.basic ._pContent blockquote p {
   color: #c5205c;
   font-size: 25px;
   text-align: center;
   width: 86%;
   margin: 35px auto;
   letter-spacing: 1.1pt;
}
body:not(.page-id-284) .row.basic ._pContent h2, body:not(.page-id-40042) .row.basic ._pContent h2 {
   color: #4c4c4c;
   font-size: 32px;
   letter-spacing: 1.5pt;
   font-weight: 500;
   margin-bottom: .9em;
}
body:not(.page-id-284) .row.basic h3, body:not(.page-id-40042) .row.basic h3 {
   color: #c5205c;
   font-size: 22px;
   letter-spacing: 1pt;
   font-weight: 500;
   margin-bottom: .9em;
}
body:not(.page-id-284) .row.basic h4, body:not(.page-id-40042) .row.basic h4 {
   color: #c5205c;
   font-size: 20px;
   letter-spacing: 1pt;
   font-weight: 500;
   margin-bottom: .9em;
}
.row.basic figcaption {
   font-size: 14px;
   padding: 10px 0;
   font-style: italic;
   color: #7b7b7b;
}
body:not(.page-id-284) .row.basic ._pContent a, body:not(.page-id-40042) .row.basic ._pContent a {
   color: #c5205c;
   text-decoration: underline;
}
._lMenu ul li a, .autor_info a, .row.basic article.draw.basic * {
   text-decoration: none;
}
.row.basic ._pContent table a {
   font-size: 13px;
   padding: 8px;
}
.page-template-default .row.latest .row.header p, .page-template-template_authors .row.latest .row.header p, .page-template-template_categories .row.latest .row.header p, .single .row.latest .row.header p {
   cursor: pointer;
   color: #f2a61e;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}
.page-template-default .row.latest .row.header .lText:hover p, .page-template-template_authors .row.latest .row.header .lText:hover p, .page-template-template_categories .row.latest .row.header .lText:hover p, .single .row.latest .row.header .lText:hover p {
   color: #FFA400;
}
.page-template-default .row.latest .row.header p:hover, .page-template-template_authors .row.latest .row.header p:hover, .page-template-template_categories .row.latest .row.header p:hover, .single .row.latest .row.header p:hover {
   color: #f2a61e;
}
.lText>.latOp:after {
   transform: rotateX(180deg);
   top: -10px;
   position: relative;
}
.page-template-default .row.latest .row.header .lText p:after, .page-template-template_authors .row.latest .row.header .lText p:after, .page-template-template_categories .row.latest .row.header .lText p:after, .single .row.latest .row.header .lText p:after {
   content: "";
   display: block;
   background-image: url(../images/arrowLatest.png);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: right;
   margin: 15px 10px;
}
.single .row.latest article.subscribe {
   height: 340px;
   position: relative;
}
.single .row.latest article.subscribe>div.subLeft, .single .row.latest article.subscribe>div.subRight {
   height: 340px;
   float: left;
   position: relative;
}
.single .row.latest article.subscribe .wrapM {
   position: absolute;
   z-index: 10;
   left: 0;
   right: 0;
}
.single .row.latest article.subscribe .wrapM>div {
   max-width: 315px;
   padding-top: 55px;
   font-weight: 300;
}
.single .row.latest article.subscribe .wrapM>div h3:first-child+h3 {
   font-size: 36px;
}
.single .row.latest article.subscribe .wrapM>div p {
   color: #e2e2e2;
   font-weight: 300;
   padding: 5px 0;
   letter-spacing: .8pt;
   max-width: 94%}
.single .row.latest article.subscribe .wrapM>div h3 {
   color: #fff;
   font-weight: 300;
   margin-bottom: 0;
}
.single .row.latest article.subscribe .wrapM>div h3:first-child {
   font-size: 23px;
}
.single .row.latest article.subscribe .wrapM>div input[type=email] {
   margin: 15px 0;
   width: 265px;
   height: 38px;
   border: 0;
   padding-left: 15px;
   outline: 0;
   font-family: Lato, sans-serif;
}
.single .row.latest article.subscribe .wrapM>div input[type=submit] {
   width: 154px;
   max-width: 50%;
   font-size: 23px;
   padding: 5px 0;
   background-color: transparent;
   border: 1px solid #fff;
   color: #fff;
   font-weight: 300;
   font-family: Lato, sans-serif;
   cursor: pointer;
   border-radius: 3px;
}
.single .row.latest article.subscribe .wrapM>div input[type=submit]:hover {
   background-color: #fff;
   color: #950405;
}
.single .row.latest article.subscribe>div.subLeft {
   background-image: url(../images/darkred.jpg);
   width: 47%;
   background-repeat: no-repeat;
   background-size: cover;
}
.single .row.latest article.subscribe>div.subRight {
   width: 53%;
   background-image: url(../images/subRight.jpg);
   background-repeat: no-repeat;
   background-size: cover;
}
.single .row.latest article.subscribe p.hanText span {
   padding-left: 11px;
   letter-spacing: .7pt;
   font-weight: 300;
}
.single .row.latest article.subscribe p.hanText img {
   position: relative;
   top: 10px;
}
.single .row.latest article.subscribe p.hanText {
   position: absolute;
   bottom: 19px;
   left: 27px;
   color: #fff;
}
.single-post ._aBu {
   bottom: 20px!important;
}

.single-post .row.basic {
 padding-top: 80px;
}

.single-post .row.basic article.draw.basic ._aBu[data-position="_rightR"] {
   right: -22px;
}
.single-post .row.basic article.draw.basic ._aBu[data-position="_leftR"] {
   left: -20px;
}
.latOp+div._lMenu {
   display: block!important;
}
.lText {
   position: relative;
   padding-bottom: 12px;
}
._lMenu ul li a:hover {
   background-color: #404040;
   color: #fff;
}
._lMenu ul li ul li a {
   color: #565656;
   padding-left: 64px;
}
._lMenu ul li a {
   color: #f5f5f5;
   display: block;
   padding: 7px 30px;
}
._lMenu {
   position: absolute;
   z-index: 21;
   width: 225px;
   padding: 3px;
   background-color: #232323;
   left: -39px;
   top: 73px;
   display: none;
}
.full_width_image {
   padding: 25px 0;
}
img.img_full {
   max-width: none;
   width: 100%}
.single .single_title h1 {
   color: #fff;
   font-size: 55px;
   font-weight: 300;
   font-family: Lato, sans-serif;
}
.single_title {
   width: 80%;
   max-width: 657px;
   text-align: center;
   margin: auto;
   left: 0;
   right: 0;
   top: 79px;
   bottom: 0;
   position: absolute;
   z-index: 2;
   letter-spacing: 1.1pt;
   line-height: 65px;
   display: table;
}
.row.basic ._pContent ol li, .row.basic ._pContent ul li {
   display: block;
   font-size: 18px;
   line-height: 1.58;
   letter-spacing: -.003em;
}
.row.basic ._pContent ol {
   counter-reset: item;
   padding-left: 36px;
   margin-bottom: 1.6em;
}
.row.basic ._pContent ol li {
   color: #7b7b7b;
   margin-bottom: 12px;
}
.row.basic ._pContent ol li:before {
   content: counter(item) ") ";
   counter-increment: item;
   color: #c5205c;
   padding-right: 3px;
}
.row.basic ._pContent ul {
   padding-left: 60px;
   margin-bottom: 1.6em;
}
.row.basic ._pContent ul li {
   color: #7b7b7b;
   position: relative;
   margin-bottom: 12px;
}
.autor_info, .autor_info a {
   color: #737373;
}
.row.basic ._pContent ul li:before {
   content: "";
   counter-increment: item;
   background-color: #c5205c;
   padding-right: 3px;
   width: 3px;
   height: 6px;
   position: absolute;
   left: -19px;
   top: 9px;
   border-radius: 100%}
.about_autor, .single .row.basic article.draw.basic img, video#myVideo, video#video_top {
   width: 100%}
.row.basic article.draw {
   border-top: 0;
}
.row.basic article.draw.basic {
   margin: 10px 0;
   border: 0;
}
.single .row.basic article.draw.basic {
   background-size: 100%}
.row.basic article.draw.basic>a {
   position: relative;
}
.row.basic article.draw.basic>a:hover:after {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   background-color: rgba(0, 0, 0, .3);
}
.row.basic article.draw.basic>a:after {
   content: "";
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
.row.basic article.draw.basic ._aBu[data-position="_rightR"] {
   right: 0;
   left: initial;
   bottom: 29px;
}
._aBu[data-position="_centerR"] {
   position: absolute;
   right: 0;
   left: 0;
   bottom: 24px;
   margin: 0 auto;
   text-align: center;
}
.row.basic article.draw.basic ._aBu[data-position="_centerR"] {
   bottom: 29px;
}
video#myVideo {
   height: 500%}
.about_autor {
   position: relative;
   padding: 25px 0 50px;
   display: table;
   max-width: 1020px;
}
.autor_avatar, img.avatar {
   position: absolute;
   width: 120px;
   height: 120px;
}
.autor_avatar {
   top: -62px;
   border: 4px solid #848484;
   border-radius: 50%;
   overflow: hidden;
   background-color: #fff;
   background-size: cover;
}
img.avatar {
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
}
.autor_info {
   display: table;
   padding-left: 130px;
   font-size: 16px;
   float: left;
}
.autor_info a:hover {
   color: #c5205c;
}
.add_this {
   display: table;
   float: right;
}
.row ._tube {
   background-image: url(../images/loader.gif);
   background-size: 180px;
}
.about_post {
   color: #737373;
   padding-bottom: 23px;
   font-size: 14px;
}
.cat_info {
   margin: 0 0 50px;
}
span.entry-date {
   padding-left: 5px;
   float: left;
   margin-right: 3px;
}
.post_footer {
   padding-top: 15px;
}
#custom-tweet-button {
   max-width: 187px;
   background-color: #e8e8e8;
   border: 2px solid #d3d3d3;
   border-radius: 3px;
   text-align: center;
   float: left;
}
.single #custom-tweet-button .fa-twitter:before {
   content: "\f099";
   color: #5ea9dd;
   padding-right: 4px;
   font-size: 27px;
}
#custom-tweet-button a {
   color: #8C8C8C;
   text-decoration: none;
   font-size: 13px;
   display: block;
   width: 100%;
   padding: 9px 21px;
}
#custom-tweet-button a:hover {
   background-color: #fff;
   color: #f48b02;
}
#custom-tweet-button span {
   float: right;
   padding-top: 5px;
   margin-right: 9px;
   word-break: inherit;
}
.post_shortlink {
   float: right;
   padding: 6px 0;
   cursor: pointer;
   height: 78px;
}
.post_shortlink span {
   float: left;
   margin-right: 10px;
   margin-top: 5px;
   color: #999;
}
.article_link {
   background-color: #fff;
   display: table;
   border: 1px solid #cecece;
   padding: 6px;
   border-radius: 1px;
   color: #999;
   max-height: 29px;
   cursor: pointer;
   min-width: 175px;
}
.sl-wrapper {
   display: table;
   padding-top: 7px;
   padding-left: 3px;
   float: left;
   position: relative;
}
.sl-wrapper a {
   border-bottom: 0!important;
   text-decoration: none!important;
}
.sl-button {
   padding: .375em .625em;
   font-size: 1em;
   line-height: 1;
   font-weight: 400;
}
.sl-button:hover, .sl-button:hover .sl-count {
   color: #F48B02!important;
}
.sl-button, a.liked {
   color: #b7b7b7!important;
   display: block;
}
a.liked:active, a.liked:focus, a.liked:hover {
   color: #666;
}
.sl-count, a.liked span.sl-count {
   color: #b7b7b7;
   float: left;
}
.sl-icon {
   margin-right: .3125em;
   font-family: 'Arial Unicode MS', Arial, sans-serif;
   float: left;
}
.sl-icon svg {
   fill: currentColor;
   width: 1.5em;
   height: 1.5em;
}
.sl-icon svg:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}
.sl-count {
   font-size: 12px;
   margin-top: 6px;
   display: block;
}
.loader, .loader:after, .loader:before {
   background: rgba(0, 0, 0, .2);
   -webkit-animation: load1 1s infinite ease-in-out;
   animation: load1 1s infinite ease-in-out;
   width: .2em;
   height: .6em;
}
.loader:after, .loader:before {
   position: absolute;
   top: 0;
   content: ''}
#loader:after, #loader:before {
   content: ""}
.loader:before {
   left: -.375em;
   -webkit-animation-delay: -.32s;
   animation-delay: -.32s;
}
.loader {
   text-indent: -9999em;
   display: inline-block;
   font-size: 1em;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-animation-delay: -.16s;
   animation-delay: -.16s;
   position: absolute;
   right: -5px;
}
.loader:after {
   left: .375em;
}
@-webkit-keyframes load1 {
   0%, 100%, 80% {
   box-shadow: 0 0 rgba(0, 0, 0, .2);
   height: .6em;
}
40% {
   box-shadow: 0 -.3em rgba(0, 0, 0, .2);
   height: 1em;
}
}
@keyframes load1 {
   0%, 100%, 80% {
   box-shadow: 0 0 rgba(0, 0, 0, .2);
   height: .6em;
}
40% {
   box-shadow: 0 -.3em rgba(0, 0, 0, .2);
   height: 1em;
}
}
.row.authorInfo {
   height: 490px;
   padding-top: 150px;
   background-color: rgba(23, 23, 23, .95);
}
.row.authorInfo:after, .row.authorInfo:before {
   background-color: #171717;
   border-top: 1px solid rgba(23, 23, 23, .61);
   position: absolute;
   content: ""}
.row.authorInfo:before {
   bottom: -30px;
   height: 60px;
   width: 60px;
   z-index: 11;
   left: 0;
   right: 0;
   margin: auto;
   border-radius: 100%;
   background-image: url(../images/lHero.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 45%}
.row.authorInfo:after {
   bottom: -9px;
   height: 18px;
   width: 100%;
   z-index: 10;
}
.row.page404, .row.page404:after {
   background-color: rgba(0, 34, 79, .97);
}
.row.authorInfo .wrapM {
   padding-left: 100px;
}
.row.authorInfo .wrapM>div {
   float: left;
}
.authorLeft .img {
   width: 110px;
   height: 110px;
   border: 5px solid #676767;
   border-radius: 100%;
   background-size: cover;
   background-position: center;
   margin: auto;
}
.row.authorInfo .authorLeft .img+p a:hover {
   text-decoration: underline;
}
.row.authorInfo .authorLeft .img+p a {
   color: #737373;
   text-decoration: none;
}
.row.authorInfo .authorLeft .img {
   border: 5px solid #676767;
   border-radius: 100%}
.row.authorInfo .authorLeft {
   width: 20%;
   max-width: 100%;
   text-align: center;
}
.row.authorInfo .authorRight .bio {
   line-height: 22px;
}
p.bioAuthor {
   max-height: auto;
   overflow: hidden;
   text-overflow: clip;
   color-interpolation: linearrgb;
}
p.bioAuthor a {
   color: #f48b02;
}
.row.authorInfo .authorRight h1 {
   font-size: 33px;
   color: #fff;
   font-weight: 300;
}
.row.authorInfo .authorRight {
   width: 80%;
   padding-left: 30px;
   color: #737373;
   font-size: 16px;
}
.boots>div a, .row.page404 h1, .row.page404 p {
   color: #fff;
   font-weight: 300;
}
.row.page404 {
   background-image: url(../images/earth-min.png);
   background-repeat: no-repeat;
   background-size: 100% auto;
   min-height: 100vh;
}
.row.page404:after {
   position: absolute;
   width: 100%;
   height: 100%;
   mix-blend-mode: color;
   top: 0;
}
.row.page404 .oops {
   width: 850px;
   margin: 0 auto;
   padding-top: 210px;
   position: relative;
   z-index: 10;
}
.row.page404 p:nth-child(2) {
   padding-bottom: 40px;
}
.row.page404 p {
   font-size: 22px;
}
.row.page404 h1 {
   font-size: 35px;
}
.boots>div a:hover {
   padding-left: 22px;
}
.boots {
   margin-top: 40px;
   max-width: 200px;
   float: left;
}
.fooWrap, .row, .wrap, .wrapBase, .wrapBase iframe, .wrapM {
   max-width: 100%}
.boots>div a {
   font-size: 22px;
   text-decoration: none;
   padding: 5px 0 5px 17px;
   display: block;
   transition: all .1s ease;
}
.boots>div:first-child {
   margin-bottom: 25px;
}
.fooWrap, .row, .wrap, .wrapBase, .wrapM {
   position: relative;
   margin: auto;
}
.boots>div {
   border-left: 4px solid #f2a61e;
}
.rss.fR {
   padding: 10px 21px 0 0;
}
.row {
   width: 100%;
   float: none;
}
.wrap {
   width: 1180px;
   padding: 0 15px;
}
.wrapM {
   width: 750px;
}
.wrapBase {
   width: 790px;
}
.fooWrap {
   width: 954px;
   padding-left: 110px;
}
body.page .wrapBase {
   padding-bottom: 100px;
}
.wrapM ._contAd {
   height: 340px;
   overflow: hidden;
}
.aligncenter, .alignleft, .alignright {
   max-width: 100%;
   height: auto;
}
.wrapM ._contAd * {
   word-break: break-word!important;
}
.row.basic .wrapM ._contAd *, .wrapM ._contAd * {
   color: #fff!important;
   font-size: 16px;
}
.row.basic .wrapM ._contAd h2, .row.basic .wrapM ._contAd h2 span {
   font-size: 44px;
   font-weight: 300;
}
.alignleft:after, .alignright:after, .cl:after, .row:after, .wrap:after, .wrapBase:after, .wrapM:after {
   content: '';
   display: block;
   clear: both;
}
.fL {
   float: left;
}
.fR {
   float: right;
}
.stat {
   position: static;
}
.fix {
   position: fixed;
}
.abs {
   position: absolute;
}
.rel {
   position: relative;
}
.tr_3 {
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
.tr_5 {
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.noSel {
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.aligncenter {
   margin: auto;
   display: table;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.alignleft+div, .alignleft+p, .alignright+div, .alignright+p {
   clear: both;
}
@-webkit-keyframes toBottom {
   0% {
   top: -80px;
}
100% {
   top: 0;
}
}
@-moz-keyframes toBottom {
   0% {
   top: -80px;
}
100% {
   top: 0;
}
}
@-o-keyframes toBottom {
   0% {
   top: -80px;
}
100% {
   top: 0;
}
}
@keyframes toBottom {
   0% {
   top: -80px;
}
100% {
   top: 0;
}
}
.anim {
   -webkit-animation: toBottom .3s ease;
   -moz-animation: toBottom .3s ease;
   -o-animation: toBottom .3s ease;
   animation: toBottom .3s ease;
}
@media screen and (min-width:2000px) {
   .row, header .header .fix {
   /* max-width: 2000px; */
   max-width: 100%;
}
}
@keyframes selectionSharerPopover-animation {
   0% {
   transform: matrix(.97, 0, 0, 1, 0, 12);
   filter: alpha(opacity=0);
   opacity: 0;
}
20% {
   transform: matrix(.99, 0, 0, 1, 0, 2);
   filter: alpha(opacity=70);
   opacity: .7;
}
40% {
   transform: matrix(1, 0, 0, 1, 0, -1);
   filter: alpha(opacity=100);
   opacity: 1;
}
100%, 70% {
   transform: matrix(1, 0, 0, 1, 0, 0);
   filter: alpha(opacity=100);
   opacity: 1;
}
}
#selectionSharerPopover {
   display: none;
   position: absolute;
   top: -100px;
   left: -100px;
   z-index: 1010;
}
#selectionSharerPopover:after {
   content: '';
   display: block;
   position: absolute;
   bottom: -3px;
   left: 50%;
   margin-left: -4px;
   width: 8px;
   height: 8px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   background: #262625;
   box-shadow: 0 0 2px #262625;
}
#selectionSharerPopover.anim {
   transition: top 75ms ease-out;
   animation: selectionSharerPopover-animation 180ms forwards linear;
   -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}
#selectionSharerPopover-inner {
   position: relative;
   overflow: hidden;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid;
   border-color: #262625 #1c1c1b #121211;
   box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .7), inset 0 0 1px rgba(255, 255, 255, .07), inset 0 0 2px rgba(255, 255, 255, .15);
   background-image: linear-gradient(to bottom, rgba(49, 49, 47, .97), #262625);
   background-repeat: repeat-x;
}
#selectionSharerPopover .selectionSharerPopover-clip {
   position: absolute;
   bottom: -11px;
   display: block;
   left: 50%;
   clip: rect(12px 24px 24px 0);
   margin-left: -12px;
   width: 24px;
   height: 24px;
   line-height: 24px;
}
#selectionSharerPopover .selectionSharerPopover-arrow {
   display: block;
   width: 20px;
   height: 20px;
   -webkit-transform: rotate(45deg) scale(.5);
   transform: rotate(45deg) scale(.5);
   background-color: #454543;
   border: 2px solid #121211;
   box-sizing: content-box;
}
.selectionSharer ul {
   padding: 0;
   display: inline;
}
.selectionSharer ul li {
   float: left;
   list-style: none;
   background: 0 0;
   margin: 0;
}
.selectionSharer a.action {
   display: block;
   text-indent: -200px;
   margin: 5px 7px;
   width: 20px;
   height: 20px;
   border: none;
}
.selectionSharer a:hover {
   color: #ccc;
}
.selectionSharer a.tweet {
   background-image: url(../images/twitter_20x20.png);
}
.selectionSharer a.facebook, .selectionSharer a.linkedin {
   display: none;
}
.selectionSharer a.email {
   background-image: url(../images/mail_20x20.png);
}
#selectionSharerPopunder.fixed {
   transition: bottom .5s ease-in-out;
   width: 100%;
   position: fixed;
   left: 0;
   bottom: -50px;
}
.selectionSharer {
   transition: -webkit-transform .6s ease-in-out;
}
.selectionSharer.moveDown {
   -webkit-transform: translate3d(0, 60px, 0);
}
#selectionSharerPopunder {
   position: absolute;
   left: 0;
   width: 250px;
   right: 0;
   margin: auto;
   height: 0;
   transition: height .5s ease-in-out;
   background: #292928;
   border: none;
   box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, .5), inset 0 -10px 5px -10px rgba(0, 0, 0, .5);
   border-radius: 0;
   overflow: hidden;
}
#selectionSharerPopunder.show {
   height: 50px;
}
.selectionSharerPlaceholder {
   height: 1em;
   margin-bottom: -2em;
   transition: height .5s ease-in-out;
}
.loadMore, .webinar-content>h2 a {
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
}
.selectionSharerPlaceholder.show {
   height: 50px!important;
}
#selectionSharerPopunder-inner ul {
   overflow: hidden;
   float: right;
   margin: 0;
}
.fooWrap .fLeftR, .fooWrap .fLeftR ul li {
   float: left;
}
#selectionSharerPopunder-inner ul li {
   padding: 5px 4px 5px 1px;
   overflow: hidden;
}
#selectionSharerPopunder-inner label {
   color: #fff;
   font-weight: 300;
   line-height: 50px;
   margin: 0 7px 0 10px;
}
#selectionSharerPopunder-inner a {
   width: 25px;
   height: 25px;
   background-size: 25px;
}
.adING video, .adING+a {
   width: 100%}
#selectionSharerPopunder-inner a.tweet {
   background-position: 0 2px;
}
._pEvVimeo {
   border: none;
}
.adING+a {
   position: absolute;
   top: 0;
   display: block;
   height: 100%}
.adING {
   height: 1230px;
   position: relative;
   top: -600px;
   z-index: 0;
}
iframe {
   border: 0!important;
}
.fooWrap>.bla {
   padding: 24px 0 13px;
   max-width: 100%}
.row.fullFoo {
   background-color: #0b0b0b;
   border-top: 4px solid #0e4996;
}
.fooWrap .fLeftR ul {
   display: table;
}
.fooWrap .fLeftR ul li a {
   color: #ababab;
   text-decoration: none;
   font-size: 15px;
   letter-spacing: .1pt;
}
.fooWrap .fLeftR ul li:first-child:after {
   content: "|";
   display: inline-block;
   margin: 0 6px;
   color: #ababab;
}
.fooWrap .fLeftR ul+p {
   color: #ababab;
   font-size: 12px;
   margin-top: 8px;
   letter-spacing: .1pt;
   opacity: .32;
}
.fooWrap .fRightR {
   float: right;
}
.fooWrap .fRightR span {
   color: #ababab;
   letter-spacing: -.2pt;
   margin-right: 6px;
   position: relative;
   top: -6px;
   white-space: nowrap;
}
.fooWrap .fRightR span a:link, a:visited {
   color: #ababab;
   text-decoration: none;
}
.fooWrap .fRightR span a:hover, a:active {
   color: #fff;
   text-decoration: none;
}
.fooWrap .fRightR img {
   margin-top: 5px;
}
.loadMore {
   width: 110px;
   height: 37px;
   position: absolute;
   background-color: #0e4996;
   text-align: center;
   color: #ececec;
   bottom: 0;
   z-index: 100;
   border-radius: 6px;
   margin: auto;
   left: 0;
   right: 0;
   padding: 8px 0 4px;
   cursor: pointer;
   transition: all .3s ease;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.popF, .popRight {
   transition: bottom .2s ease-in-out;
}
.loadMore:hover {
   height: 33px;
   bottom: 0;
}
.loadMore.hido {
   height: 0;
   overflow: hidden;
   top: 0;
   padding: 0;
}
.loadMore span {
   display: block;
   line-height: .8;
   font-size: 12px;
   font-weight: 300;
}
.loadMore span:last-child {
   transform: rotate(90deg);
   font-size: 25px;
   line-height: 16px;
   position: absolute;
   left: 0;
   right: -10px;
   margin: auto;
   width: 10px;
   height: 14px;
}
.popF {
   height: 77px;
   background-color: #343434;
   position: fixed;
   z-index: 22;
   width: 100%;
   border-top: 2px solid rgba(24, 24, 24, .31);
   border-bottom: 2px solid rgba(24, 24, 24, .31);
   bottom: -79px;
}
.grayB, .popRight {
   position: fixed;
   z-index: 20;
   overflow: hidden;
}
.popF.nav-down {
   bottom: 0;
}
.popF .fooWr {
   margin: auto;
   max-width: 1440px;
}
.popF .fLeftL {
   padding-top: 8px;
   width: 155px;
   max-width: 80%;
   text-align: left;
   float: left;
}
.popF .frightT img, .popRight img {
   max-width: 100%}
.popF .fLeftL img {
   max-width: 100%;
   margin-top: 7px;
}
.popF .fLeftT {
   float: left;
   color: #fff;
   padding-top: 28px;
   font-size: 20px;
   padding-left: 30px;
}
.popF .frightT {
   float: right;
   width: 265px;
}
.popF a {
   display: block;
}
.popRight {
   width: 265px;
   height: 145px;
   bottom: -150px;
   border: 2px solid #2f2f2f;
   right: calc((100vw - 985px)/ 2);
}
.popRight img {
   height: auto;
}
.popRight[data-m].nav-down {
   bottom: 80px;
}
.popRight.nav-down {
   bottom: 0;
}
.grayB {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .59);
}
.rightMinus {
   left: 320px;
}
.add_this {
   min-width: 130px;
}
.webinar-footer-area {
   background: url(/wp-content/themes/ppchero/images/footer-bg.jpg) center no-repeat;
   height: 139px;
}
.webinar-footer-left {
   font-family: Lato, Arial, Helvetica, sans-serif;
   float: left;
   width: 450px;
   padding: 70px 0 0;
   max-width: 50%}
.webinar-footer-left p {
   color: #63a0d4;
   font-style: italic;
}
.webinar-footer-left a {
   color: #63a0d4;
   text-decoration: none;
}
.webinar-footer-left a:active, .webinar-footer-left a:visited {
   color: #63a0d4;
}
.webinar-footer-left a:hover {
   color: #fff;
}
.webinar-footer-right {
   float: right;
   width: 150px;
   text-align: right;
   padding: 60px 0 0;
}
.webinar-footer-right a {
   opacity: .6;
}
.webinar-footer-right a:hover {
   opacity: 1;
}
.wrapper-webinar {
   margin-left: auto;
   margin-right: auto;
   width: 1180px;
   max-width: 100%}
.sAuth:first-child {
   padding-top: 180px!important;
}
.webinar-title-area h1 {
   display: none!important;
}
.webinar-form-area div:last-child {
   text-align: center!important;
}
.page-template-template_webinar fieldset {
   border: 0;
   text-align: left;
}
#formsS>div {
   float: left;
   width: 50%;
   padding-top: 4px;
   min-height: 470px;
}
#formsS>div:first-child {
   border-right: 1px solid #969696;
   padding-right: 40px;
}
#formsS>div:last-child {
   padding-left: 55px;
}
#formsS .cons, #formsS .cons p {
   font-size: 17px;
   line-height: 14.5pt;
}
#formsS h2 {
   font-size: 23px;
   font-weight: 400;
   letter-spacing: 1pt;
   padding-bottom: 16px;
}
#formsS form {
   padding-top: 30px;
}
#formsS form input:first-child {
   width: 100%;
   border: 1px solid #0a56bb;
   padding: 10px;
   margin-bottom: 20px;
}
#formsS form input:last-child {
   float: right;
   padding: 12px;
   background-color: #0a56bb;
   border: 1px solid #0a56bb;
   color: #fff;
   cursor: pointer;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
#formsS form input:last-child:hover {
   color: #0a56bb;
   background-color: #fff;
}
.hidden-desktop {
   display: none;
}
.mobile-hidden {
   display: block;
}
@media screen and (max-width:1400px) {
   .single .row.latest article.subscribe>div.subLeft, .single .row.latest article.subscribe>div.subRight {
   background-size: cover;
}
._tube {
   top: -150px;
}
.adING {
   top: -300px;
}
div#embId._tube, div#vimTop {
   top: -350px;
}
._aBu[data-position="_rightR"] {
   left: auto;
   right: 0;
}
._aBu[data-position="_leftR"] {
   right: auto;
   left: 0;
}
}
@media screen and (max-width:1200px) {
   .webinar-footer-area {
   padding: 0 40px;
}
}
@media screen and (max-width:1020px) {
   .fooWrap, .popF .fLeftL img {
   max-width: 100%}
.fooWrap {
   width: 830px;
   position: relative;
   margin: auto;
   padding-left: 66px;
   padding-right: 30px;
}
.single-post ._aBu {
   bottom: 10px!important;
}
.row.basic .wrapM ._contAd h2, .row.basic .wrapM ._contAd h2 span {
   font-size: 35px;
   margin-top: 10px;
}
._pContent ._contAd ._aBu {
   display: none;
}
._pContent ._contAd h2, ._pContent ._contAd h2 span {
   letter-spacing: 0!important;
   font-size: 18px!important;
}
._inP:not(:first-child), .draw {
   /* border-top: 1px solid #0853D4!important; */
}
.single .row.latest article.subscribe {
   /* border-top: 1px solid #0853D4; */
   box-sizing: content-box;
}
.menuToggle {
   height: auto;
   overflow-y: initial;
   overflow-x: initial;
}
.row.basic .wrapM ._contAd h2 {
   font-size: 28px;
   line-height: 25px;
}
.single .row.latest article.subscribe p.hanText span {
   letter-spacing: 0;
}
.single .row.latest article.subscribe .wrapM>div {
   padding-top: 10px;
}
.single .row.latest article.subscribe .wrapM>div h3:first-child+h3 {
   font-size: 25px;
}
.single .row.latest article.subscribe .wrapM>div h3:first-child {
   font-size: 15px;
}
.single .row.latest article.subscribe .wrapM>div p {
   font-size: 14px;
   letter-spacing: 0;
}
.single .row.latest article.subscribe .wrapM>div input[type=email] {
   height: 30px;
}
.single .row.latest article.subscribe .wrapM>div input[type=submit] {
   width: 115px;
   font-size: 17px;
   padding: 2px 0;
}
#searchLoop {
   width: 10%}
.fullSearch input[type=search] {
   width: 90%}
._tube {
   top: -45px;
}
._inP, .draw, .draw a:not(body.single-post div.main-wrap-container div.base-container div.post-content article.draw),
.home .draw, .home .draw a,
.single .row.latest article.subscribe,
.single .row.latest article.subscribe>div.subLeft,
.single .row.latest article.subscribe>div.subRight,
.wrapM ._contAd {
   min-height: 250px;
   max-height: 250px;
}

._inP ._inP_bg[data-z-p]+.wrapM, .mobBg+.wrapM {
   padding-top: 20px;
}
.mobBg+.wrapM {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   max-height: 110px;
   padding: 0 20px;
   display: table;
}
.mobBg+.wrapM h2 {
   margin: 0;
   max-width: 100%;
   word-break: break-word;
}
._inP ._inP_bg, .mobBg {
   min-height: 250px;
   max-height: 250px;
   padding-top: 20px;
   padding-bottom: 0;
}
._inP:last-of-type, ._inP:last-of-type ._inP_bg, ._inP:last-of-type .mobBg {
   min-height: 290px;
   max-height: 290px;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
._inP h2 {
   font-size: 30px;
}
.excerpt p {
   letter-spacing: .6pt;
   font-size: 15px;
}
.row.home .row.fBackground+.row>a {
   width: 600px;
}
.featuredDesc>div {
   padding: 30px 40px 0;
   min-height: 250px;
}
.featuredDesc>div h2 {
   font-size: 24px;
   text-align: center;
   letter-spacing: 0;
}
.featuredDesc>div p:not(:last-child) {
   margin-bottom: 5px;
}
.featuredDesc>div p {
   font-size: 16px;
}
.row.home .row.fBackground .featuredTitle h1, .single .single_title h1 {
   font-size: 36px;
   line-height: 27pt;
}
._inP ._inP_bg[data-z-p], .adING {
   height: 700px;
}
.popF .fooWr {
   padding: 0 70px;
}
.popF .fLeftL {
   width: 100px;
}
.popF .fLeftT {
   padding-top: 20px;
   font-size: 16px;
}
.popF .frightT {
   width: 190px;
}
.popF {
   height: 57px;
}
.popRight, .popRight[data-m].nav-down {
   right: 8%;
   width: 200px;
   height: auto;
   max-height: 110px;
}
.popRight[data-m].nav-down {
   bottom: 57px;
}
.category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg, .row.landing.latest.category .row.posts>article:first-child, .row.landing.latest.category .row.posts>article:first-child .mobBg, .row.landing.latest.category .row.posts>article:first-child>a, .row.landing.latest.category.trending .row.posts>article:first-child {
   height: 360px;
   max-height: 360px;
}
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 160px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 48px;
}
.row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 140px;
}
.row.page404 .oops {
   max-width: 80%;
   padding-bottom: 50px;
}
.fullSearch {
   margin-top: 0;
   padding-top: 180px;
}
}
@media screen and (max-width:850px) {
.hidden-desktop {
   display: block;
}
#miniAk, .mobile-hidden, .popRight {
   display: none;
}
.single-post .row.basic article.draw.basic ._aBu[data-position="_rightR"] {
   right: 0;
}
.single-post .row.basic article.draw.basic ._aBu[data-position="_leftR"] {
   left: 0;
}
.row.basic article.draw.basic ._aBu[data-position*="_"] {
   bottom: 13px;
}
.liveOn:hover {
   padding-left: 2px;
}
.wrapBase {
   width: 100%;
   max-width: 100%;
   padding-right: 25px;
   padding-left: 25px;
}
.row.authorInfo .wrapM>div {
   float: none;
   margin: auto;
   display: table;
   text-align: center;
   padding: 0;
}
.row.authorInfo .wrapM {
   padding-left: 0;
   padding-right: 0;
}
.row.authorInfo {
   height: auto;
   padding-bottom: 40px;
   padding-top: 150px;
}
.category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
}
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 160px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 40px;
   line-height: 55px;
}
}
@media screen and (max-width:800px) {
   .fooWrap {
   padding-left: 30px;
}
.fooWrap .fLeftR, .fooWrap .fRightR {
   display: table;
   float: none;
   margin: 10px auto;
   text-align: center;
}
.fooWrap .fLeftR ul {
   text-align: center;
   display: block;
}
.fooWrap .fLeftR ul li {
   float: none;
   display: inline-block;
}
.popF .fooWr>div:last-child {
   display: none;
}
.category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
}
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 160px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 40px;
   line-height: 55px;
}
}
@media screen and (max-width:750px) {
   ._pContent ._aBu, .single .row.latest article.subscribe>div.subRight, .wrapM ._contAd p: not(:first-child) {
   display: none;
}
h5.miniT {
   top: 90px;
}

.single .row.latest article.subscribe>div.subLeft {
   width: 100%}
.single .row.latest article.subscribe>div.subRight {
   display: none;
}
.single .row.latest article.subscribe .wrapM>div {
   max-width: 100%}
.single .row.latest article.subscribe .wrapM>div input[type=submit] {
   margin-left: 10px;
   min-height: 32px;
}
.single_title {
   top: 50px;
}
.row.basic article.draw, .wrapM {
   width: 100%;
   padding: 0 20px;
}
.row.home .row.fBackground .featuredTitle {
   width: 100%;
   max-width: 100%;
   padding: 0 50px;
}
._tube {
   top: -80px;
}
.adING video {
   height: 700px;
}
._aBu[data-position="_rightR"] {
   left: auto;
   right: 0;
}
._pContent ._contAd h2, ._pContent ._contAd h2 span {
   letter-spacing: 0!important;
   font-size: 32px!important;
   line-height: 2;
}
.category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
}
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 130px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 30px;
   line-height: 45px;
}
._inP h2 {
   font-size: 28px;
}
}
@media screen and (max-width:650px) {
   .page-template-template_subscribe .row._pHeader {
   display: none;
}
.page-template-template_subscribe .row._pContent {
   padding-top: 100px;
}
#formsS>div {
   width: 100%;
   border: 0!important;
   float: none;
   padding: 0!important;
   min-height: initial;
   display: table;
   margin-bottom: 20px;
}
.webinar-footer-left, .webinar-footer-right {
   width: 100%!important;
   text-align: center!important;
}
h5.miniT {
   font-size: 15px;
   top: 107px;
}
.row.basic .wrapM ._contAd h2, .row.basic .wrapM ._contAd h2 span {
   line-height: 1.4;
}
.cat_info {
   margin: 10px auto;
   display: table;
}
.webinar-footer-left {
   max-width: 100%!important;
}
.webinar-footer-area {
   height: 200px;
   background-size: cover;
}
.webinar-footer-right>div {
   display: table!important;
   margin: auto!important;
   width: 145px!important;
}
.add_this, .popF .fLeftT {
   width: 100%;
   text-align: center;
}
.popF .fooWr>div:first-child {
   display: none;
}
.popF .fLeftT {
   padding-left: 0;
}
.popF .fooWr {
   padding: 0;
}
div#custom-tweet-button {
   margin: auto;
   float: none;
}
span.sl-wrapper {
   float: none;
   margin: 15px auto;
}
.post_shortlink {
   float: none;
   margin: 0 auto;
   display: table;
}
.add_this>div {
   display: table;
   margin: auto;
}
.add_this {
   display: block;
   margin-top: 40px;
}
.row.home .row.fBackground .featuredTitle h1, .single .single_title h1 {
   font-size: 27px;
   line-height: 21pt;
}
.single_title {
   top: 40px;
}
#searchLoop, .fullSearch input[type=search], .searchForm.cl {
   max-height: 60px;
}
._inP, ._inP ._inP_bg, .draw, .draw a, .home .draw, .mobBg, .single .row.latest article.subscribe, .single .row.latest article.subscribe>div.subLeft, .single .row.latest article.subscribe>div.subRight, .wrapM ._contAd, body:not(.category) ._inP>a {
   min-height: 200px;
   max-height: 200px;
}
.inserts h2 {
   font-size: 22px;
}
.inserts .loading {
   height: 61px;
   background-size: 250px;
}
.closeSearch {
   right: 0;
}
._inP ._inP_bg, .mobBg {
   padding-top: 20px;
   padding-bottom: 0;
}
._inP h2 {
   padding-bottom: 15px;
}
header .header .fix .wrap>.fR .sub {
   margin-right: 25px;
   font-size: 12.3pt;
   width: 110px;
   letter-spacing: 0;
}
.subscribePop {
   padding: 13px;
   width: 202px;
   height: 202px;
}
.subscribePop .checkboxes {
   padding-left: 10px;
}
.menu-item a img {
   max-width: 104%;
   height: auto;
}
/* .category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
} */
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 130px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 30px;
   line-height: 45px;
}
._inP h2 {
   font-size: 25px;
}
}
@media screen and (max-width:550px) {
   .row._pHeader, .row.home .row.fBackground, .row.home .row.fBackground>a {
    min-height: calc(100vh - 180px);
}
.lText {
   padding-bottom: 0;
   padding-top: 5px;
}
.row.latest .row.header p {
   font-size: 21px;
}
._inP h2 {
   font-size: 22px;
   max-height: 250px;
}
.inserts {
   margin-top: 80px;
}
h2.notFound {
   font-size: 18px;
   max-width: 60%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
.menuToggle, header .header .logo.fL img {
   max-width: 100%}
.heroImg {
   top: 80px;
}
.searchForm.cl {
   top: 200px;
}
.autor_info span {
   font-size: 13px;
}
.row.home .row.fBackground .featuredTitle h1, .single .single_title h1 {
   font-size: 19px;
   line-height: 18pt;
   text-shadow: 1px 1px #000;
}
header .header .logo.fL p {
   font-size: 8px;
   text-align: left;
   padding-top: 5px;
}
header .header .logo.fL {
   width: 170px;
   padding-top: 26px;
}
.menuToggle {
   width: 100%}
.menuToggle ul {
   display: table;
   width: 100%}
#menu-header ._adMenu a img {
   padding: 0;
   width: 100%}
#menu-header ._adMenu a {
   text-align: center;
}
/* .category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
} */
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 130px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 28px;
   line-height: 45px;
}
}
@media screen and (max-width:490px) {
   header .header .fix .wrap>.fR .sub, header .subscribePop {
   display: none!important;
}
.draw a, .home .draw {
   min-height: 150px;
   max-height: 150px;
}
}
@media screen and (max-width:450px) {
   ._aBu, header .header .fix .wrap>.fR .sub, header .subscribePop {
   display: none!important;
}
/*.autor_info,*/ .post_shortlink {
   text-align: center;
}
.menuSocials {
   height: 135px;
}
.webinar-footer-right {
   padding-top: 20px!important;
}
div#embId._tube {
   top: -400px;
}
.row._pHeader, .row.home .row.fBackground, .row.home .row.fBackground>a {
   height: 270px;
}
.single .row.latest article.subscribe .wrapM>div input[type=email] {
   width: 160px;
}
._tube {
   top: 10px;
}
.autor_info {
   padding-left: 0;
   margin-top: 10px;
   width: 100%}
input#search_2 {
   width: 60%;
   font-size: 16px;
}
#search_2::-webkit-input-placeholder {
   font-size: 16px;
}
#search_2:-moz-placeholder {
   font-size: 16px;
}
#search_2::-moz-placeholder {
   font-size: 16px;
}
#search_2:-ms-input-placeholder {
   font-size: 16px;
}
.header .menu .bT[data-open=true] {
   float: right;
}
header .header .fix .wrap {
   padding: 0;
}
#custom-tweet-button a {
   padding: 9px 0;
}
.post_shortlink span {
   float: none;
   margin: 7px 0;
   display: block;
}
.category .row.landing.latest.category .row.posts>article:first-child, .category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
}
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 130px;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle, .page-template-template_webinar h1._bTitle {
   font-size: 26px;
   line-height: 40px;
}
}
.touchM header .header .fix {
   top: 0!important;
   left: 320px;
}
@media screen and (max-width:400px) {
   body {
   position: static;
}
.row._pHeader, .row.home .row.fBackground, .row.home .row.fBackground>a {
   height: 290px;
}
div#vimTop {
   top: -377px;
}
aside {
   max-width: 100%;
   width: 100%;
   left: -100%
}
.touchM header .bgH:after {
   display: none;
}
.touchM .menu.fL.ropl, .touchM header .bgH {
   background-color: transparent!important;
}
.header .menu .bT span, aside, body, header, header .header .fix, html {
   -webkit-transition: top .3s ease;
   -moz-transition: top .3s ease;
   -ms-transition: top .3s ease;
   -o-transition: top .3s ease;
   transition: top .3s ease;
}
.touchM header .header .fix {
   top: 0!important;
   left: calc(100% - 55px);
}
.header .menu .bT[data-open=true] {
   margin-left: 10px;
   margin-right: 10px;
}
.rightMinus {
   left: 260px;
}
.category .page-template-default h1._bTitle {
   font-size: 45px;
}
.category .row.landing.latest.category .row.posts>article:first-child .mobBg+.wrapM {
   padding-top: 130px;
}
.category .row.landing.latest.category .row.posts>article:first-child,
.category .row.landing.latest.category .row.posts>article:first-child .mobBg {
   height: 360px;
   max-height: 360px;
}
.webinar-presenters tbody,
.webinar-presenters td,
.webinar-presenters tr {
   display: block;
   text-align: center;
}
.liveOn h2 {
   font-weight: 300;
}
.page-template-default h1._bTitle,
.page-template-template_webinar h1._bTitle {
   font-size: 26px;
   line-height: 40px;
}
}
@media screen and (max-width:350px) {
   .single .row.latest article.subscribe .wrapM>div p {
   padding: 0;
}
._inP h2 {
   max-height: initial;
   font-size: 22px;
}
.single .row.latest article.subscribe .wrapM>div input[type=submit] {
   width: 80px;
}
.row.landing.latest.category .row.posts>article:nth-child(2) .mobBg+.wrapM {
   line-height: 23px;
}
.page-template-default h1._bTitle,
.page-template-template_webinar h1._bTitle {
   font-size: 23px;
   line-height: 35px;
}
}
img.alignnone.size-medium.wp-image-31911 {
   max-width: 100%;
   height: auto;
}
.page-template-template_webinar .webinar-content-area {
   background-image: none!important;
   background-color: #272727!important;
}
.page-template-template_full .webinar-title-area,
.page-template-template_webinar .webinar-title-area {
   padding-top: 110px!important;
}
.single-post .post_footer {
   padding-bottom: 85px;
}
.liveOn img {
   display: none;
}
.hovTst:before {
   background-color: rgba(0, 40, 96, .91);
}
#loader-wrapper {
   background-color: rgba(23, 23, 23, .95);
   padding-bottom: 46px;
}
#loader {
   display: block;
   position: relative;
   left: 50%;
   top: 7px;
   width: 70px;
   height: 70px;
   margin: 0 0 0 -35px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #3498db;
   -webkit-animation: spin 2s linear infinite;
   animation: spin 2s linear infinite;
   z-index: 1001;
}
.f_f_top,
.footerAGS,
.footerAGS img {
   width: 100%}
#loader:before {
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #e74c3c;
   -webkit-animation: spin 3s linear infinite;
   animation: spin 3s linear infinite;
}
#loader:after {
   position: absolute;
   top: 15px;
   left: 15px;
   right: 15px;
   bottom: 15px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #f9c922;
   -webkit-animation: spin 1.5s linear infinite;
   animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
   0% {
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
}
100% {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}
}
@keyframes spin {
   0% {
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
}
100% {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}
}
@-webkit-keyframes bottomS {
   0% {
   height: 37px;
   top: -37px;
}
100% {
   height: 30px;
   top: -30px;
}
}
@keyframes bottomS {
   0% {
   height: 37px;
   top: -37px;
}
100% {
   height: 30px;
   top: -30px;
}
}
.row.fullFoo .loadMore {
   display: none;
}
.search-results .row.fullFoo .loadMore,
body.author .row.fullFoo .loadMore,
body.category .row.fullFoo .loadMore,
body.home .row.fullFoo .loadMore,
body.page-template-default .row.fullFoo .loadMore,
body.page-template-template_authors .row.fullFoo .loadMore,
body.page-template-template_categories .row.fullFoo .loadMore,
body.page-template-template_subscribe .row.fullFoo .loadMore,
body.single .row.fullFoo .loadMore {
   display: block;
}
.search-results .search-paginate {
   text-align: center;
   padding: 25px 0;
   background-color: #1f1f1f;
   border-top: 4px solid #585858;
}
.search-results .search-paginate .page-numbers {
   font-size: 16px;
   color: #e7e7e7;
   text-decoration: none;
   padding: 5px;
}
.search-results .search-paginate .current.page-numbers {
   color: #ffa807;
}
drl.__1__ {
   color: #f2a61e;
}
.wrapM a {
   pointer-events: all;
}
body.single-post article._inP:nth-child(8) {
   display: none;
}
.takeoverDrop {
   height: 250px;
   margin-top: 77px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.takeoverDrop a {
   position: relative;
   display: block;
   height: 100%}
.footerAGS {
   background-color: #fff;
   position: fixed;
   z-index: 999;
   transition: bottom .2s ease-in-out;
   bottom: -3px;
   left: 0;
}
.footerAGS a {
   display: block;
}
.footerAGS .close {
   position: absolute;
   right: 0;
   top: -5px;
   font-size: 14px;
   padding: 6px 9px;
   color: #fff;
}
header[data-drop-single=show]+main {
   padding-top: 356px;
}
header[data-drop-single=show] {
   position: fixed;
   width: 100%;
   z-index: 50;
   top: 0;
}
@media screen and (max-width:1100px) {
   header .header .fix .wrap>.fR2 {
   display: none;


}
}
@media screen and (max-width:600px) {
   .footerAGS {
   display: block;
}
}
.formPrivacy {
   font-size: 16px;
   font-weight: 300;
   color: #fff;
   display: inline-block;
   padding-top: 10px;
}
.cW {
   color: #fff;
}
.formPrivacy a {
   text-decoration: none;
   color: #696969;
}
.inside_feat {
   margin: 30px 0;
}
body.single-post main {
   margin-top: 0;
   padding-top: 0 !important;
}
/* body.single-post header .bgH:after {
   display: none;
} */




/*--- Sidebar task  ---*/
body.single-post div.main-wrap-container {
   display: flex;
   justify-content: space-between;
   position: relative;
}
body.single-post div.main-wrap-container > div.wrap-base {
   width: 85%;
}
body.single-post div.main-wrap-container > div.sidebar-ads{
   height: 76vh;
   min-height: 200px;
   overflow: hidden;
   position: sticky;
   top: 8%;
}
body.single-post div.sticky-stopper{
   clear: both;
}
.f_f_top {
   box-sizing: border-box;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.av_f, div.author-info-container {
   width: 16%; /*old value 120px*/
   /*flex-basis: 120px;*/
}
.av_f .autor_avatar {
   position: relative;
   top: 0;
   border-color: #ffa72d;
}
/*--- Author info section ---*/
div.author-info-container > p{
   color: #585858;
   font-size: 14px !important;
   line-height: 1.3 !important;
   margin-bottom: 0 !important;
}
div.author-info-container > p a{
   color: #f78a24;
   text-decoration: underline;
   font-weight: 600;
}
/*--- END Author info section ---*/
.av_f .about_autor {
   padding: 0;
}
.av_f a {
   display: block;
}

body.single-post div._pContent{
   padding: 0 15px;
}
.right_f, body.single-post div.wrapBase div.base-container {
   width: 84%; /*old value 1030px*/
   /*flex-basis: 1030px;*/
   /*padding-left: 40px;*/
}
.right_f .autor_info {
   padding-left: 0;
   padding-top: 10px;
   padding-bottom: 20px;
}
.right_f h1 {
   max-width: 792px;
   font-family: Lato, sans-serif;
   font-weight: 300;
   font-size: 48px;
}
body.single-post div.wrapBase {
   width: 1150px;
   display: flex;
   flex-flow: row wrap;
   align-items: flex-start;
   justify-content: space-between;
}
body.single-post div.wrapBase div.base-container {
   padding-top: 0;
   /*border: 1px solid teal;*/
   margin-right: 0;
}
body.single-post div.wrapBase div.post-content {
   width: 790px
}
body.single-post div.wrapBase div.post-content > p:first-child{
   margin-top: 0;
}
/*body.single-post div.post_footer{
   width: 780px !important;
}*/

/*--- Subscribe and Report forms ---*/
body.single-post div.forms-container{
   /*width: 1150px !important;*/
   background-color: #ebebeb;
   width: 100%;
}
body.single-post div.rsForm-container{
   /*border: 1px solid red;*/
   width: 750px;
   padding: 50px 0 87px 0;
   margin: 0 auto;
}
div.rsForm-container > h2,
div.rsForm-container > p{
   color: #464646;
   margin-bottom: 10px;
}
div.rsForm-container > p{
   font-size: 25px
}
div.rsForm-container form#report-form,
div.rsForm-container form#subscribe-daily-form,
div.rsForm-container div.daily-text,
div.rsForm-container form.rsForm div.inputs-container,
div.rsForm-container form.rsForm div.evets-container,
div.rsForm-container form.rsForm div.event-section{
   display: flex;
   flex-flow: row nowrap;
   align-items: center;
   justify-content: space-between;
}

div.rsForm-container form.rsForm div.evets-container{
   margin-bottom: 32px;
}
div.rsForm-container form.rsForm div.ppchero-ev-section{
   width: 24%;
}
div.rsForm-container form.rsForm div.hanapin-ev-section{
   width: 31%;
}
div.rsForm-container form.rsForm div.heroConf-ev-section{
   width: 28%;
}
div.rsForm-container form.rsForm div.event-section{
   /*border: 1px solid #000;*/
   align-items: flex-start;
}
div.rsForm-container form.rsForm div.event-section div.sEvent-content{
   margin-left: 18px;
   /*border: 1px solid #fff;*/
}
div.rsForm-container form.rsForm div.event-section div.sEvent-content > p{
   font-size: 14px;
   color: #6d6d6d;
   font-style: italic;
   width: 76%;
   line-height: 1.4;
}

div.rsForm-container form.rsForm label.checkbox-container{
   display: block;
   position: relative;
   cursor: pointer;
   margin-right: 14px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

div.rsForm-container form.rsForm label.checkbox-container > input[type="checkbox"]{
   -webkit-appearance: checkbox;
   -moz-appearance: checkbox;
   appearance: checkbox;
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

div.rsForm-container form.rsForm label.checkbox-container > span.checkmark {
   position: absolute;
   top: 20px;
   left: 0;
   height: 20px;
   width: 20px;
   background-color: #fff;
   border: 1px solid #d3d3d3;
}

div.rsForm-container form.rsForm label.checkbox-container > input[type="checkbox"]:checked ~ .checkmark {
   background-color: #ffa63e;
   border:1px solid #ffa63e;
}

div.rsForm-container form.rsForm label.checkbox-container > span.checkmark:after {
   content: "";
   position: absolute;
   display: none;
}
div.rsForm-container form.rsForm label.checkbox-container > input[type="checkbox"]:checked ~ .checkmark:after {
   display: block;
}

div.rsForm-container form.rsForm label.checkbox-container > span.checkmark:after {
   left: 5px;
   top: 1px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

div.rsForm-container form.rsForm input[type="email"],
div.rsForm-container form.rsForm input[type="text"]{
   padding: 13px 17px;
   font-size: 22px;
   color: #696969;
   border: 0;
   border-radius: 0;
}
div.rsForm-container form.rsForm input[type="email"]{
   width: 77%;
}
div.rsForm-container form.rsForm input[type="text"]{
   width: 80%;
}
div.rsForm-container form.rsForm input[type="email"]:focus,
div.rsForm-container form.rsForm input[type="text"]:focus {
   outline: none;
}
div.rsForm-container form.rsForm input.send-btn{
   margin-left: 5px;
   padding: 16px 13px;
   color: #fff;
   font-size: 18px;
   background-color: #ffa63e;
   border: 0;
   border-radius: 3px;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
}
div.rsForm-container form.rsForm input[value="Subscribe"]{
   padding: 16px 41px;
}
div.rsForm-container form.rsForm input.send-btn:hover {
   cursor: pointer;
   background-color: rgba(255, 168, 7, .8);
   -webkit-box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
   -moz-box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
   box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
}

/*--- Daily blog form ---*/

body.single-post div.daily-container{
   background-image: url("../images/daily-background.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}
div.rsForm-container > h2.subscribe-title{
   font-size: 42px;
   font-weight: 400;
}
div.daily-container div.rsForm-container > p,
div.daily-container div.rsForm-container div.daily-text > p{
   font-size: 18px !important;
}
div.rsForm-container > h2.subscribe-title,
div.daily-container div.rsForm-container > p,
div.daily-container div.rsForm-container div.daily-text > p,
div.daily-container div.rsForm-container div.daily-text > p span{
   color: #fff;
}
div.rsForm-container div.daily-text{
   justify-content: stretch;
   align-items: baseline;
   margin-bottom: 45px;
}
div.daily-container div.rsForm-container > p{
   margin-bottom: 15px;
}
div.daily-container div.rsForm-container div.daily-text > p{
   line-height: 1.8;
   width: 41.2%;
}
div.daily-container div.rsForm-container div.daily-text > p span{
   background-color: #ffa63e;
   padding: 0 3px;
}

div.rsForm-container > p{
   font-size: 14px !important;
   margin-bottom: 36px;
}
div.rsForm-container > p.success-msg{
   font-size: 20px !important;
   margin-top: 26px;
}
div.rsForm-container h3.successful-report{
   color: #464646 !important;
   font-size: 20px;
   margin-top: 30px;
}
div.rsForm-container h3.successful-report a{
   text-decoration: none;
   color: #ffa63e;
   transition: .3s;
}
div.rsForm-container h3.successful-report a:hover{
   text-decoration: underline;
}
div.rsForm-container h3.successful-daily{
   font-size: 22px;
   color: #fff !important;
}
div.rsForm-container > p.has-error{
   color: #c10707;
   font-size: 14px;
}

/*--- END Daily blog form ---*/


/*--- END Subscribe and Report forms ---*/

.font-styles,
.job-board-main,
span.new-tag {
   font-family: Lato, sans-serif;
}
.right_f span.entry-date {
   float: none;
}
.progress_r {
   position: absolute;
   height: 5px;
   width: 0;
   background-color: #ffa72d;
   display: none;
}
.single-post .progress_r {
   display: block;
   max-width: 100%
}
div.mobile-author-av,
body.single-post div.md-auth-section > div.author-info-container{
   display: none;
}
body.page-template-template_upcoming_webinars {
   margin: 0!important;
   padding: 0!important;
}
.page-template-template_upcoming_webinars .wrap-container {
   width: 1190px!important;
   padding-bottom: 0!important;
}
.webinar-container {
   align-items: unset!important;
   box-shadow: -10px 0 0 0 #105cc2;
   margin-bottom: 80px;
}
.webinar-content {
   width: 89%;
   padding: 40px 65px;
   border-top: 2px solid #d7d7d7;
   border-bottom: 2px solid #d7d7d7;
}
.page-template-template_upcoming_webinars .row.basic ._pContent h2 {
   margin-bottom: 0!important;
}
.webinar-content>h2 a, .webinar-content>p {
   color: #2e2e2e!important;
}
.webinar-content>h2 a {
   display: block;
   text-decoration: none!important;
   margin-bottom: .3em!important;
   transition: all .3s ease;
}
.webinar-content>h2 a:hover {
   text-decoration: underline!important;
}
.webinar-content>p {
   font-size: 23px!important;
}
a.more-info-btn {
   flex-flow: column wrap;
   justify-content: center;
   width: 12%;
   background-color: #faa72d;
   color: transparent!important;
   text-decoration: none!important;
}
a.more-info-btn:hover {
   cursor: pointer;
   background-color: rgba(255, 168, 7, .8);
   -webkit-box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
   -moz-box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
   box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
}
a.more-info-btn>p {
   font-size: 25px!important;
   color: #fff!important;
   text-decoration: none;
   margin-bottom: 0!important;
   font-weight: 400;
   line-height: 1.2!important;
}
p.arrow-webinar {
   transform: translateY(35px);
   font-size: 20px;
   position: relative;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
p.arrow-webinar>img {
   transition: all .3s ease-in;
}
p.arrow-webinar>img::after {
   content: '';
   width: 11px;
   position: absolute;
   right: 37%}
.job-board-main, .job-container, body {
   position: relative;
}
a.more-info-btn:hover p.arrow-webinar>img {
   transform: translate(10px, 0);
}
img.arrow-webinar-img {
   width: 15px;
}
a.more-info-btn, ul.logo-list {
   align-items: center;
}
.page-template-template_upcoming_webinars ul.logo-list {
   padding-left: 0!important;
   margin-bottom: 0!important;
   justify-content: flex-start;
   list-style: none!important;
}
ul.logo-list>li {
   display: flex!important;
   align-items: center!important;
   border-right: 2px solid #d7d7d7;
   padding: 0 25px;
   margin-bottom: 0!important;
}
.page-template-template_upcoming_webinars ul.logo-list>li:before {
   content: none!important;
}
ul.logo-list>li:first-child {
   padding-left: 0;
}
ul.logo-list>li:last-child {
   border-right: 0;
   padding-right: 0;
}
img.logo-img {
   width: 169px;
}
body.page-template-job_create_post,
body.page-template-job_edit_post,
body.page-template-job_employer_dashboard,
body.page-template-job_employer_update_data,
body.page-template-job_main_page,
body.page-template-job_sign-in_sign-up,
body.single-job {
   background-color: #f4f4f4;
}
.job-container, .white-container {
   background-color: #fff;
}
body.page-template-job_create_post main,
body.page-template-job_edit_post main,
body.page-template-job_employer_dashboard main,
body.page-template-job_employer_update_data main,
body.page-template-job_main_page main,
body.page-template-job_sign-in_sign-up main,
body.single-job main {
   margin-top: -33px;
}
body.page-template-job_create_post footer,
body.page-template-job_edit_post footer,
body.page-template-job_employer_dashboard footer,
body.page-template-job_employer_update_data footer,
body.page-template-job_main_page footer,
body.page-template-job_sign-in_sign-up footer,
body.single-job footer {
   top: -70px;
   z-index: 210;
}
.job-board-main {
   border: 0;
}
.flx-container {
   display: flex;
}
.font-styles {
   font-weight: 300;
   font-size: 18px;
   color: #858585;
}
.job-board-content {
   max-width: 890px;
   height: 172px;
   margin: 0 auto;
}
body.page-template-job_create_post .job-board-content,
body.page-template-job_employer_update_data .job-board-content,
body.page-template-job_sign-in_sign-up .job-board-content {
   line-height: 90px;
}
.job-board-content .job-board-title {
   font-size: 30px;
   font-weight: 300;
   color: #005bcf;
   padding: 20px 0 0 20px;
   text-decoration: none;
   display: block;
}
.job-container {
   bottom: 3px;
   left: 0;
   right: 0;
   width: 885px;
   margin: 0 auto -70px;
   z-index: 19;
   -webkit-box-shadow: 0 0 10px 1px rgba(215, 215, 215, 1);
   -moz-box-shadow: 0 0 10px 1px rgba(215, 215, 215, 1);
   box-shadow: 0 0 10px 1px rgba(215, 215, 215, 1);
   transform: translateY(-70px);
}
.back-block>p {
   padding: 20px 26px;
}
.page-template-job_sign-in_sign-up .back-block>p {
   padding-bottom: 10px;
}
.back-block a,
.back-block>p,
.dashboard-nav>p,
.dashboard-nav>p a {
   text-decoration: none;
   color: #6f6f6f;
   font-size: 16px;
   font-weight: 300;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
.back-block span.back-arrow {
   margin-right: 7px;
   font-weight: 300;
   font-size: 22px;
}
span.delimiter {
   margin: 0 5px;
}
.msg-container,
.popup-container,
div.error-msg-container,
div.forgot-pass-conateiner {
   position: absolute;
   top: -100px;
   bottom: 0;
   right: 0;
   left: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 1000;
}
.msg-container .msg-content,
div.error-content,
div.popup-content,
div.reset-content {
   width: 432px;
   height: 227px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   background-color: #f6f6f6;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: 155px auto 0;
   border-radius: 2px;
}
body.pop-up,
body.pop-up-del,
body.pop-up-error,
body.pop-up-reset {
   overflow: hidden;
}
body:not(.pop-up) .msg-container,
body:not(.pop-up-del) .popup-container,
body:not(.pop-up-reset) .forgot-pass-conateiner {
   display: none;
}
body .error-msg-container {
   display: block;
}
.error-content,
.msg-content,
.popup-content,
.reset-content {
   flex-flow: column nowrap;
   justify-content: center;
   align-items: center;
   -webkit-box-shadow: 0 0 7px 1px rgba(215, 215, 215, .5);
   -moz-box-shadow: 0 0 7px 1px rgba(215, 215, 215, .5);
   box-shadow: 0 0 7px 1px rgba(215, 215, 215, .5);
}
.msg-content>p {
   color: #000;
   margin-bottom: 35px;
}
.msg-content .msg-btn {
   padding: 7px 27px;
}
.popup-content>p {
   margin-bottom: 30px;
}
p.delete-txt {
   color: #005bcf;
   font-size: 24px;
}
button.cancel-btn {
   padding: 7px 27px;
   margin-right: 15px;
}
button.del-btn {
   padding: 7px 17px;
}
div.error-content {
   width: 450px;
   height: 228px;
   text-align: center;
   padding: 0 25px;
   line-height: 1.5;
}
div.error-content>.close-conteriner {
   position: absolute;
   right: 0;
}
div.error-main {
   height: 100%;
   margin: 0;
}
.error-main p.has-error {
   font-size: 18px;
}
.inside-container {
   max-width: 755px;
   margin: 0 auto;
   border-bottom: 1px solid #e2e2e2;
   padding: 40px 0 45px;
}
.sign-in-container {
   padding-top: 0;
}
#sign-in-form,
.sign-in-container>h1,
.sign-in-container>h2 {
   width: 580px;
   float: right;
   margin-right: 30px;
}
.sign-in-container>h1 {
   color: #232323;
   font-size: 28px;
}
.clearfix::after {
   content: "";
   clear: both;
   display: table;
}
.sign-in-container>h1,
.sign-in-container>h2 {
   margin-bottom: 15px;
}
p.has-error {
   text-align: left;
   color: #c10707!important;
   font-size: 14px;
   padding-bottom: 5px;
}
form.sign-in, form.sign-up {
   text-align: right;
}
form.create-post {
   text-align: left;
}
form#reset-password input,
form.create-post input,
form.create-post textarea.content,
form.sign-in input,
form.sign-up input,
form.sign-up textarea,
select.fake-select__select {
   width: 100%;
   margin-bottom: 15px;
   padding: 13px;
   outline: 0;
   border: 1px solid #d3d3d3;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
div.richText {
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
.submit-btn, div.submit-container>p a {
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
}
form#reset-password input:focus,
form.create-post input:not(.choices__input):focus,
form.sign-in input:focus,
form.sign-up input:focus,
form.sign-up textarea:focus,
select.fake-select__select:focus {
   -moz-box-shadow: 0 0 5px rgba(215, 215, 215, 1);
   -webkit-box-shadow: 0 0 5px rgba(215, 215, 215, 1);
   box-shadow: 0 0 7px rgba(215, 215, 215, 1);
}
div.submit-container {
   flex-flow: row nowrap;
   justify-content: space-between;
   align-items: baseline;
}
div.submit-container>p a {
   text-decoration: none;
   transition: all .3s ease;
   color: #858585;
   font-size: 16px;
}
div.submit-container>p a:hover {
   text-decoration: underline;
}
.submit-btn {
   background-color: #ffa72d;
   color: #fff!important;
   border: 0;
   border-radius: 4px;
   padding: 8px 12px;
   margin-top: 2px;
   transition: all .3s ease;
}
.submit-btn:hover {
   cursor: pointer;
   background-color: rgba(255, 168, 7, .8);
   -webkit-box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
   -moz-box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
   box-shadow: 0 0 2px 1px rgba(215, 215, 215, .75);
}
.job-post-container,
.sign-up-container {
   flex-flow: row nowrap;
   justify-content: space-between;
   align-items: flex-start;
}
.upload-img-content {
   transform: translateY(-45px);
}
.img-content,
.upload-img-content {
   width: 118px;
   flex-flow: column nowrap;
   justify-content: center;
   align-items: center;
}
.page-template-job_sign-in_sign-up .logo-container {
   background-color: #d7d7d7;
}
.company-logo-content,
.logo-container {
   width: 100px;
   height: 100px;
   margin-top: 20px;
   background-color: transparent;
   overflow: hidden;
}
.logo-section img#comp-logo {
   width: 100%}
.upload-btn-wrapper {
   position: relative;
   overflow: hidden;
   display: inline-block;
   margin: 17px 0 4px;
}
.post-content,
.sign-up-container h2,
.sign-up-content {
   width: 580px;
   margin-right: 30px;
}
.btn {
   border: 1px solid #d3d3d3;
   background-color: #fff;
   padding: 5px 20px;
   font-size: 14px;
}
.upload-btn-wrapper input[type=file] {
   font-size: 100px;
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0;
}
.upload-img-content>p {
   font-size: 12px;
   font-style: italic;
   line-height: 1.5;
}
.sign-up-container {
   text-align: right;
}
.sign-up-container h2 {
   display: inline-block;
   text-align: left;
   margin-bottom: 26px;
}
.sign-up textarea {
   resize: none;
}
div.logo-container img#img-logo {
   width: 100%
}
.flex {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   align-items: baseline;
}
.dashboard-nav {
   width: 83%;
   margin-top: 20px;
}
.dashboard-nav a {
   text-decoration: none;
}
.dashboard-nav>p a:hover,
a.dashboard-link {
   text-decoration: underline;
}
a.create-post-btn {
   text-decoration: none;
   padding: 8px 25px;
   margin-right: 7px;
   font-size: 18px;
}
body.page-template-job_employer_dashboard .dashboard-container {
   padding-bottom: 50px;
}
.logged-content {
   padding-top: 25px;
   border-bottom: 0;
}
.logged-text {
   font-size: 16px;
}
.info-container {
   align-items: initial;
}
.employer-info-container {
   padding: 0 10px 20px;
   align-items: flex-end;
}
.company-logo-content {
   background-color: transparent;
   margin-top: 0;
}
.company-logo-content img {
   width: 100%}
.employer-info {
   width: 80%;
   align-items: flex-end;
   margin-left: 40px;
}
.employer-info h2 {
   color: #6f6f6f;
   font-size: 36px;
   font-weight: 300;
}
.employer-data {
   flex-flow: column wrap;
   align-items: flex-start;
   align-self: stretch;
}
.settings-link {
   margin-bottom: 3.7px;
}
.apply-btn,
.settings-link {
   align-items: center;
   text-decoration: none;
}
.settings-link>img {
   width: 19px;
   margin-right: 5px;
}
.employer-info p>a,
.job-info h2 a,
.trash-icon,
span.settings-txt {
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
span.settings-txt:hover {
   text-decoration: underline;
}
.draft-link,
.edit-container,
.edit-post-btn,
.job-info a,
.job-list-item,
.view-post-btn {
   text-decoration: none;
}
.published-posts, .single-job-post {
   border-bottom: 0;
   padding-top: 20px;
   margin-bottom: 15px;
}
.published-posts {
   padding-top: 40px;
   padding-bottom: 0!important;
   margin-top: 0;
}
.draft-posts, .single-job-post {
   padding-bottom: 0;
}
.published-posts>h2 {
   padding-left: 5px;
   margin-bottom: 15px;
}
.info-content, .job-list-item {
   align-items: center;
}
.job-list-item {
   position: relative;
   padding: 22px;
   border: 1px solid #e2e2e2;
   margin-bottom: 15px;
}
span.new-tag {
   display: inline-block;
   position: absolute;
   top: -1%;
   right: 3%;
   padding: 5px 10px;
   background-color: #ffa72d;
   color: #fff;
}
.job-info a, .job-info h2 {
   color: #232323;
}
.info-content>img {
   width: 50px;
   margin-right: 25px;
}
.job-info h2 {
   margin-bottom: 8px;
   font-size: 22px;
}
.days-content p {
   font-size: 20px;
   color: #6f6f6f;
}
.edit-container, .trash-icon {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
.edit-container {
   top: -1px;
   bottom: -1px;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   height: auto;
   border-right: 3px solid #ffa72d;
   border-left: 3px solid #ffa72d;
   background-color: rgba(255, 255, 255, .75);
   -webkit-transition: opacity .6s ease;
   -moz-transition: opacity .6s ease;
   -ms-transition: opacity .6s ease;
   -o-transition: opacity .6s ease;
   transition: opacity .6s ease;
}
.edit-post-btn>.fa-edit {
   margin-right: 10px;
}
.edit-post-btn {
   color: #fff;
   padding: 9px 25px;
}
.trash-icon {
   right: 0;
   padding: 38px 0 38px 15px;
   top: 0;
   bottom: 0;
   margin: auto;
}
.trash-icon:hover {
   cursor: pointer;
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}
.view-btns {
   text-align: right;
}
.view-post-btn {
   display: inline-block;
}
.create-post-btn {
   color: #fff!important;
}
.search-container {
   padding-bottom: 20px;
   border-bottom: 0;
}
input.search-field {
   margin-top: 15px;
   padding: 7px 3px;
   width: 100%;
   color: #6f6f6f;
   font-size: 42px;
   border-top: 0;
   border-right: 0;
   border-left: 0;
   -moz-transition: all .1s ease-in-out;
   -o-transition: all .1s ease-in-out;
   -webkit-transition: all .1s ease-in-out;
   transition: all .1s ease-in-out;
}
input.search-field:focus {
   outline: 0;
   -moz-box-shadow: 0 4px 2px -2px rgba(215, 215, 215, 1);
   -webkit-box-shadow: 0 4px 2px -2px rgba(215, 215, 215, 1);
   box-shadow: 0 4px 2px -2px rgba(215, 215, 215, 1);
}
h2.filter-title {
   margin-top: 40px;
   padding-bottom: 8px;
   color: #005bcf;
   font-size: 20px;
   justify-content: flex-start;
   align-items: center;
   border-bottom: 1px solid #e2e2e2;
}
h2.filter-title>img {
   margin-right: 12px;
}
.selectes-container {
   align-items: center;
   margin-top: 15px;
}
label.dropdown select {
   padding: 3px 42px 3px 10px;
   background: #fff;
   border: 1px solid #e2e2e2;
   border-radius: 0;
   display: inline-block;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
   outline: 0;
   width: 248px;
}
label.dropdown select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
   display: none;
}
label.dropdown:before {
   content: '';
   right: 5px;
   top: 3px;
   width: 30px;
   height: 25px;
   background: #fff;
   position: absolute;
   pointer-events: none;
   display: block;
}
.draft-link, div.logo-section {
   background-color: transparent;
}
label.dropdown {
   flex-basis: 248px;
   position: relative;
}
label.dropdown:after {
   content: '>';
   font: 16px Consolas, monospace;
   color: #444;
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
   right: 6px;
   top: -3px;
   position: absolute;
   pointer-events: none;
   width: 27px;
   padding: 0 0 5px;
   text-indent: 14px;
}
.job-item {
   position: relative;
   padding-bottom: 45px!important;
   margin-bottom: 0;
}
.job-post {
   -moz-transition: all .1s ease-in-out;
   -o-transition: all .1s ease-in-out;
   -webkit-transition: all .1s ease-in-out;
   transition: all .1s ease-in-out;
}
.job-post:hover {
   border-right: thick solid #ffa72d;
   border-left: thick solid #ffa72d;
}
body.page-template-job_create_post .back-block>p {
   padding-bottom: 0;
}
.btns-container {
   padding: 0 30px 0 0;
   border-bottom: 0;
   justify-content: flex-end;
   align-items: center;
   margin-bottom: 15px;
}
.draft-link {
   font-size: 14px;
   color: #909090;
   border: 0;
}
.draft-link:hover {
   text-decoration: underline;
   cursor: pointer;
}
.apply-btn:hover, .post-btn {
   text-decoration: none;
}
.post-btn {
   margin-left: 15px;
}
.job-post-container {
   padding-top: 0;
   padding-bottom: 310px;
   border-bottom: 0;
}
.img-content {
   margin-top: 89px;
}
.img-content .logo-container {
   margin-top: 0;
}
.job-location-container {
   flex-flow: row wrap;
   align-items: center;
}
.job-city {
   width: 68%!important;
}
.job-state {
   width: 30%!important;
}
.fake-select {
   position: relative;
   overflow: hidden;
   width: 100%;
   background: #fff;
}
.fake-select__select {
   position: relative;
   width: 100%;
   z-index: 10;
   font: inherit;
   border: 0;
   outline: 0;
   background: 0 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   appearance: none;
}
.edit-btns>p, .publication-date {
   font-style: italic;
}
.fake-select:after {
   position: absolute;
   top: 37%;
   right: 0;
   bottom: 0;
   z-index: 5;
   display: block;
   content: '';
   width: 25px;
   background: url(../images/arrow-down.png) no-repeat;
}
div.simditor-body {
   text-align: left;
}
form.create-post .btns-container {
   padding-right: 0;
   margin-bottom: 34px;
   margin-top: 15px;
}
textarea.editor {
   display: none;
}
.city-field, .job-type, .states-field {
   margin-top: 15px;
}
form#create-post-form input[name=job-city],
form#create-post-form select[name=job-state] {
   margin-bottom: 0;
}
div.countries-box {
   border: 1px solid #d3d3d3;
   border-top: 0;
   text-align: left;
}
ul.countries-list {
   list-style: none;
}
ul.countries-list>li {
   padding: 3px 13px;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
ul.countries-list>li:hover {
   cursor: pointer;
   background: #f5f5f5;
}
.edit-btns {
   text-align: right;
}
.about-company,
.job-description
/*, .job-requirements-content*/ {
   text-align: justify;
   line-height: 1.5;
}
.about-company,
.job-description,
.job-requirements-content {
    line-height: 1.5;
}

.edit-btns>p {
   margin-top: 7px;
   font-size: 13px;
}
.update-btns-conteiner {
   justify-content: flex-end;
   align-items: center;
}
.job-info-list, .see-all-posts {
   display: flex;
   flex-flow: row wrap;
   align-items: center;
   margin: 7px 0 4px;
}
.job-info-list li, .see-all-posts li {
   list-style-type: none;
   border-right: 1px solid #ababab;
   padding: 0 10px;
}
.job-info-list li:first-child, .see-all-posts li:first-child {
   padding-left: 0;
}
.job-info-list li:last-child, .see-all-posts li:last-child {
   border-right: 0;
}
body.single-job .back-block {
   margin-bottom: 30px;
}
.single-job-post {
   /*padding-bottom: 70px;*/
   margin-bottom: 0;
}
.apply-btn {
   border-radius: 0;
   justify-content: center;
   padding: 15px 0;
   color: #fff;
   font-size: 14px;
   margin: 20px 0 60px;
}
.apply-btn>img {
   margin-right: 8px;
}
.job-description {
   margin-bottom: 35px;
   padding: 0 10px;
}
.job-requirements-content {
   padding: 0 30px;
   margin-bottom: 32px;
}
.about-company>h2, .job-requirements-content>h2 {
   font-weight: 400;
}
ul.requirements-list {
   padding-left: 50px;
}
.about-company {
   background-color: #ebebeb;
   padding: 40px 54px;
   margin-bottom: 50px;
}
.about-company>h2 {
   margin-bottom: 35px;
}
body.page-template-job_employer_update_data .upload-img-content {
   transform: none;
}
body.page-template-job_employer_update_data .logo-container {
   margin-top: 0;
}
.update-data-content {
   margin-right: 0;
   width: auto;
}
.update-form {
   align-items: flex-start;
}
.form-filed-container {
   width: 580px;
   margin-left: 30px;
}
.jobloader, .jobloader .loaderimg {
   height: 100%;
   width: 100%;
   z-index: 2;
}
.post-content {
   padding-top: 0;
}
.paginationWrap {
   display: flex;
   justify-content: center;
   margin-top: 50px;
}
.paginationWrap ul {
   display: flex;
   align-items: center;
   list-style: none;
}
.paginationWrap ul li {
   margin: 0 5px;
}
.paginationWrap ul li a {
   color: #858585;
   text-decoration: none;
}
.paginationWrap .disabled {
   pointer-events: none;
}
.paginationWrap .current a {
   color: #1e63d8;
}
.paginationWrap .first, .paginationWrap .last {
   transform: translateY(-1px);
}
.jobloader {
   position: absolute;
   justify-content: center;
   align-items: center;
   top: 0;
   display: none;
}
.jobloader .loaderimg {
   background-repeat: no-repeat;
   background-position: center;
   background-color: rgba(255, 255, 255, .85);
}
.loading .jobloader {
   display: block;
}
.page-template-job_employer_dashboard, .page-template-job_main_page {
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   min-height: 100vh!important;
}
.page-template-job_employer_dashboard #ads, .page-template-job_main_page #ads {
   display: none;
}
body.page-template-job_employer_dashboard main, body.page-template-job_main_page main {
   margin-top: 0;
   flex-grow: 1;
   position: relative;
}
.page-template-job_employer_dashboard .job-container, .page-template-job_main_page .job-container {
   min-height: calc(100vh - 77px - 87px - 172px + 70px);
}
.job-notfication {
   display: none;
   position: fixed;
   bottom: 110px;
   right: 25px;
   width: 330px;
   background-color: #fff;
   padding: 15px 25px;
   border-radius: 5px;
   -webkit-box-shadow: 0 0 10px 1px rgba(215, 215, 215, 1);
   -moz-box-shadow: 0 0 10px 1px rgba(215, 215, 215, 1);
   box-shadow: 0 0 10px 1px rgba(215, 215, 215, 1);
   color: #6f6f6f;
   z-index: 222;
}
.notif-head p {
   font-size: 20px;
   font-family: Lato, sans-serif;
}
.notif-head {
   display: flex;
   justify-content: space-between;
   padding-bottom: 8px;
}
.notif-head .close {
   cursor: pointer;
}
.job-notfication .description {
   padding-top: 8px;
   box-shadow: 0 -1px 0 0 rgba(167, 167, 181, .52);
}
div.reset-content {
   width: 452px;
   height: 310px;/*270px*/
}
div.close-conteriner {
   text-align: right;
}
div.close-conteriner span.close-btn {
   padding: 15px 11px;
   color: #757070;
}
div.close-conteriner span.close-btn:hover {
   cursor: pointer;
}
div.error-main, div.form-container {
   margin-top: 13px;
   display: flex;
   flex-flow: column nowrap;
   justify-content: center;
   align-items: center;
   border-radius: 2px;
}
.error-main>p, .form-container>p {
   margin-bottom: 23px;
}
form#reset-password {
   width: 80%;
   display: flex;
   flex-flow: column nowrap;
   justify-content: center;
   padding-top: 20px;
   border-top: 1px solid #d3d3d3;
}
p.message {
   text-align: center;
   margin-bottom: 10px;
   font-size: 16px;
   color: transparent;
}
p.success {
   color: #858585!important;
}
.all-posts {
   position: relative;
}
.job-list-item:hover .edit-container {
   opacity: 1;
}
.job-list-item:hover .trash-icon {
   opacity: 1;
   right: -35px;
}
.content {
   height: 400px!important;
}
/*--- Job board copy section ---*/
div.sign-up-container div.job-copy,
div.published-posts div.job-copy,
div.job-container div.job-copy{
   display: flex;
   justify-content: center;
   text-align: center;
   margin-top: 40px;
   border-bottom: 0;
}
body.page-template-job_employer_update_data div.job-copy{
   margin-top: 0;
   padding-bottom: 0;
}
body.single-job div.job-container > div.job-copy{
   margin-top: 0;
   padding-top: 0;
}
div.sign-up-container div.job-copy > p,
div.published-posts div.job-copy > p,
div.job-container div.job-copy > p{
   width: 90%;
   font-size: 16px;
   font-style: italic;
   font-family: Lato, sans-serif;
   color: #808080;
}
/*--- END Job board copy section ---*/

@media only screen and (max-width:960px) {
   .job-board-content, .job-container {
   width: calc(100% - 40px);
}
.white-container {
   margin-top: 50px;
}
input.search-field {
   font-size: 35px;
}
.job-board-content {
   max-width: 100%}
.dashboard-nav {
   width: 80%}
.single-job .white-container {
   margin-top: -25px;
}
body.page-template-job_employer_update_data .upload-img-content {
   transform: none;
}
}
@media only screen and (max-width:900px) {
   #sign-in-form, .sign-in-container>h1, .sign-in-container>h2, .sign-up-container h2, .sign-up-content, div.form-header {
   margin-right: 0;
}
}
@media only screen and (max-width:885px) {
   .page-template-job_employer_dashboard .inside-container, .single-job .inside-container {
   max-width: 100%;
   width: calc(100% - 80px);
}
}
@media only screen and (max-width:860px) {
   .page-template-job_create_post .inside-container, .page-template-job_employer_update_data .inside-container, .page-template-job_sign-in_sign-up .inside-container {
   max-width: 100%;
   width: calc(100% - 60px);
}
#sign-in-form, .sign-in-container>h1, .sign-in-container>h2, .sign-up-container h2, .sign-up-content, div.form-header {
   width: 70%}
.post-content {
   margin-right: 0;
}
.page-template-job_employer_update_data .sign-up-content {
   width: 100%}
}
@media only screen and (max-width:830px) {
   .inside-container {
   max-width: 100%;
   width: calc(100% - 20px);
}
label.dropdown {
   flex-basis: 32%}
.post-content, label.dropdown select {
   width: 100%}
.page-template-job_create_post .img-content, .page-template-job_edit_post .img-content {
   position: absolute;
   margin-top: 0;
   top: 8px;
}
.page-template-job_create_post .inside-container, .page-template-job_edit_post .inside-container {
   position: relative;
}
form.create-post .btns-container {
   margin-bottom: 50px;
   margin-top: 35px;
}
.richText-toolbar ul {
   display: flex;
   justify-content: space-between;
   width: 100%}
.richText-toolbar ul li {
   flex-basis: 8.3%}
.richText .richText-toolbar ul li a {
   padding: 10px 0!important;
   text-align: center;
}
.single-job .inside-container {
   width: calc(100% - 60px);
}
.page-template-job_employer_update_data .sign-up-container {
   padding-top: 0;
}
.page-template-job_employer_update_data .form-filed-container {
   width: 70%}
}
@media only screen and (max-width:769px) {
   input.search-field {
   font-size: 30px;
}
.dashboard-nav {
   width: calc(100% - 150px);
}
}
@media only screen and (max-width:685px) {
   .sign-in-container>h1 {
   font-size: 26px;
}
.single-job .employer-info>h2 {
   font-size: 32px;
}
.company-info-conatiner {
   align-items: center;
}
.job-info-list {
   width: 80%}
.job-info-list li {
   margin: 5px 0;
   flex-basis: 50%}
.job-info-list li:nth-child(2n+1) {
   padding: 0;
}
.job-info-list li:nth-child(2n+2) {
   border-right: 0;
   padding-left: 19px;
}
}
@media only screen and (max-width:680px) {
   .employer-info {
   flex-flow: column wrap;
   align-items: flex-start;
}
}
@media only screen and (max-width:630px) {
   #sign-in-form, .sign-in-container>h1, .sign-in-container>h2, .sign-up-content, div.form-header {
   width: 100%}
.sign-in-container>h1 {
   text-align: center;
}
.sign-up-container {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.upload-img-content {
   width: 150px;
   transform: none;
   margin-bottom: 10px;
}
.sign-up-container h1, .sign-up-container h2 {
   width: 100%;
   text-align: center;
   margin-bottom: 0;
}
form#reset-password input, form.create-post input, form.create-post textarea.content, form.sign-in input, form.sign-up input, form.sign-up textarea, select.fake-select__select {
   padding: 8px 13px;
}
.fake-select:after {
   top: 28%}
.page-template-job_employer_update_data .update-form {
   flex-flow: column nowrap;
   justify-content: center;
   align-items: center;
}
.page-template-job_employer_update_data .form-filed-container {
   width: 100%;
   margin-left: 0;
}
}
@media only screen and (max-width:600px) {
   .job-city, .job-state {
   width: 100%!important;
}
.selectes-container {
   flex-wrap: wrap;
}
label.dropdown {
   flex-basis: 100%;
   margin: 5px 0;
}
.published-posts {
   padding-top: 15px;
}
.days-content p {
   font-size: 18px;
}
.font-styles {
   font-size: 16px;
}
.info-content>img {
   margin-right: 15px;
}
label.dropdown:before {
   top: 1px;
}
.single-job .employer-info>h2 {
   font-size: 30px;
}
.job-location-container {
   flex-flow: column nowrap;
}
.job-city {
   margin-bottom: 15px!important;
}
input.search-field {
   border: 1px solid #e2e2e2;
}
input.search-field, input.search-field::placeholder {
   color: #005bcf;
}
}
@media only screen and (max-width:550px) {
   .page-template-job_employer_dashboard .job-list-item {
   display: block;
}
.page-template-job_employer_dashboard .info-content {
   justify-content: flex-start;
}
.page-template-job_employer_dashboard .info-container {
   align-items: center;
}
.page-template-job_employer_dashboard .days-content {
   text-align: right;
}
.page-template-job_employer_dashboard .trash-icon {
   top: 0;
   bottom: 0;
}
.employer-info {
   align-items: flex-end;
}
.see-all-posts li:first-child {
   width: 100%;
   border-right: 0;
   margin-bottom: 10px;
}
.see-all-posts li:nth-child(2) {
   padding-left: 0;
}
.single-job .inside-container {
   width: calc(100% - 55px);
}
.single-job .employer-info {
   margin-left: 25px;
}
.job-info-list {
   width: 90%}
}
@media only screen and (max-width:530px) {
   .page-template-job_employer_dashboard .job-board-content, .single-job .job-board-content {
   display: block;
}
.page-template-job_employer_dashboard .dashboard-nav {
   width: 100%;
   margin-top: 70px;
}
.single-job .dashboard-nav {
   width: 100%}
.page-template-job_employer_dashboard a.create-post-btn, .single-job a.create-post-btn {
   display: block;
   margin-right: 0;
   margin-top: 10px;
   text-align: center;
}
.page-template-job_employer_dashboard .job-container, .single-job .job-container {
   transform: translateY(-37px);
   margin-bottom: -45px;
}
.single-job .job-container {
   margin-bottom: -38px;
}
.page-template-job_employer_dashboard .employer-info {
   margin-left: 20px;
}
}
@media only screen and (max-width:500px) {
   .page-template-job_employer_dashboard .info-content {
   display: block;
   text-align: center;
}
.page-template-job_employer_dashboard span.new-tag {
   top: -1px;
}
.page-template-job_employer_dashboard .employer-info-container {
   display: block;
}
.page-template-job_employer_dashboard .settings-link {
   justify-content: flex-end;
}
.page-template-job_employer_dashboard .info-content>img {
   display: none;
}
.page-template-job_employer_dashboard .days-content {
   text-align: center;
   margin-top: 7px;
}
.sign-in-container>h1 {
   font-size: 24px;
}
div.reset-content {
   width: 300px;
   height: 250px;
}
.single-job .employer-info {
   margin-left: 15px;
}
.single-job .employer-info>h2 {
   font-size: 25px;
}
.job-info-list {
   width: 100%}
.about-company {
   padding: 40px 32px;
}
.about-company>h2 {
   margin-bottom: 20px;
}
.msg-container .msg-content {
   width: 370px;
   height: 200px;
}
}
@media only screen and (max-width:470px) {
   .days-content, .page-template-job_main_page .job-info, p.delete-txt {
   text-align: center;
}
.sign-in-container>h1 {
   margin-top: 15px;
}
input.search-field {
   font-size: 25px;
}
.job-post {
   display: block;
}
.info-content {
   justify-content: center;
}
.page-template-job_main_page .info-content img {
   display: none;
}
.days-content {
   font-size: 16px;
   margin-top: 7px;
}
div.popup-content {
   width: 300px;
   padding: 25px;
}
p.delete-txt {
   font-size: 24px;
}
.popup-content>p {
   margin-bottom: 20px;
}
.job-info-list, .single-job .company-info-conatiner {
   align-items: flex-start;
}
.single-job .employer-info>h2 {
   font-size: 20px;
}
.single-job .company-logo-content {
   padding-top: 23px;
}
.single-job .employer-info {
   margin-left: 25px;
}
.job-info-list {
   flex-flow: column nowrap;
}
.job-info-list li {
   border-right: 0;
}
.job-info-list li:nth-child(2n+2) {
   padding-left: 0;
}
.page-template-job_employer_dashboard .info-container {
   margin-bottom: 15px;
}
.page-template-job_employer_update_data .inside-container {
   max-width: 100%;
   width: calc(100% - 40px);
}
}
@media only screen and (max-height:450px) {
   .msg-container .msg-content, div.error-content, div.popup-content, div.reset-content {
   margin: 65px auto 0;
}
}
@media only screen and (max-width:445px) {
   .page-template-job_create_post .img-content, .page-template-job_edit_post .img-content {
   position: initial;
}
.page-template-job_create_post .inside-container, .page-template-job_edit_post .inside-container {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 20px;
}
form.create-post .btns-container {
   margin-bottom: 20px;
   margin-top: 17px;
}
span.new-tag {
   padding: 5px 10px;
   font-size: 12px;
}
.employer-data h2 {
   font-size: 30px;
}
.job-info {
   margin-top: 10px;
}
.job-info>h2 {
   font-size: 18px;
}
.days-content>p, .job-info>p {
   font-size: 16px;
}
}
@media only screen and (max-width:430px) {
   .info-content, .job-board-content {
   display: block;
}
.sign-in-container>h1 {
   margin-bottom: 20px;
   font-size: 22px;
}
.page-template-job_create_post .job-board-content .job-board-title {
   padding: 30px 0 0;
}
.a.create-post-btn {
   margin-right: 0!important;
}
.job-list-item {
   padding: 15px 10px;
}
.job-info h2 {
   margin-bottom: 6px;
   font-size: 18px;
}
.job-info p {
   font-size: 14px;
}
.days-content {
   margin-top: 5px;
}
.days-content p {
   font-size: 16px;
}
input.search-field {
   font-size: 18px;
}
.job-board-content .job-board-title {
   padding-left: 0;
}
.dashboard-nav {
   width: 100%;
   margin-top: 70px;
}
a.create-post-btn {
   display: block;
   text-align: center;
   margin-top: 15px;
   margin-right: 0;
}
.job-container {
   transform: translateY(-33px);
}
.page-template-job_employer_dashboard .company-logo-content {
   width: 75px;
   height: 75px;
}
.employer-data h2 {
   font-size: 24px;
}
.page-template-job_employer_dashboard .trash-icon img {
   width: 20px!important;
}
.page-template-job_employer_dashboard .inside-container {
   padding-bottom: 18px;
   width: calc(100% - 54px);
}
.page-template-job_create_post .job-container, .page-template-job_edit_post .job-container, .page-template-job_sign-in_sign-up .job-container {
   margin-bottom: -32px;
}
.page-template-job_create_post .inside-container, .page-template-job_sign-in_sign-up .inside-container {
   width: calc(100% - 40px);
}
.job-list-item:hover .trash-icon {
   right: -24px;
}
.employer-info>h2 {
   font-size: 30px;
}
.single-job .inside-container {
   width: calc(100% - 25px);
}
.single-job main {
   padding-top: 30px!important;
}
body.single-job .back-block {
   margin-bottom: 15px;
}
.single-job .company-info-conatiner {
   flex-flow: column nowrap;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
   width: 100%}
.single-job .company-logo-content {
   padding-top: 0;
   width: 125px;
   height: 125px;
}
.single-job .employer-info {
   width: 100%;
   margin-left: 0;
   margin-top: 20px;
}
.job-info-list {
   flex-flow: row wrap;
}
.job-info-list li:nth-child(2n+1) {
   border-right: 1px solid #ababab;
}
.job-info-list li:nth-child(2n+2) {
   padding-left: 19px;
}
.job-requirements-content ul {
   padding: 0 25px;
}
.single-job .apply-btn {
   margin-bottom: 30px;
}
.single-job-post {
   padding-bottom: 45px;
}
.page-template-job_employer_update_data .job-container {
   transform: translateY(-69px);
}
.msg-container .msg-content {
   width: 340px;
   height: 190px;
}
}
@media only screen and (max-width:360px) {
   .page-template-job_employer_dashboard .info-container {
   display: block;
   text-align: -webkit-center;
}
.page-template-job_employer_dashboard .employer-info {
   width: 100%;
   margin-left: 0;
   margin-bottom: 10px;
   text-align: initial;
   align-items: flex-end;
}
.employer-data>h2 {
   font-size: 28px;
   margin: 10px 0;
}
form#reset-password input, form.create-post input, form.create-post textarea.content, form.sign-in input, form.sign-up input, form.sign-up textarea, select.fake-select__select {
   font-size: 13px;
}
.msg-container .msg-content {
   width: 280px;
   height: 154px;
}
.msg-content {
   text-align: center;
}
.msg-content>p {
   margin-bottom: 18px;
   padding: 0 10px;
}
}
@media only screen and (max-width:350px) {
   .page-template-job_employer_dashboard .dashboard-nav, .page-template-job_main_page .dashboard-nav {
   flex-wrap: wrap;
}
.sign-in-container>h1 {
   font-size: 19px;
}
}

/* Font Awesome */
@font-face {
   font-family: 'FontAwesome';
   src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
   font-weight: 400;
   font-style: normal;
}
.fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
   font-size: 1.33333333em;
   line-height: .75em;
   vertical-align: -15%}
.fa-2x {
   font-size: 2em;
}
.fa-3x {
   font-size: 3em;
}
.fa-4x {
   font-size: 4em;
}
.fa-5x {
   font-size: 5em;
}
.fa-fw {
   width: 1.28571429em;
   text-align: center;
}
.fa-ul {
   padding-left: 0;
   margin-left: 2.14285714em;
   list-style-type: none;
}
.fa-ul>li {
   position: relative;
}
.fa-li {
   position: absolute;
   left: -2.14285714em;
   width: 2.14285714em;
   top: .14285714em;
   text-align: center;
}
.fa-li.fa-lg {
   left: -1.85714286em;
}
.fa-border {
   padding: .2em .25em .15em;
   border: solid .08em #eee;
   border-radius: .1em;
}
.fa-pull-left {
   float: left;
}
.fa-pull-right {
   float: right;
}
.fa.fa-pull-left {
   margin-right: .3em;
}
.fa.fa-pull-right {
   margin-left: .3em;
}
.pull-right {
   float: right;
}
.pull-left {
   float: left;
}
.fa.pull-left {
   margin-right: .3em;
}
.fa.pull-right {
   margin-left: .3em;
}
.fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
}
.fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
   animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
   0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}
100% {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
}
}
@keyframes fa-spin {
   0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}
100% {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
}
}
.fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
}
.fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
}
.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
   -ms-transform: scale(1, -1);
   transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
   filter: none;
}
.fa-stack {
   position: relative;
   display: inline-block;
   width: 2em;
   height: 2em;
   line-height: 2em;
   vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
   position: absolute;
   left: 0;
   width: 100%;
   text-align: center;
}
.fa-stack-1x {
   line-height: inherit;
}
.fa-stack-2x {
   font-size: 2em;
}
.fa-inverse {
   color: #fff;
}
.fa-glass:before {
   content: "\f000"}
.fa-music:before {
   content: "\f001"}
.fa-search:before {
   content: "\f002"}
.fa-envelope-o:before {
   content: "\f003"}
.fa-heart:before {
   content: "\f004"}
.fa-star:before {
   content: "\f005"}
.fa-star-o:before {
   content: "\f006"}
.fa-user:before {
   content: "\f007"}
.fa-film:before {
   content: "\f008"}
.fa-th-large:before {
   content: "\f009"}
.fa-th:before {
   content: "\f00a"}
.fa-th-list:before {
   content: "\f00b"}
.fa-check:before {
   content: "\f00c"}
.fa-remove:before, .fa-close:before, .fa-times:before {
   content: "\f00d"}
.fa-search-plus:before {
   content: "\f00e"}
.fa-search-minus:before {
   content: "\f010"}
.fa-power-off:before {
   content: "\f011"}
.fa-signal:before {
   content: "\f012"}
.fa-gear:before, .fa-cog:before {
   content: "\f013"}
.fa-trash-o:before {
   content: "\f014"}
.fa-home:before {
   content: "\f015"}
.fa-file-o:before {
   content: "\f016"}
.fa-clock-o:before {
   content: "\f017"}
.fa-road:before {
   content: "\f018"}
.fa-download:before {
   content: "\f019"}
.fa-arrow-circle-o-down:before {
   content: "\f01a"}
.fa-arrow-circle-o-up:before {
   content: "\f01b"}
.fa-inbox:before {
   content: "\f01c"}
.fa-play-circle-o:before {
   content: "\f01d"}
.fa-rotate-right:before, .fa-repeat:before {
   content: "\f01e"}
.fa-refresh:before {
   content: "\f021"}
.fa-list-alt:before {
   content: "\f022"}
.fa-lock:before {
   content: "\f023"}
.fa-flag:before {
   content: "\f024"}
.fa-headphones:before {
   content: "\f025"}
.fa-volume-off:before {
   content: "\f026"}
.fa-volume-down:before {
   content: "\f027"}
.fa-volume-up:before {
   content: "\f028"}
.fa-qrcode:before {
   content: "\f029"}
.fa-barcode:before {
   content: "\f02a"}
.fa-tag:before {
   content: "\f02b"}
.fa-tags:before {
   content: "\f02c"}
.fa-book:before {
   content: "\f02d"}
.fa-bookmark:before {
   content: "\f02e"}
.fa-print:before {
   content: "\f02f"}
.fa-camera:before {
   content: "\f030"}
.fa-font:before {
   content: "\f031"}
.fa-bold:before {
   content: "\f032"}
.fa-italic:before {
   content: "\f033"}
.fa-text-height:before {
   content: "\f034"}
.fa-text-width:before {
   content: "\f035"}
.fa-align-left:before {
   content: "\f036"}
.fa-align-center:before {
   content: "\f037"}
.fa-align-right:before {
   content: "\f038"}
.fa-align-justify:before {
   content: "\f039"}
.fa-list:before {
   content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
   content: "\f03b"}
.fa-indent:before {
   content: "\f03c"}
.fa-video-camera:before {
   content: "\f03d"}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
   content: "\f03e"}
.fa-pencil:before {
   content: "\f040"}
.fa-map-marker:before {
   content: "\f041"}
.fa-adjust:before {
   content: "\f042"}
.fa-tint:before {
   content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
   content: "\f044"}
.fa-share-square-o:before {
   content: "\f045"}
.fa-check-square-o:before {
   content: "\f046"}
.fa-arrows:before {
   content: "\f047"}
.fa-step-backward:before {
   content: "\f048"}
.fa-fast-backward:before {
   content: "\f049"}
.fa-backward:before {
   content: "\f04a"}
.fa-play:before {
   content: "\f04b"}
.fa-pause:before {
   content: "\f04c"}
.fa-stop:before {
   content: "\f04d"}
.fa-forward:before {
   content: "\f04e"}
.fa-fast-forward:before {
   content: "\f050"}
.fa-step-forward:before {
   content: "\f051"}
.fa-eject:before {
   content: "\f052"}
.fa-chevron-left:before {
   content: "\f053"}
.fa-chevron-right:before {
   content: "\f054"}
.fa-plus-circle:before {
   content: "\f055"}
.fa-minus-circle:before {
   content: "\f056"}
.fa-times-circle:before {
   content: "\f057"}
.fa-check-circle:before {
   content: "\f058"}
.fa-question-circle:before {
   content: "\f059"}
.fa-info-circle:before {
   content: "\f05a"}
.fa-crosshairs:before {
   content: "\f05b"}
.fa-times-circle-o:before {
   content: "\f05c"}
.fa-check-circle-o:before {
   content: "\f05d"}
.fa-ban:before {
   content: "\f05e"}
.fa-arrow-left:before {
   content: "\f060"}
.fa-arrow-right:before {
   content: "\f061"}
.fa-arrow-up:before {
   content: "\f062"}
.fa-arrow-down:before {
   content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
   content: "\f064"}
.fa-expand:before {
   content: "\f065"}
.fa-compress:before {
   content: "\f066"}
.fa-plus:before {
   content: "\f067"}
.fa-minus:before {
   content: "\f068"}
.fa-asterisk:before {
   content: "\f069"}
.fa-exclamation-circle:before {
   content: "\f06a"}
.fa-gift:before {
   content: "\f06b"}
.fa-leaf:before {
   content: "\f06c"}
.fa-fire:before {
   content: "\f06d"}
.fa-eye:before {
   content: "\f06e"}
.fa-eye-slash:before {
   content: "\f070"}
.fa-warning:before, .fa-exclamation-triangle:before {
   content: "\f071"}
.fa-plane:before {
   content: "\f072"}
.fa-calendar:before {
   content: "\f073"}
.fa-random:before {
   content: "\f074"}
.fa-comment:before {
   content: "\f075"}
.fa-magnet:before {
   content: "\f076"}
.fa-chevron-up:before {
   content: "\f077"}
.fa-chevron-down:before {
   content: "\f078"}
.fa-retweet:before {
   content: "\f079"}
.fa-shopping-cart:before {
   content: "\f07a"}
.fa-folder:before {
   content: "\f07b"}
.fa-folder-open:before {
   content: "\f07c"}
.fa-arrows-v:before {
   content: "\f07d"}
.fa-arrows-h:before {
   content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
   content: "\f080"}
.fa-twitter-square:before {
   content: "\f081"}
.fa-facebook-square:before {
   content: "\f082"}
.fa-camera-retro:before {
   content: "\f083"}
.fa-key:before {
   content: "\f084"}
.fa-gears:before, .fa-cogs:before {
   content: "\f085"}
.fa-comments:before {
   content: "\f086"}
.fa-thumbs-o-up:before {
   content: "\f087"}
.fa-thumbs-o-down:before {
   content: "\f088"}
.fa-star-half:before {
   content: "\f089"}
.fa-heart-o:before {
   content: "\f08a"}
.fa-sign-out:before {
   content: "\f08b"}
.fa-linkedin-square:before {
   content: "\f08c"}
.fa-thumb-tack:before {
   content: "\f08d"}
.fa-external-link:before {
   content: "\f08e"}
.fa-sign-in:before {
   content: "\f090"}
.fa-trophy:before {
   content: "\f091"}
.fa-github-square:before {
   content: "\f092"}
.fa-upload:before {
   content: "\f093"}
.fa-lemon-o:before {
   content: "\f094"}
.fa-phone:before {
   content: "\f095"}
.fa-square-o:before {
   content: "\f096"}
.fa-bookmark-o:before {
   content: "\f097"}
.fa-phone-square:before {
   content: "\f098"}
.fa-twitter:before {
   content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
   content: "\f09a"}
.fa-github:before {
   content: "\f09b"}
.fa-unlock:before {
   content: "\f09c"}
.fa-credit-card:before {
   content: "\f09d"}
.fa-feed:before, .fa-rss:before {
   content: "\f09e"}
.fa-hdd-o:before {
   content: "\f0a0"}
.fa-bullhorn:before {
   content: "\f0a1"}
.fa-bell:before {
   content: "\f0f3"}
.fa-certificate:before {
   content: "\f0a3"}
.fa-hand-o-right:before {
   content: "\f0a4"}
.fa-hand-o-left:before {
   content: "\f0a5"}
.fa-hand-o-up:before {
   content: "\f0a6"}
.fa-hand-o-down:before {
   content: "\f0a7"}
.fa-arrow-circle-left:before {
   content: "\f0a8"}
.fa-arrow-circle-right:before {
   content: "\f0a9"}
.fa-arrow-circle-up:before {
   content: "\f0aa"}
.fa-arrow-circle-down:before {
   content: "\f0ab"}
.fa-globe:before {
   content: "\f0ac"}
.fa-wrench:before {
   content: "\f0ad"}
.fa-tasks:before {
   content: "\f0ae"}
.fa-filter:before {
   content: "\f0b0"}
.fa-briefcase:before {
   content: "\f0b1"}
.fa-arrows-alt:before {
   content: "\f0b2"}
.fa-group:before, .fa-users:before {
   content: "\f0c0"}
.fa-chain:before, .fa-link:before {
   content: "\f0c1"}
.fa-cloud:before {
   content: "\f0c2"}
.fa-flask:before {
   content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
   content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
   content: "\f0c5"}
.fa-paperclip:before {
   content: "\f0c6"}
.fa-save:before, .fa-floppy-o:before {
   content: "\f0c7"}
.fa-square:before {
   content: "\f0c8"}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
   content: "\f0c9"}
.fa-list-ul:before {
   content: "\f0ca"}
.fa-list-ol:before {
   content: "\f0cb"}
.fa-strikethrough:before {
   content: "\f0cc"}
.fa-underline:before {
   content: "\f0cd"}
.fa-table:before {
   content: "\f0ce"}
.fa-magic:before {
   content: "\f0d0"}
.fa-truck:before {
   content: "\f0d1"}
.fa-pinterest:before {
   content: "\f0d2"}
.fa-pinterest-square:before {
   content: "\f0d3"}
.fa-google-plus-square:before {
   content: "\f0d4"}
.fa-google-plus:before {
   content: "\f0d5"}
.fa-money:before {
   content: "\f0d6"}
.fa-caret-down:before {
   content: "\f0d7"}
.fa-caret-up:before {
   content: "\f0d8"}
.fa-caret-left:before {
   content: "\f0d9"}
.fa-caret-right:before {
   content: "\f0da"}
.fa-columns:before {
   content: "\f0db"}
.fa-unsorted:before, .fa-sort:before {
   content: "\f0dc"}
.fa-sort-down:before, .fa-sort-desc:before {
   content: "\f0dd"}
.fa-sort-up:before, .fa-sort-asc:before {
   content: "\f0de"}
.fa-envelope:before {
   content: "\f0e0"}
.fa-linkedin:before {
   content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
   content: "\f0e2"}
.fa-legal:before, .fa-gavel:before {
   content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
   content: "\f0e4"}
.fa-comment-o:before {
   content: "\f0e5"}
.fa-comments-o:before {
   content: "\f0e6"}
.fa-flash:before, .fa-bolt:before {
   content: "\f0e7"}
.fa-sitemap:before {
   content: "\f0e8"}
.fa-umbrella:before {
   content: "\f0e9"}
.fa-paste:before, .fa-clipboard:before {
   content: "\f0ea"}
.fa-lightbulb-o:before {
   content: "\f0eb"}
.fa-exchange:before {
   content: "\f0ec"}
.fa-cloud-download:before {
   content: "\f0ed"}
.fa-cloud-upload:before {
   content: "\f0ee"}
.fa-user-md:before {
   content: "\f0f0"}
.fa-stethoscope:before {
   content: "\f0f1"}
.fa-suitcase:before {
   content: "\f0f2"}
.fa-bell-o:before {
   content: "\f0a2"}
.fa-coffee:before {
   content: "\f0f4"}
.fa-cutlery:before {
   content: "\f0f5"}
.fa-file-text-o:before {
   content: "\f0f6"}
.fa-building-o:before {
   content: "\f0f7"}
.fa-hospital-o:before {
   content: "\f0f8"}
.fa-ambulance:before {
   content: "\f0f9"}
.fa-medkit:before {
   content: "\f0fa"}
.fa-fighter-jet:before {
   content: "\f0fb"}
.fa-beer:before {
   content: "\f0fc"}
.fa-h-square:before {
   content: "\f0fd"}
.fa-plus-square:before {
   content: "\f0fe"}
.fa-angle-double-left:before {
   content: "\f100"}
.fa-angle-double-right:before {
   content: "\f101"}
.fa-angle-double-up:before {
   content: "\f102"}
.fa-angle-double-down:before {
   content: "\f103"}
.fa-angle-left:before {
   content: "\f104"}
.fa-angle-right:before {
   content: "\f105"}
.fa-angle-up:before {
   content: "\f106"}
.fa-angle-down:before {
   content: "\f107"}
.fa-desktop:before {
   content: "\f108"}
.fa-laptop:before {
   content: "\f109"}
.fa-tablet:before {
   content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
   content: "\f10b"}
.fa-circle-o:before {
   content: "\f10c"}
.fa-quote-left:before {
   content: "\f10d"}
.fa-quote-right:before {
   content: "\f10e"}
.fa-spinner:before {
   content: "\f110"}
.fa-circle:before {
   content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
   content: "\f112"}
.fa-github-alt:before {
   content: "\f113"}
.fa-folder-o:before {
   content: "\f114"}
.fa-folder-open-o:before {
   content: "\f115"}
.fa-smile-o:before {
   content: "\f118"}
.fa-frown-o:before {
   content: "\f119"}
.fa-meh-o:before {
   content: "\f11a"}
.fa-gamepad:before {
   content: "\f11b"}
.fa-keyboard-o:before {
   content: "\f11c"}
.fa-flag-o:before {
   content: "\f11d"}
.fa-flag-checkered:before {
   content: "\f11e"}
.fa-terminal:before {
   content: "\f120"}
.fa-code:before {
   content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
   content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
   content: "\f123"}
.fa-location-arrow:before {
   content: "\f124"}
.fa-crop:before {
   content: "\f125"}
.fa-code-fork:before {
   content: "\f126"}
.fa-unlink:before, .fa-chain-broken:before {
   content: "\f127"}
.fa-question:before {
   content: "\f128"}
.fa-info:before {
   content: "\f129"}
.fa-exclamation:before {
   content: "\f12a"}
.fa-superscript:before {
   content: "\f12b"}
.fa-subscript:before {
   content: "\f12c"}
.fa-eraser:before {
   content: "\f12d"}
.fa-puzzle-piece:before {
   content: "\f12e"}
.fa-microphone:before {
   content: "\f130"}
.fa-microphone-slash:before {
   content: "\f131"}
.fa-shield:before {
   content: "\f132"}
.fa-calendar-o:before {
   content: "\f133"}
.fa-fire-extinguisher:before {
   content: "\f134"}
.fa-rocket:before {
   content: "\f135"}
.fa-maxcdn:before {
   content: "\f136"}
.fa-chevron-circle-left:before {
   content: "\f137"}
.fa-chevron-circle-right:before {
   content: "\f138"}
.fa-chevron-circle-up:before {
   content: "\f139"}
.fa-chevron-circle-down:before {
   content: "\f13a"}
.fa-html5:before {
   content: "\f13b"}
.fa-css3:before {
   content: "\f13c"}
.fa-anchor:before {
   content: "\f13d"}
.fa-unlock-alt:before {
   content: "\f13e"}
.fa-bullseye:before {
   content: "\f140"}
.fa-ellipsis-h:before {
   content: "\f141"}
.fa-ellipsis-v:before {
   content: "\f142"}
.fa-rss-square:before {
   content: "\f143"}
.fa-play-circle:before {
   content: "\f144"}
.fa-ticket:before {
   content: "\f145"}
.fa-minus-square:before {
   content: "\f146"}
.fa-minus-square-o:before {
   content: "\f147"}
.fa-level-up:before {
   content: "\f148"}
.fa-level-down:before {
   content: "\f149"}
.fa-check-square:before {
   content: "\f14a"}
.fa-pencil-square:before {
   content: "\f14b"}
.fa-external-link-square:before {
   content: "\f14c"}
.fa-share-square:before {
   content: "\f14d"}
.fa-compass:before {
   content: "\f14e"}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
   content: "\f150"}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
   content: "\f151"}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
   content: "\f152"}
.fa-euro:before, .fa-eur:before {
   content: "\f153"}
.fa-gbp:before {
   content: "\f154"}
.fa-dollar:before, .fa-usd:before {
   content: "\f155"}
.fa-rupee:before, .fa-inr:before {
   content: "\f156"}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
   content: "\f157"}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
   content: "\f158"}
.fa-won:before, .fa-krw:before {
   content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
   content: "\f15a"}
.fa-file:before {
   content: "\f15b"}
.fa-file-text:before {
   content: "\f15c"}
.fa-sort-alpha-asc:before {
   content: "\f15d"}
.fa-sort-alpha-desc:before {
   content: "\f15e"}
.fa-sort-amount-asc:before {
   content: "\f160"}
.fa-sort-amount-desc:before {
   content: "\f161"}
.fa-sort-numeric-asc:before {
   content: "\f162"}
.fa-sort-numeric-desc:before {
   content: "\f163"}
.fa-thumbs-up:before {
   content: "\f164"}
.fa-thumbs-down:before {
   content: "\f165"}
.fa-youtube-square:before {
   content: "\f166"}
.fa-youtube:before {
   content: "\f167"}
.fa-xing:before {
   content: "\f168"}
.fa-xing-square:before {
   content: "\f169"}
.fa-youtube-play:before {
   content: "\f16a"}
.fa-dropbox:before {
   content: "\f16b"}
.fa-stack-overflow:before {
   content: "\f16c"}
.fa-instagram:before {
   content: "\f16d"}
.fa-flickr:before {
   content: "\f16e"}
.fa-adn:before {
   content: "\f170"}
.fa-bitbucket:before {
   content: "\f171"}
.fa-bitbucket-square:before {
   content: "\f172"}
.fa-tumblr:before {
   content: "\f173"}
.fa-tumblr-square:before {
   content: "\f174"}
.fa-long-arrow-down:before {
   content: "\f175"}
.fa-long-arrow-up:before {
   content: "\f176"}
.fa-long-arrow-left:before {
   content: "\f177"}
.fa-long-arrow-right:before {
   content: "\f178"}
.fa-apple:before {
   content: "\f179"}
.fa-windows:before {
   content: "\f17a"}
.fa-android:before {
   content: "\f17b"}
.fa-linux:before {
   content: "\f17c"}
.fa-dribbble:before {
   content: "\f17d"}
.fa-skype:before {
   content: "\f17e"}
.fa-foursquare:before {
   content: "\f180"}
.fa-trello:before {
   content: "\f181"}
.fa-female:before {
   content: "\f182"}
.fa-male:before {
   content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
   content: "\f184"}
.fa-sun-o:before {
   content: "\f185"}
.fa-moon-o:before {
   content: "\f186"}
.fa-archive:before {
   content: "\f187"}
.fa-bug:before {
   content: "\f188"}
.fa-vk:before {
   content: "\f189"}
.fa-weibo:before {
   content: "\f18a"}
.fa-renren:before {
   content: "\f18b"}
.fa-pagelines:before {
   content: "\f18c"}
.fa-stack-exchange:before {
   content: "\f18d"}
.fa-arrow-circle-o-right:before {
   content: "\f18e"}
.fa-arrow-circle-o-left:before {
   content: "\f190"}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
   content: "\f191"}
.fa-dot-circle-o:before {
   content: "\f192"}
.fa-wheelchair:before {
   content: "\f193"}
.fa-vimeo-square:before {
   content: "\f194"}
.fa-turkish-lira:before, .fa-try:before {
   content: "\f195"}
.fa-plus-square-o:before {
   content: "\f196"}
.fa-space-shuttle:before {
   content: "\f197"}
.fa-slack:before {
   content: "\f198"}
.fa-envelope-square:before {
   content: "\f199"}
.fa-wordpress:before {
   content: "\f19a"}
.fa-openid:before {
   content: "\f19b"}
.fa-institution:before, .fa-bank:before, .fa-university:before {
   content: "\f19c"}
.fa-mortar-board:before, .fa-graduation-cap:before {
   content: "\f19d"}
.fa-yahoo:before {
   content: "\f19e"}
.fa-google:before {
   content: "\f1a0"}
.fa-reddit:before {
   content: "\f1a1"}
.fa-reddit-square:before {
   content: "\f1a2"}
.fa-stumbleupon-circle:before {
   content: "\f1a3"}
.fa-stumbleupon:before {
   content: "\f1a4"}
.fa-delicious:before {
   content: "\f1a5"}
.fa-digg:before {
   content: "\f1a6"}
.fa-pied-piper-pp:before {
   content: "\f1a7"}
.fa-pied-piper-alt:before {
   content: "\f1a8"}
.fa-drupal:before {
   content: "\f1a9"}
.fa-joomla:before {
   content: "\f1aa"}
.fa-language:before {
   content: "\f1ab"}
.fa-fax:before {
   content: "\f1ac"}
.fa-building:before {
   content: "\f1ad"}
.fa-child:before {
   content: "\f1ae"}
.fa-paw:before {
   content: "\f1b0"}
.fa-spoon:before {
   content: "\f1b1"}
.fa-cube:before {
   content: "\f1b2"}
.fa-cubes:before {
   content: "\f1b3"}
.fa-behance:before {
   content: "\f1b4"}
.fa-behance-square:before {
   content: "\f1b5"}
.fa-steam:before {
   content: "\f1b6"}
.fa-steam-square:before {
   content: "\f1b7"}
.fa-recycle:before {
   content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
   content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
   content: "\f1ba"}
.fa-tree:before {
   content: "\f1bb"}
.fa-spotify:before {
   content: "\f1bc"}
.fa-deviantart:before {
   content: "\f1bd"}
.fa-soundcloud:before {
   content: "\f1be"}
.fa-database:before {
   content: "\f1c0"}
.fa-file-pdf-o:before {
   content: "\f1c1"}
.fa-file-word-o:before {
   content: "\f1c2"}
.fa-file-excel-o:before {
   content: "\f1c3"}
.fa-file-powerpoint-o:before {
   content: "\f1c4"}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
   content: "\f1c5"}
.fa-file-zip-o:before, .fa-file-archive-o:before {
   content: "\f1c6"}
.fa-file-sound-o:before, .fa-file-audio-o:before {
   content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
   content: "\f1c8"}
.fa-file-code-o:before {
   content: "\f1c9"}
.fa-vine:before {
   content: "\f1ca"}
.fa-codepen:before {
   content: "\f1cb"}
.fa-jsfiddle:before {
   content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
   content: "\f1cd"}
.fa-circle-o-notch:before {
   content: "\f1ce"}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
   content: "\f1d0"}
.fa-ge:before, .fa-empire:before {
   content: "\f1d1"}
.fa-git-square:before {
   content: "\f1d2"}
.fa-git:before {
   content: "\f1d3"}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
   content: "\f1d4"}
.fa-tencent-weibo:before {
   content: "\f1d5"}
.fa-qq:before {
   content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
   content: "\f1d7"}
.fa-send:before, .fa-paper-plane:before {
   content: "\f1d8"}
.fa-send-o:before, .fa-paper-plane-o:before {
   content: "\f1d9"}
.fa-history:before {
   content: "\f1da"}
.fa-circle-thin:before {
   content: "\f1db"}
.fa-header:before {
   content: "\f1dc"}
.fa-paragraph:before {
   content: "\f1dd"}
.fa-sliders:before {
   content: "\f1de"}
.fa-share-alt:before {
   content: "\f1e0"}
.fa-share-alt-square:before {
   content: "\f1e1"}
.fa-bomb:before {
   content: "\f1e2"}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
   content: "\f1e3"}
.fa-tty:before {
   content: "\f1e4"}
.fa-binoculars:before {
   content: "\f1e5"}
.fa-plug:before {
   content: "\f1e6"}
.fa-slideshare:before {
   content: "\f1e7"}
.fa-twitch:before {
   content: "\f1e8"}
.fa-yelp:before {
   content: "\f1e9"}
.fa-newspaper-o:before {
   content: "\f1ea"}
.fa-wifi:before {
   content: "\f1eb"}
.fa-calculator:before {
   content: "\f1ec"}
.fa-paypal:before {
   content: "\f1ed"}
.fa-google-wallet:before {
   content: "\f1ee"}
.fa-cc-visa:before {
   content: "\f1f0"}
.fa-cc-mastercard:before {
   content: "\f1f1"}
.fa-cc-discover:before {
   content: "\f1f2"}
.fa-cc-amex:before {
   content: "\f1f3"}
.fa-cc-paypal:before {
   content: "\f1f4"}
.fa-cc-stripe:before {
   content: "\f1f5"}
.fa-bell-slash:before {
   content: "\f1f6"}
.fa-bell-slash-o:before {
   content: "\f1f7"}
.fa-trash:before {
   content: "\f1f8"}
.fa-copyright:before {
   content: "\f1f9"}
.fa-at:before {
   content: "\f1fa"}
.fa-eyedropper:before {
   content: "\f1fb"}
.fa-paint-brush:before {
   content: "\f1fc"}
.fa-birthday-cake:before {
   content: "\f1fd"}
.fa-area-chart:before {
   content: "\f1fe"}
.fa-pie-chart:before {
   content: "\f200"}
.fa-line-chart:before {
   content: "\f201"}
.fa-lastfm:before {
   content: "\f202"}
.fa-lastfm-square:before {
   content: "\f203"}
.fa-toggle-off:before {
   content: "\f204"}
.fa-toggle-on:before {
   content: "\f205"}
.fa-bicycle:before {
   content: "\f206"}
.fa-bus:before {
   content: "\f207"}
.fa-ioxhost:before {
   content: "\f208"}
.fa-angellist:before {
   content: "\f209"}
.fa-cc:before {
   content: "\f20a"}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
   content: "\f20b"}
.fa-meanpath:before {
   content: "\f20c"}
.fa-buysellads:before {
   content: "\f20d"}
.fa-connectdevelop:before {
   content: "\f20e"}
.fa-dashcube:before {
   content: "\f210"}
.fa-forumbee:before {
   content: "\f211"}
.fa-leanpub:before {
   content: "\f212"}
.fa-sellsy:before {
   content: "\f213"}
.fa-shirtsinbulk:before {
   content: "\f214"}
.fa-simplybuilt:before {
   content: "\f215"}
.fa-skyatlas:before {
   content: "\f216"}
.fa-cart-plus:before {
   content: "\f217"}
.fa-cart-arrow-down:before {
   content: "\f218"}
.fa-diamond:before {
   content: "\f219"}
.fa-ship:before {
   content: "\f21a"}
.fa-user-secret:before {
   content: "\f21b"}
.fa-motorcycle:before {
   content: "\f21c"}
.fa-street-view:before {
   content: "\f21d"}
.fa-heartbeat:before {
   content: "\f21e"}
.fa-venus:before {
   content: "\f221"}
.fa-mars:before {
   content: "\f222"}
.fa-mercury:before {
   content: "\f223"}
.fa-intersex:before, .fa-transgender:before {
   content: "\f224"}
.fa-transgender-alt:before {
   content: "\f225"}
.fa-venus-double:before {
   content: "\f226"}
.fa-mars-double:before {
   content: "\f227"}
.fa-venus-mars:before {
   content: "\f228"}
.fa-mars-stroke:before {
   content: "\f229"}
.fa-mars-stroke-v:before {
   content: "\f22a"}
.fa-mars-stroke-h:before {
   content: "\f22b"}
.fa-neuter:before {
   content: "\f22c"}
.fa-genderless:before {
   content: "\f22d"}
.fa-facebook-official:before {
   content: "\f230"}
.fa-pinterest-p:before {
   content: "\f231"}
.fa-whatsapp:before {
   content: "\f232"}
.fa-server:before {
   content: "\f233"}
.fa-user-plus:before {
   content: "\f234"}
.fa-user-times:before {
   content: "\f235"}
.fa-hotel:before, .fa-bed:before {
   content: "\f236"}
.fa-viacoin:before {
   content: "\f237"}
.fa-train:before {
   content: "\f238"}
.fa-subway:before {
   content: "\f239"}
.fa-medium:before {
   content: "\f23a"}
.fa-yc:before, .fa-y-combinator:before {
   content: "\f23b"}
.fa-optin-monster:before {
   content: "\f23c"}
.fa-opencart:before {
   content: "\f23d"}
.fa-expeditedssl:before {
   content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before {
   content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {
   content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {
   content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {
   content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {
   content: "\f244"}
.fa-mouse-pointer:before {
   content: "\f245"}
.fa-i-cursor:before {
   content: "\f246"}
.fa-object-group:before {
   content: "\f247"}
.fa-object-ungroup:before {
   content: "\f248"}
.fa-sticky-note:before {
   content: "\f249"}
.fa-sticky-note-o:before {
   content: "\f24a"}
.fa-cc-jcb:before {
   content: "\f24b"}
.fa-cc-diners-club:before {
   content: "\f24c"}
.fa-clone:before {
   content: "\f24d"}
.fa-balance-scale:before {
   content: "\f24e"}
.fa-hourglass-o:before {
   content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {
   content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {
   content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {
   content: "\f253"}
.fa-hourglass:before {
   content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
   content: "\f255"}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
   content: "\f256"}
.fa-hand-scissors-o:before {
   content: "\f257"}
.fa-hand-lizard-o:before {
   content: "\f258"}
.fa-hand-spock-o:before {
   content: "\f259"}
.fa-hand-pointer-o:before {
   content: "\f25a"}
.fa-hand-peace-o:before {
   content: "\f25b"}
.fa-trademark:before {
   content: "\f25c"}
.fa-registered:before {
   content: "\f25d"}
.fa-creative-commons:before {
   content: "\f25e"}
.fa-gg:before {
   content: "\f260"}
.fa-gg-circle:before {
   content: "\f261"}
.fa-tripadvisor:before {
   content: "\f262"}
.fa-odnoklassniki:before {
   content: "\f263"}
.fa-odnoklassniki-square:before {
   content: "\f264"}
.fa-get-pocket:before {
   content: "\f265"}
.fa-wikipedia-w:before {
   content: "\f266"}
.fa-safari:before {
   content: "\f267"}
.fa-chrome:before {
   content: "\f268"}
.fa-firefox:before {
   content: "\f269"}
.fa-opera:before {
   content: "\f26a"}
.fa-internet-explorer:before {
   content: "\f26b"}
.fa-tv:before, .fa-television:before {
   content: "\f26c"}
.fa-contao:before {
   content: "\f26d"}
.fa-500px:before {
   content: "\f26e"}
.fa-amazon:before {
   content: "\f270"}
.fa-calendar-plus-o:before {
   content: "\f271"}
.fa-calendar-minus-o:before {
   content: "\f272"}
.fa-calendar-times-o:before {
   content: "\f273"}
.fa-calendar-check-o:before {
   content: "\f274"}
.fa-industry:before {
   content: "\f275"}
.fa-map-pin:before {
   content: "\f276"}
.fa-map-signs:before {
   content: "\f277"}
.fa-map-o:before {
   content: "\f278"}
.fa-map:before {
   content: "\f279"}
.fa-commenting:before {
   content: "\f27a"}
.fa-commenting-o:before {
   content: "\f27b"}
.fa-houzz:before {
   content: "\f27c"}
.fa-vimeo:before {
   content: "\f27d"}
.fa-black-tie:before {
   content: "\f27e"}
.fa-fonticons:before {
   content: "\f280"}
.fa-reddit-alien:before {
   content: "\f281"}
.fa-edge:before {
   content: "\f282"}
.fa-credit-card-alt:before {
   content: "\f283"}
.fa-codiepie:before {
   content: "\f284"}
.fa-modx:before {
   content: "\f285"}
.fa-fort-awesome:before {
   content: "\f286"}
.fa-usb:before {
   content: "\f287"}
.fa-product-hunt:before {
   content: "\f288"}
.fa-mixcloud:before {
   content: "\f289"}
.fa-scribd:before {
   content: "\f28a"}
.fa-pause-circle:before {
   content: "\f28b"}
.fa-pause-circle-o:before {
   content: "\f28c"}
.fa-stop-circle:before {
   content: "\f28d"}
.fa-stop-circle-o:before {
   content: "\f28e"}
.fa-shopping-bag:before {
   content: "\f290"}
.fa-shopping-basket:before {
   content: "\f291"}
.fa-hashtag:before {
   content: "\f292"}
.fa-bluetooth:before {
   content: "\f293"}
.fa-bluetooth-b:before {
   content: "\f294"}
.fa-percent:before {
   content: "\f295"}
.fa-gitlab:before {
   content: "\f296"}
.fa-wpbeginner:before {
   content: "\f297"}
.fa-wpforms:before {
   content: "\f298"}
.fa-envira:before {
   content: "\f299"}
.fa-universal-access:before {
   content: "\f29a"}
.fa-wheelchair-alt:before {
   content: "\f29b"}
.fa-question-circle-o:before {
   content: "\f29c"}
.fa-blind:before {
   content: "\f29d"}
.fa-audio-description:before {
   content: "\f29e"}
.fa-volume-control-phone:before {
   content: "\f2a0"}
.fa-braille:before {
   content: "\f2a1"}
.fa-assistive-listening-systems:before {
   content: "\f2a2"}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
   content: "\f2a3"}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
   content: "\f2a4"}
.fa-glide:before {
   content: "\f2a5"}
.fa-glide-g:before {
   content: "\f2a6"}
.fa-signing:before, .fa-sign-language:before {
   content: "\f2a7"}
.fa-low-vision:before {
   content: "\f2a8"}
.fa-viadeo:before {
   content: "\f2a9"}
.fa-viadeo-square:before {
   content: "\f2aa"}
.fa-snapchat:before {
   content: "\f2ab"}
.fa-snapchat-ghost:before {
   content: "\f2ac"}
.fa-snapchat-square:before {
   content: "\f2ad"}
.fa-pied-piper:before {
   content: "\f2ae"}
.fa-first-order:before {
   content: "\f2b0"}
.fa-yoast:before {
   content: "\f2b1"}
.fa-themeisle:before {
   content: "\f2b2"}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
   content: "\f2b3"}
.fa-fa:before, .fa-font-awesome:before {
   content: "\f2b4"}
.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   clip: auto;
}











/*---------------------------------------------------------------------------------------*/
/* baguetteBox */
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left 0.4s ease,-webkit-transform 0.4s ease;transition:left 0.4s ease,-moz-transform 0.4s ease;transition:left 0.4s ease,transform 0.4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight 0.4s ease-out;animation:bounceFromRight 0.4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft 0.4s ease-out;animation:bounceFromLeft 0.4s ease-out}@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color 0.4s ease;transition:background-color 0.4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/* Choices */
.choices {
 position: relative;
 margin-bottom: 15px !important;
 font-size: 16px;
}

.choices:focus {
 outline: none;
}

.choices:last-child {
 margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
 background-color: #EAEAEA;
 cursor: not-allowed;
 -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
}

.choices.is-disabled .choices__item {
 cursor: not-allowed;
}

.choices[data-type*="select-one"] {
 cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
 padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
 display: block;
 width: 100%;
 padding: 10px;
 border-bottom: 1px solid #DDDDDD;
 background-color: #FFFFFF;
 margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
 background-image: url("../../icons/cross-inverse.svg");
 padding: 0;
 background-size: 8px;
 height: 100%;
 position: absolute;
 top: 50%;
 right: 0;
 margin-top: -10px;
 margin-right: 25px;
 height: 20px;
 width: 20px;
 border-radius: 10em;
 opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
 opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
 box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
 content: "";
 height: 0;
 width: 0;
 border-style: solid;
 border-color: #333333 transparent transparent transparent;
 border-width: 5px;
 position: absolute;
 right: 11.5px;
 top: 50%;
 margin-top: -2.5px;
 pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
 border-color: transparent transparent #333333 transparent;
 margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
 left: 11.5px;
 right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
 right: auto;
 left: 0;
 margin-left: 25px;
 margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
 cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
 position: relative;
 display: inline-block;
 margin-top: 0;
 margin-right: -4px;
 margin-bottom: 0;
 margin-left: 8px;
 padding-left: 16px;
 border-left: 1px solid #fff;
 background-image: url("../images/cross.svg");
 background-size: 8px;
 width: 8px;
 line-height: 1;
 opacity: .75;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
 opacity: 1;
}

.choices__inner {
 text-align: justify;
 display: inline-block;
 vertical-align: top;
 width: 100%;
 padding: 13px;
/*  padding: 7.5px 7.5px 3.75px;*/
 border: 1px solid #d3d3d3;
 font-size: 14px;
 min-height: 44px;
 overflow: hidden;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}


.is-focused .choices__inner, .is-open .choices__inner {
 -moz-box-shadow: 0 0 5px rgba(215, 215, 215, 1);
 -webkit-box-shadow: 0 0 5px rgba(215, 215, 215, 1);
 box-shadow: 0 0 7px rgba(215, 215, 215, 1);
}

.is-open .choices__inner {
 border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
 border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
 margin: 0;
 padding-left: 0;
 list-style: none;
}

.choices__list--single {
 display: inline-block;
 padding: 4px 16px 4px 4px;
 width: 100%;
}

[dir="rtl"] .choices__list--single {
 padding-right: 4px;
 padding-left: 16px;
}

.choices__list--single .choices__item {
 width: 100%;
}

.choices__list--multiple {
 display: inline;
}

.choices__list--multiple .choices__item {
 display: inline-block;
 vertical-align: middle;
 border-radius: 4px;
 padding: 4px 10px;
 font-size: 12px;
 font-weight: 500;
/*  margin-right: 3.75px;
 margin-bottom: 3.75px;*/
 margin: 3.75px 3.75px 3.75px 0;
 background-color: #ffa72d;
 border: 0;
 color: #FFFFFF;
 word-break: break-all;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.choices__list--multiple .choices__item:hover{
 background-color: rgba(255,187,62,.8);
 -webkit-box-shadow: 0 0 2px 1px rgba(215,215,215,0.75);
 -moz-box-shadow: 0 0 2px 1px rgba(215,215,215,0.75);
 box-shadow: 0 0 2px 1px rgba(215, 215, 215,0.75);
}

.choices__list--multiple .choices__item[data-deletable] {
 padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
 margin-right: 0;
 margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
 background-color: #00a5bb;
 border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
 background-color: #aaaaaa;
 border: 1px solid #919191;
}

.choices__list--dropdown {
 display: none;
 z-index: 1;
 position: absolute;
 width: 100%;
 background-color: #FFFFFF;
 border: 1px solid #DDDDDD;
 top: 100%;
 margin-top: -1px;
 border-bottom-left-radius: 2.5px;
 border-bottom-right-radius: 2.5px;
 overflow: hidden;
 word-break: break-all;
}

.choices__list--dropdown.is-active {
 display: block;
}

.is-open .choices__list--dropdown {
 border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
 top: auto;
 bottom: 100%;
 margin-top: 0;
 margin-bottom: -1px;
 border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
 position: relative;
 max-height: 300px;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
 position: relative;
 padding: 10px;
 font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
 text-align: right;
}

@media (min-width: 640px) {
 .choices__list--dropdown .choices__item--selectable {
   padding-right: 100px;
 }
 .choices__list--dropdown .choices__item--selectable:after {
   content: attr(data-select-text);
   font-size: 12px;
   opacity: 0;
   position: absolute;
   right: 10px;
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
 }
 [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
   text-align: right;
   padding-left: 100px;
   padding-right: 10px;
 }
 [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
   right: auto;
   left: 10px;
 }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
 background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
 opacity: .5;
}

.choices__item {
 cursor: default;
}

.choices__item--selectable {
 cursor: pointer;
}

.choices__item--disabled {
 cursor: not-allowed;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 opacity: .5;
}

.choices__heading {
 font-weight: 600;
 font-size: 12px;
 padding: 10px;
 border-bottom: 1px solid #f7f7f7;
 color: gray;
}

.choices__button {
 text-indent: -9999px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: 0;
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: center;
 cursor: pointer;
}

.choices__button:focus {
 outline: none;
}

.choices__input {
 display: inline-block;
 vertical-align: baseline;
 font-size: 14px;
 margin-bottom: 5px;
 border: 0;
 border-radius: 0;
 max-width: 100%;
 padding: 4px 0 4px 2px;
}

input.choices__input{
 font-family: 'Lato', sans-serif;
 font-weight: 300;
 font-size: 18px;
 color: #858585;
 padding: 0!important;
 border: 0 !important;
 margin-bottom: 0 !important;
 width: 100% !important;
}

input.choices__input:focus {
 margin-top: 10px;
 outline: 0;
}

[dir="rtl"] .choices__input {
 padding-right: 2px;
 padding-left: 0;
}

.choices__placeholder {
 opacity: .5;
}

/*--- Hero conf pop-up ---*/
body.pop-up {
   overflow: hidden;
}
footer > div.hconf-popup-overlay{
   display: none;
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, 0.7);
   transition: opacity 500ms;
   opacity: 1;
   z-index: 250;
}
div.popup {
   background-image: url(../images/PPCHero-popupbg.png);/*PPCHero-popup.png*/
   background-repeat: no-repeat;
   background-size: 100% 570px;
   margin: 7% auto 0;
   width: 548px;
   height: 570px;
   position: relative;
   transition: all 5s ease-in-out;
}
footer div.hconf-popup-overlay div.close-btn{
   text-align: right;
}
footer div.hconf-popup-overlay div.close-btn > a{
   width: 23px;
   height: 23px;
   margin: 30px 20px 0;
   display: inline-block;
   transition: .3s;
   background-image: url(../images/close-btn-img.png);
   background-repeat: no-repeat;
   background-size: 16px;
}
footer div.hconf-popup-overlay div.close-btn > a:hover{
  cursor: pointer;
}
div.popup div.heroconf-popup-content{
   margin-right: 55px;

}
div.popup div.popup-header > h2,
div.heroconf-popup-content  div.hconf-container > p,
div.heroconf-popup-content  div.hconf-container > a{
   color: #fff;
}
div.popup div.popup-header,
div.popup div.heroconf-popup-content{
   display: flex;
   flex-flow: row wrap;
   justify-content: flex-start;
   align-items: flex-start;
   margin-left: 14%;
}
div.popup div.popup-header > h2{
   margin-bottom: 38px;
   font-family: 'NovecentoWideBold';
   font-size: 39px;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   width: 55%;
}

div.heroconf-popup-content  div.hconf-container > p{
   font-size: 33px;
   font-weight: 300;
}
div.heroconf-popup-content  div.hconf-container > a{
   font-family: Lato, sans-serif;
   font-size: 24px;
   font-weight: 300;
}

div.heroconf-popup-content  div.hconf-container > a:focus{
   outline: none;
}
div.heroconf-popup-content  div.hconf-container > a{
   background-color: transparent;
   display: inline-block;
   text-decoration: none;
   padding: 15px 64px;
   margin: 43px 0 12px;
   border-radius: 3px;
   border: 1px solid #fff;
   -webkit-transition: .3s;
   transition: .3s;
}
div.heroconf-popup-content  div.hconf-container > a:hover{
   background-color: #fff;
   color: #c3205b;
   cursor: pointer;
}
div.heroconf-popup-content div.hconf-container > p.discount-text{
   font-size: 16px;
   font-style: italic;
   margin-left: 10%;
}
div.popup div.popup-gallery{
   margin: 0 4% 0 4.2%;
}
div.popup div.popup-gallery > div.hc-logo-container{
   display: flex;
   justify-content: flex-end;
   margin: 20px 0 10px;
   padding-right: 8px;
}
div.popup div.popup-gallery > div.hc-logo-container img{
   width: 92px;
   height: 39px;
}
div.popup div.popup-gallery > div.popup-team-collage{
   overflow: hidden;
}
/*div.popup div.popup-gallery > div.popup-team-collage img{
   border-top: 4px solid #73cee1;
   border-bottom: 4px solid #73cee1;
}
*/
/*--- END Hero conf pop-up ---*/


/* Responsive */

@media screen and (max-width: 1366px) {
/*--- Upcoming webinars page ---*/
   .page-template-template_upcoming_webinars .wrap-container {
       width: 960px !important;
   }
   .webinar-content h2{
       font-size: 24px !important;
   }
   .webinar-content {
       padding: 30px 40px;
   }
   .webinar-content > p {
       font-size: 18px !important;
   }
   a.more-info-btn > p {
       font-size: 20px !important;
   }
   p.arrow-webinar::after {
       width: 9px;
   }
   img.logo-img {
       width: 128px;
   }
/*--- END Upcoming webinars page ---*/
   body.single-post div.main-wrap-container > div.sidebar-ads{
       height: 84vh;
   }
}

@media only screen and (max-width:1180px) {
   /*--- Post single page styles ---*/
   body.single-post div.f_f_top,
   body.single-post div.wrapBase {
       justify-content: center;
   }
   body.single-post .av_f,{
       width: 12%;
   }
   body.single-post div.wrapBase  div.author-info-container{
       width: 16%;
   }
   body.single-post div.right_f/*,
   body.single-post div.wrapBase div.post-content*/{
       width: 80%;
       margin-left: 0;
       padding-left: 0;
   }
   body.single-post div.wrapBase div.base-container{
       width: 80%;
   }
   body.single-post div.wrapBase div.post-content {
       width: 100%;
   }
   /*--- END Post single page styles ---*/
}

@media screen and (max-width: 1060px) {
   .austin-page header .bgH, .austin-page header .header, .austin-page .menu-bar {
   }

   .austin_logo:after {
       top: 0
   }

   .austin-page .austin-logo {
       padding-left: 0
   }

   .austin-page .logo {
       max-width: 121px
   }

   .austin-page header .header .fix.nav-up {
       top: -141px
   }

   .austin-nav li a {
       padding: 5px 10px
   }

   .austin-nav li a.register-btn {
       padding: 7px 15px
   }

   .austin-page .logo .by-hanapin {
       margin-left: 0;
       display: none
   }
   /*--- Upcoming webinars page ---*/
   .page-template-template_upcoming_webinars .wrap-container {
       width: 790px !important;
   }
   .webinar-content {
       width: 84%;
       padding: 25px;
   }
   a.more-info-btn {
       width: 16%;
   }
   .webinar-content h2 {
       font-size: 22px !important;
   }
   .webinar-content > p {
       font-size: 16px !important;
   }
   /*--- END Upcominng webinars page ---*/
   /*--- Subscribe and Report forms ---*/
   div.rsForm-container > h2 {
       font-size: 22px;
   }
   div.rsForm-container > h2.subscribe-title{
       font-size: 26px;
   }
   div.rsForm-container form.rsForm input[type="email"] {
       font-size: 20px;
   }
   /*--- END Subscribe and Report forms ---*/
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
   .wrapper-summit, .ondemand-container {
       width: 98% !important
   }

   .summit-title-area {
       padding: 60px 30px 20px !important
   }

   .summit-divider-top img {
       width: 100% !important
   }

   .summit-agenda-speakers {
       margin: 0 20px !important
   }

   .summit-agenda-desc {
       width: 64% !important
   }

   .summit-exploremore-item {
       float: left !important;
       margin: 0 10px !important;
       width: 31% !important
   }

   .summit-exploremore-item a > img {
       width: 100% !important
   }

   .summit-landing-desc {
       margin: 60px 0 0 25px !important
   }

   .summit-landing-form-top {
       float: right !important;
       width: 36% !important;
       margin: 60px 0 0 25px !important
   }

   .webinar-content-form-area {
       padding: 0 15px !important
   }

   .webinar-content-form-area iframe {
       width: 100% !important;
       max-width: 853px !important
   }

   .webinar-form-area {
       width: 47% !important
   }

   .webinar-description-area {
       width: 46% !important
   }

   .webinar-description-area table img {
       max-width: 100% !important
   }

   .webinar-arrow {
       display: none !important
   }

   .ondemand-videoarea {
       padding: 0 0 40px 60px !important
   }

   .ondemand-btn {
       padding: 0 0 40px 60px !important
   }
}
@media screen and (max-width: 1024px) {
   body.single-post div.wrapBase div.post-content {
       width: 100%;
   }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
   .ondemand-container {
       width: 98% !important;
       min-height: 970px !important
   }

   .ondemand-videoarea {
       padding: 0 !important;
       margin: 10px auto !important
   }

   .ondemand-videoarea iframe {
       max-width: 800px !important;
       display: block !important;
       margin: 0 auto !important;
       min-height: 400px !important
   }

   .ondemand-btn {
       padding: 0 !important
   }

   .ondemand-btn img {
       width: 100% !important;
       height: auto !important;
       margin: 0 auto !important;
       display: block !important;
       max-width: 800px !important
   }

   .wrapper-summit {
       width: 100% !important
   }

   .summit-title-area {
       padding: 60px 30px 20px !important;
       text-align: justify !important
   }

   .summit-title-area p {
       width: 100% !important
   }

   .summit-recordings-list {
       margin: 40px 30px 20px !important
   }

   .summit-recording-slideshare, .summit-recording-video {
       width: 48% !important
   }

   .summit-divider-top {
       padding: 70px 0 !important
   }

   .summit-divider-top img {
       width: 100% !important
   }

   .summit-agenda-speakers, .summit-agenda-desc {
       float: none !important;
       width: 100% !important;
       margin: 0 !important;
       padding: 0 15px !important
   }

   .summit-agenda-desc {
       text-align: center !important
   }

   .summit-exploremore {
       margin: 40px 30px !important
   }

   .summit-exploremore-item {
       float: left !important;
       margin: 0 8px !important;
       width: 31% !important
   }

   .summit-exploremore-item a > img {
       width: 100% !important
   }

   .summit-landing-desc {
       float: none !important;
       width: 100% !important;
       margin: 60px 0 0 0 !important;
       padding: 0 15px !important
   }

   .summit-landing-form-top {
       float: none !important;
       width: 100% !important;
       margin: 60px auto 0px !important;
       max-width: 370px !important
   }

   .summit-divider-footer {
       padding: 80px 0 !important
   }

   .summit-divider-footer > img {
       width: 100% !important
   }

   .webinar-content-form-area {
       padding: 0 15px !important
   }

   .webinar-content-form-area iframe {
       width: 100% !important;
       max-width: 948px !important
   }

   #pardot-form input.text {
       width: 98% !important
   }

   #pardot-form select {
       width: 100% !important
   }

   .webinar-description-area, .webinar-form-area {
       width: calc(100% - 60px) !important;
       float: none !important;
       min-height: 600px !important
   }

   .webinar-form-area {
       width: 100% !important
   }

   .webinar-presenters table img {
       max-width: 100% !important
   }

   .webinar-form-wrapper {
       width: 96% !important
   }

   #surveyMonkeyInfo {
       width: 100% !important;
       padding: 0 5px !important
   }

   .webinar-content-area {
       height: auto !important
   }

   .webinar-arrow {
       display: none !important
   }

   .liveOn h2 {
       font-weight: 300 !important
   }

   .category .row.landing.latest.category .row.posts > article:first-child, .category .row.landing.latest.category .row.posts > article:first-child .mobBg {
       height: 360px;
       max-height: 360px
   }

   .category .row.landing.latest.category .row.posts > article:first-child .mobBg + .wrapM {
       padding-top: 130px
   }

   .page-template-template_webinar .webinar-title-area {
       padding-top: 10px !important
   }

   .ondemand-contentarea {
       padding: 60px 0 20px 20px
   }
}

@media screen and (max-width: 960px) {
   .logo-nav {
       flex-grow: 0
   }

   .menu-bar > div {
     padding: 0;
     width: 100%;
     justify-content: flex-start;
   }

   header .header {
       height: auto
   }

   header .bgH {
       height: auto
   }

   .austin_logo {
       /*padding: 10px 0;*/
       /*justify-content: center*/
   }

   .menu-bar .logo {
       margin-left: 20px
   }

   .austin-page .menu-bar .logo {
       margin-left: 25px
   }

   header .header .fix.nav-up {
       top: -135px
   }

   main {
       margin-top: 0
   }

   .austin-menu {
       width: 0;
       position: fixed;
       height: 100vh;
       top: 0;
       max-width: 200px;
       left: 0;
       padding-top: 25px;
       background: linear-gradient(to bottom, #151414 0%, rgba(21, 20, 20, .94) 48%, rgba(21, 20, 20, .95) 49%);
       z-index: 5;
       overflow-y: auto;
       transition: width 0.3s ease
   }

   .austin-nav {
       list-style: none;
       flex-direction: column;
       align-items: flex-start
   }

   .austin-nav li {
       border-right: none;
       margin: 5px 0;
       width: 100%
   }

   .austin-nav li a {
       width: 100%;
       display: block
   }

   .austin-nav li a.register-btn {
       width: 89%;
       display: block;
       text-align: center
   }

   #main-nav:target {
       width: 200px
   }

   .open-menu {
       display: block
   }

   .close-menu {
       display: block;
       text-align: right
   }

   .row.timer .wrap .timerL a {
       font-size: 5vw
   }

   .row.home.video-header {
       height: 0 !important;
       padding-bottom: 56.5%;
       max-height: 100vw !important
   }

   .row.home.video-header .wrap {
       padding-bottom: 56.5%
   }

   .popF.full_width {
       height: 18vw
   }
   /*--- Upcoming webinars ---*/
   p.arrow-webinar > img{
       width: 13px;
   }
   /*--- END upcoming webinars ---*/

   /*--- Subscribe and Report forms ---*/
   body.single-post div.main-wrap-container > div.sidebar-ads{
       display: none;
   }
   body.single-post div.main-wrap-container > div.wrap-base{
       width: 100%;
   }
   body.single-post div._pContent{
       padding: 0 15px;
   }
   body.single-post div.f_f_top,
   body.single-post div.wrapBase {
       justify-content: space-between;
   }
   body.single-post div._pContent div.author-info-container{
       width: 20%;
   }
   /*body.single-post div.wrapBase div.post-content {
       width: 80%;
   }*/
   body.single-post div.post_footer {
       justify-content: center;
   }
   /*--- END Subscribe and Report forms ---*/
}

@media screen and (max-width: 900px) {
   /*--- new text for hero conf logo side ---*/
   .austin_logo {
       justify-content: flex-start;
       width: 195px;
   }
   .ppchero .austin-logo p {
       position: absolute;
       bottom: 8px;/*25px;*/
       right: 0;
       font-size: 14px;
   }
   .austin-logo p.mobile-vertion{
       display: block;
   }
   .austin-logo p.full-vertion{
       display: none;
   }

   /*--- END new text for hero conf logo side ---*/
}

@media screen and (max-width: 850px) {
   /*--- Upcoming webinars page ---*/
   .page-template-template_upcoming_webinars .wrap-container {
       padding-left: 35px;
   }
   /*--- END Upcoming webinars page ---*/

   /*--- Subscribe and Report forms ---*/
   body.single-post div._pContent > div.wrapBase {
       padding-right: 0;
       padding-left: 0;
   }
   /*--- END Subscribe and Report forms ---*/
}

@media screen and (max-width: 800px) {
   .austin-page .learn_button {
       padding-left: 0;
       text-align: center
   }
}

@media screen and (max-width: 768px) {
   .search.seaFunc, .sub.tr_3, .menu-bar > div > span {
       display: none
   }

   .webinar-form-area h2 {
       font-size: 50px !important;
       line-height: 50px !important;
       padding-top: 25px !important
   }

   .page-template-template_webinar .webinar-title-area {
       padding-top: 10px !important
   }

   .webinar-arrow {
       display: none !important
   }

   .webinar-title-area {
       padding: 0 15px !important
   }

   .webinar-title-area p {
       width: 100% !important
   }

   .podacast-form {
       margin: 30px 15px !important
   }

   .podcasts {
       width: 100% !important;
       padding: 30px 15px !important
   }

   .podcast-left, .podcast-right {
       float: none !important;
       width: 100% !important
   }

   .webinar-content-area {
       height: 100% !important
   }

   .webinar-footer-area {
       height: 200px !important;
       background-size: cover !important
   }

   .summit-topbar-grey {
       height: auto !important
   }

   .wrapper-summit {
       width: 100% !important
   }

   .summit-header-new {
       margin: 0 !important;
       padding: 30px 15px !important
   }

   .summit-header-new > div > img {
       width: 100% !important
   }

   .summit-title-area {
       padding: 60px 15px 20px !important
   }

   .summit-title-area p {
       width: 100% !important;
       text-align: justify !important
   }

   .summit-recordings-list {
       margin: 40px 10px 20px !important
   }

   .summit-recording-slideshare, .summit-recording-video {
       float: none !important;
       width: 100% !important
   }

   .summit-logo img {
       width: 100% !important
   }

   .summit-divider-top {
       padding: 40px 0 !important
   }

   .summit-divider-top img {
       width: 100% !important
   }

   .summit-agenda-speakers, .summit-agenda-desc {
       float: none !important;
       width: 100% !important;
       margin: 0 !important;
       padding: 0 15px !important
   }

   .summit-agenda-desc {
       text-align: justify !important
   }

   .summit-agenda-desc h3 {
       text-align: center !important;
       font-size: 24px !important
   }

   .summit-exploremore {
       margin: 40px 15px 20px !important
   }

   .summit-exploremore-item {
       float: none !important;
       margin-right: 0 !important;
       width: 100% !important;
       text-align: center !important
   }

   .summit-exploremore-item img {
       width: 100% !important;
       max-width: 345px !important
   }

   .summit-landing-desc {
       width: 100% !important;
       margin: 20px 0 0 0 !important;
       padding: 0 15px !important;
       float: none !important
   }

   .summit-landing-form-top {
       float: none !important;
       width: calc(100% - 20px) !important;
       margin: 60px 15px 0 !important;
       max-width: 370px;
       margin: 60px auto 20px !important
   }

   .summit-divider-footer {
       padding: 0 0 40px 0 !important
   }

   .summit-divider-footer > img {
       width: 100% !important
   }

   .summit-landing-form-footer {
       width: calc(100% - 20px) !important;
       background: #fff !important;
       max-width: 370px;
       margin: 0 auto 40px !important
   }

   .summit-footer-form-logo {
       text-align: center !important
   }

   .summit-footer-form-logo > img {
       width: 100% !important;
       max-width: 320px !important
   }

   .livestream-tweets {
       width: 100% !important
   }

   .webinar-content-form-area {
       padding: 0 10px !important
   }

   .webinar-content-form-area iframe {
       width: 100% !important;
       max-width: 853px !important
   }

   .webinar-description-area, .webinar-form-area {
       width: calc(100% - 60px) !important;
       float: none !important
   }

   .webinar-form-area {
       width: 100% !important
   }

   .webinar-presenters table img {
       max-width: 100% !important
   }

   .webinar-form-wrapper {
       width: 96% !important
   }

   #surveyMonkeyInfo {
       width: 100% !important;
       padding: 0 5px !important
   }

   .liveOn h2 {
       font-weight: 300
   }

   .row.landing.latest.category.trending .row.posts > article:first-child .mobBg + .wrapM {
       padding-top: 135px
   }

   .row.landing.latest.category.trending .row.posts > article:first-child .mobBg, .row.landing.latest.category.trending .row.posts > article:first-child, .row.landing.latest.category.trending .row.posts > article:first-child > a {
       height: 340px;
       max-height: 340px
   }

   .webinar-confirmation-title-area {
       padding: 60px 20px 20px 20px !important
   }

   .webinar-confirmation-content-area {
       padding: 0 30px 20px 30px !important
   }

   .webinar-confirmation-title-area h1 {
       font-size: 50px !important;
       padding-bottom: 15px !important
   }

   .ondemand-contentarea {
       width: 100% !important;
       padding: 30px 15px 20px !important
   }

   .ondemand-contentarea h1 {
       font-size: 48px !important
   }

   .ondemand-contentarea h2 {
       font-size: 34px !important
   }

   .ondemand-videoarea {
       padding: 0 !important;
       margin: 35px 0 15px !important
   }

   .ondemand-videoarea iframe {
       min-height: 350px !important;
       max-width: 100% !important
   }

   .ondemand-btn {
       padding: 0 !important
   }

   .ondemand-container {
       min-height: 750px !important;
       margin: 0 auto !important;
       padding: 0 15px !important
   }

   .pagelayout {
       padding: 79px 0 0 0 !important
   }

   .ondemand-btn img {
       max-width: 100% !important
   }

   .austin-logo a {
       padding: 0 5px
   }

   /*.austin-logo:before {
       left: -22px
   }*/

   .austin_logo:after {
       left: 99%
   }

   .austin_form input[type="email"] {
       width: 100%;
       max-width: 50vw
   }

   .austin_form p {
       width: 100%;
       padding: 5px 0
   }

   .austin_form p.centered {
       display: none
   }

   .austin-page .sLight {
       height: 400px;
       z-index: 1000 !important
   }

   /*--- PPC Hero Post Page ---*/

   body.single-post main {
       padding-top: 70px !important;
   }
   body.single-post .author-info-section{
       display: flex;
       flex-flow: row nowrap;
       justify-content: space-around;
       align-items: center;
       width: 100%;
       margin: 15px auto 0;
   }
   body.single-post div.wrapBase div.post-content{
       padding-right: 0;
   }
   body.single-post div.md-auth-section{
       width: 50%;
       text-align: left;
   }
   body.single-post div.right_f div.mobile-author-av,
   body.single-post div.md-auth-section div.author-info-container{
       width: unset;
   }
   .right_f {
       padding-left: 12px;
   }
   .right_f h1 {
       font-size: 35px;
   }
   div.mobile-author-av,
   body.single-post div.md-auth-section > div.author-info-container{
       display: block;
   }
   div.mobile-author-av{
       margin: 20px 0 10px;
   }
   div.not-mobile-author-av,
   body.single-post div._pContent div.author-info-container{
       display: none;
   }
   body.single-post div.f_f_top {
       justify-content: center;
   }
   body.single-post div._pContent > div.wrapBase {
       max-width: 100%;
       margin: auto;
       justify-content: center;
       padding-right: 0;
   }

   /*--- END PPC Hero Post Page ---*/

   /*--- Subscribe and Report forms (Daily subscribe form) ---*/
   /*div.daily-container div.rsForm-container div.daily-text > p {
       width: 53.2%;
   }*/
   /*--- END Subscribe and Report forms (Daily subscribe form) ---*/
}

@media screen and (max-width: 700px) {
   .austin-page .sLight {
       width: 100%;
       height: auto;
       padding: 20px;
       top: 0;
       overflow: auto
   }

   .sLight .sRight .sContent {
       max-height: unset;
       padding-bottom: 25px
   }

   .austin-page .sLight .sLeft {
       width: 100%
   }

   .austin-page .sLight .sRight {
       width: 100%;
       padding-left: 0
   }
   .globalA{
       display: none;
   }

   /*--- Subscribe and Report forms (Daily subscribe form) ---*/
   div.daily-container div.rsForm-container div.daily-text > p {
       width: 58.3%;
   }
   /*--- END Subscribe and Report forms (Daily subscribe form) ---*/
}

@media screen and (max-width: 680px){
   .webinar-content {
       width: 81%;
   }
   .webinar-content h2 {
       font-size: 20px !important;
   }
   a.more-info-btn {
       width: 19%;
   }
   .webinar-content > p {
       font-size: 14px !important;
   }
   img.logo-img {
       width: 100px;
   }
   a.more-info-btn > p {
       font-size: 17px !important;
   }

   /*--- Subscribe and Report forms (Daily subscribe form) ---*/
/*    div.rsForm-container > h2.subscribe-title {
       font-size: 36px;
   }*/
   /*--- END Subscribe and Report forms (Daily subscribe form) ---*/
}

@media screen and (max-width: 630px){
   /*--- Subscribe and Report forms ---*/

   div.rsForm-container form.rsForm div.evets-container{
       flex-flow: column;
       justify-content: flex-start;
   }
   div.rsForm-container form.rsForm div.event-section div.sEvent-content > p{
       width: 100%;
   }
   div.rsForm-container form.rsForm div.ppchero-ev-section,
   div.rsForm-container form.rsForm div.hanapin-ev-section,
   div.rsForm-container form.rsForm div.heroConf-ev-section{
       width: 90%;
       justify-content: flex-start;
       margin-bottom: 15px;
   }
   div.rsForm-container form.rsForm div.event-section:last-child{
       margin-bottom: 0;
   }

   /*--- Daily subscribe form ---*/
   div.daily-container div.rsForm-container div.daily-text > p {
       width: 66%;
   }
   /*--- END Daily subscribe form ---*/
   /*--- END Subscribe and Report forms ---*/
}

@media screen and (max-width: 600px){
   /*--- Upcoming webinars page ---*/
   .page-template-template_upcoming_webinars ._pHeader, .webinar-container {
       margin-bottom: 50px;
   }
   .more-info-btn{
       display: none;
   }
   .webinar-content {
       width: 100%;
       border-right: 2px solid #d7d7d7;
       padding: 15px 20px;
   }
   img.logo-img {
       width: 85px;
   }
   ul.logo-list > li {
       border-right-width: 1px;
       padding: 0 15px;
   }
   /*--- END upcoming webinars page---*/

   /*--- Subscribe and Report forms ---*/
   div.rsForm-container > h2.report-title,
   div.rsForm-container form.rsForm input[type="email"]{
       font-size: 18px;
   }

   div.rsForm-container form.rsForm input.send-btn {
       font-size: 16px;
   }

   /*--- Daily subscribe form ---*/
   div.daily-container div.rsForm-container > p,
   div.daily-container div.rsForm-container div.daily-text > p {
       font-size: 16px !important;
   }
   div.daily-container div.rsForm-container div.daily-text > p {
       width: 62%;
   }
   /*--- END Daily subscribe form ---*/
   /*--- END Subscribe and Report forms ---*/

}

@media screen and (max-width: 500px) {
   .austin_logo {
       width: 158px;
       padding-left: 2px;
   }
   .austin-logo:before {
       left: -24px;
   }
   div.austin-logo div.flexbox > img{
       max-height: 59px;
   }
   div.austin-logo div.flexbox p.mobile-vertion{
       margin-right: 0;
   }
   .austin-logo p {
       display: none
   }

   .featured_post_ad {
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       justify-content: center;
       text-align: center;
       top: unset;
       bottom: 10px
   }

   /*--- Subscribe and Report forms ---*/
   body.single-post div.rsForm-container{
       text-align: center;
   }
   div.rsForm-container form.rsForm,
   div.rsForm-container form.rsForm div.inputs-container {
       flex-flow: row wrap !important;
       justify-content: center !important;
   }
   div.rsForm-container form.rsForm input[type="email"]{
       margin-bottom: 10px;
       width: 100%;
   }
   div.rsForm-container form.rsForm div.event-section div.sEvent-content{
       text-align: left;
   }

   /*--- Daily subscribe form ---*/
   div.daily-container div.rsForm-container div.daily-text > p {
       width: 75%;
   }
   body.single-post div.daily-form-container{
       text-align: left;
   }
   div.rsForm-container > h2.subscribe-title {
       font-size: 24px;
   }
   /*--- END Daily subscribe form ---*/
   /*--- END Subscribe and Report forms ---*/

}

@media screen and (max-width: 480px) {
   .austin-logo img {
       max-height: 44px !important;
   }
   .logo {
       max-width: 30vw
   }
   .logo img {
       max-width: 100%
   }
   div.austin-logo div.flexbox p.mobile-vertion {
       margin-right: 18px;
   }
   .ppchero .austin-logo p {
       bottom: 26px;
   }


}

@media screen and (max-width: 450px) {
   .austin-page .ast-btn {
       padding: 12px 3px;
       width: 100%
   }


   .austin-page .row.home .center h1 > img {
       max-width: 49vw
   }

   .row.home.video-header {
       max-height: 112vw !important
   }

   body.austin-page .row.home .center {
       height: 155px !important
   }

   .austin-page .row.home .center div {
       margin-top: 0 !important
   }



   /*.logo img {
       max-width: 100%
   }
*/
   .row.timer .wrap .timerL p {
       text-align: center
   }

   .austin-page .austin-logo img {
       max-height: 28px
   }

   .austin_form input[type="email"] {
       width: 100%;
       max-width: 80vw;
       margin-bottom: 15px
   }

   .austin_form input[type="submit"] {
       height: 45px
   }
   /*--- Upcoming webinars page ---*/
   .webinar-container {
       box-shadow: -6px 0px 0px 0px #105cc2;
   }
   .page-template-template_upcoming_webinars .row.basic ._pContent h2 {
       margin-bottom: .6em;
   }
   .page-template-template_upcoming_webinars .row.basic ._pContent p {
       margin-bottom: 1em !important;
   }
   .webinar-content {
       border-right-width: 1px;
       border-top-width: 1px;
       border-bottom-width: 1px;
       padding: 10px 15px;
   }
   .webinar-content h2 {
       font-size: 16.5px !important;
   }
   .webinar-content > p {
       font-size: 12px !important;
   }
   img.logo-img {
       width: 70px;
   }
   ul.logo-list > li {
       padding: 0 10px;
   }
   /*--- END upcoming webinars page ---*/

   /*--- Subscribe and Report forms ---*/
   div.rsForm-container form.rsForm div.ppchero-ev-section,
   div.rsForm-container form.rsForm div.hanapin-ev-section,
   div.rsForm-container form.rsForm div.heroConf-ev-section{
       width: 100%;
   }

   /*--- Daily subscribe form ---*/
   div.daily-container div.rsForm-container div.daily-text > p {
       width: 100%;
   }
   /*--- END Daily subscribe form ---*/
   /*--- END Subscribe and Report forms ---*/
}

@media screen and (max-width: 400px) {
   .touchM .austin_logo {
       display: none
   }

   .webinar-form-area h2 {
       font-size: 34px !important;
       line-height: 34px !important;
       padding-top: 15px !important
   }

   .webinar-description-area h2 {
       font-size: 28px !important;
       padding-bottom: 15px !important
   }

   .webinar-form-area {
       min-height: 740px !important
   }

   .webinar-description-area h3 {
       padding: 15px 0 5px !important
   }

   .summit-recording-slideshare iframe, .summit-recording-video iframe {
       height: auto !important;
       min-height: 282px !important
   }

   .ondemand-videoarea iframe {
       min-height: 250px !important
   }

   .ondemand-contentarea h1 {
       font-size: 31px !important
   }

   .ondemand-contentarea h2 {
       font-size: 26px !important
   }

   .austin_form h2 {
       max-width: 100%;
       font-size: 26px
   }

   /*--- Upcoming webinars ---*/
   .page-template-template_upcoming_webinars ._pHeader, .webinar-container {
       margin-bottom: 30px;
   }
   .webinar-content {
       padding: 10px 12px;
   }
   .webinar-content h2 {
       font-size: 16px !important;
   }
   ul.logo-list > li {
       padding: 0 7px;
   }
   /*--- END upcoming webinars ---*/

   /*--- PPC Hero Post Page ---*/
   body.single-post .author-info-section {
       justify-content: space-between;
   }
   /*--- END PPC Hero Post Page ---*/
}
@media screen and (max-width: 375px) {
   .austin_logo {
       width: 140px;
   }
   div.austin-logo div.flexbox p.mobile-vertion {
       margin-right: 10px;
   }


}
@media screen and (max-width: 350px) {
   .austin_logo {
       width: 110px;
   }
   div.austin-logo div.flexbox p.mobile-vertion {
       margin-right: 0;
   }
   .austin-logo img {
       max-height: 37px !important;
   }


}

/* Google Fonts Lato */
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 100;
 src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u-w4BMUTPHjxsIPx-mPCLQ7A.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 100;
 src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u-w4BMUTPHjxsIPx-oPCI.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 300;
 src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 300;
 src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 400;
 src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 400;
 src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 700;
 src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 700;
 src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 900;
 src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI3wi_FQft1dw.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: italic;
 font-weight: 900;
 src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(https://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI3wi_Gwft.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 100;
 src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 100;
 src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 300;
 src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 300;
 src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 700;
 src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 700;
 src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 900;
 src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 900;
 src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.ppc_nh {
 position: relative;
 width: 100%;
 height: 100px;
 background-color: #1c58ac;
}

.header .fix .ppc_nh .wrap {
 overflow: unset;
}

header .header .fix {
 height: 100px;
 max-height: none !important;
 min-height: none !important;
}

header .header .fix.nav-up {
 top: -100px;
}
header .header .fix.nav-down {

}

.header .fix .ppc_nh .wrap {

}

.ppc__header {
 position: relative;
}

.ppc__header-inner {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 max-width: 1366px;
 margin: 0 auto;
 padding: 0 10px;
}

.mobile-menu-toggle,
.header__ppchero,
.header__search-toggle,
.header__heroconf {
 display: inline-block;
 height: 100px;
}


.mobile-menu-toggle {
 display: inline-flex;
 padding: 0 15px 0 0;
}

.header__search-toggle {
 width: 100%;
 position: relative;
 display: flex;
 flex-wrap: wrap;
}

.header__search-form {
 height: 100%;
 position: relative;
 width: 100%;
 transition: width 0.2s ease-in-out;
}

.ppc__header.pushed-out .header__search-form {
 width: calc(100% - 70px);
}

.ppc__header.pushed-in + .header__nav-pushout {
 visibility: hidden;
 opacity: 0;
}

.ppc__header.pushed-out + .header__nav-pushout {
 visibility: visible;
 opacity: 1;
}

.ppc__header.pushed-out .search-toggle--close {
 visibility: visible;
 opacity: 1;
 transform: scale(1);
 transition: transform 0.1s ease-in-out;
}
.ppc__header.pushed-out .search-toggle--close:hover {
 transform: scale(0.8);
}

.ppc__header.pushed-in .search-toggle--open {
 z-index: 2;
 visibility: visible;
}

.ppc__header.pushed-in .search-form-box {
 z-index: 1;
}

.ppc__header.pushed-out .search-toggle--open {
 z-index: 1;
 visibility: hidden;
}

.ppc__header.pushed-out .search-form-box {
 z-index: 2;
}

.search-toggle--close {
 position: absolute;
 right: 80px;
 color: white;
 text-transform: uppercase;
 color: white;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 outline: 0;
 border: 0;
 background: none;
 font-weight: bold;
 top: 50%;
 margin-top: -15px;
 transform: scale(0);
 visibility: hidden;
 opacity: 0;
 cursor: pointer;
 width: 30px;
 height: 30px;
 transition: transform 0.2s ease-in-out 0.1s;
}

.search-toggle--close:before, .search-toggle--close:after {
 position: absolute;
 left: 15px;
 content: ' ';
 height: 30px;
 width: 3px;
 top: 0;
 background-color: white;
}
.search-toggle--close:before {
 transform: rotate(45deg);
}
.search-toggle--close:after {
 transform: rotate(-45deg);
}

.search-toggle--open,
.search-form-box {
 width: 100%;
 height: 100%;
}

.search-toggle--open {
 position: absolute;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 outline: 0;
 border: 0;
 background: none;
 text-align: left;
 color: #93c1ff;
 font-size: 30px;
 font-style: italic;
 font-family: Lato, sans-serif;
 font-weight: 300;
 cursor: pointer;
}

.search-form-box {
 position: relative;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
}

.search-form-box #miniSearch {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-color: transparent;
 border: 0;
 outline: 0;
 color: white;
 background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.966 56.966' style='enable-background:new 0 0 56.966 56.966;' xml:space='preserve'%3E%3Cpath fill='white' d='M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z'/%3E%3C/svg%3E%0A");
 position: absolute;
 right: 0;
}

.search-form-box input[type="search"] {
 font-family: Lato, sans-serif;
 color: #93c1ff;
 font-size: 30px;
 font-style: italic;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 outline: 0;
 border: 0;
 background: none;
 text-align: left;
 font-weight: normal;
 font-family: Lato, sans-serif !important;
 font-weight: 300;
 border-bottom: 1px solid white;
 width: 100%;
 box-sizing: border-box;
 padding: 0 50px 0 0;
}

.search-form-box input[type="search"]::-webkit-input-placeholder {
 color: #93c1ff !important;
 font-size: 30px !important;
 font-style: italic !important;
 text-transform: none !important;
 font-family: Lato, sans-serif !important;
 font-weight: 300 !important;
}
.search-form-box input[type="search"]:-ms-input-placeholder {
 color: #93c1ff !important;
 font-size: 30px !important;
 font-style: italic !important;
 text-transform: none !important;
 font-family: Lato, sans-serif !important;
 font-weight: 300 !important;
}
.search-form-box input[type="search"]::placeholder {
 color: #93c1ff !important;
 font-size: 30px !important;
 font-style: italic !important;
 text-transform: none !important;
 font-family: Lato, sans-serif !important;
 font-weight: 300 !important;
}

.header__ppchero {
 position: relative;
 width: 250px;
 background-color: #0f62d3;
}

.header__ppchero .logo {
 position: relative;
 height: 100%;
 z-index: 7;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.header__ppchero .logo img {
 height: auto;
 display: block;
 max-width: 100%;
}

.header__ppchero::before {
 display: block;
 position: absolute;
 right: -20px;
 top: 0;
 width: 40px;
 height: 100%;
 content: '';
 transform: skewX(-15deg);
 background-color: #0f62d3;
 line-height: 0;
 z-index: 1;
}

.header__ppchero::after {
 position: absolute;
 right: 100%;
 height: 100%;
 width: 100vw;
 display: block;
 content: '';
 top: 0;
 background-color: #0f62d3;
}

.ppchero-cape {
 position: absolute;
 z-index: 0;
 left: -40%;
 display: block;
 z-index: 6;
 width: 100%;
 top: 0;
 height: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-image: url('../images/HanaCloake.svg');
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 mix-blend-mode: luminosity;
}

.header__search-toggle {
 width: calc(100% - 440px);
 padding: 0 80px;
 box-sizing: border-box;
}

.more-resources {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 max-width: 1060px;
 margin: 0 auto;
 padding: 0 10px;
}

.resources__left {
 display: inline-flex;
 flex-wrap: wrap;
 align-items: center;
 width: 250px;
 color: white;
 text-transform: uppercase;
 font-weight: bold;
}
.link-chevron-right {
 position: absolute;
 left: 0;
 top: 2px;
 /* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455 455' style='enable-background:new 0 0 455 455;' xml:space='preserve'%3E%3Cpath fill='white' d='M227.5,0C101.855,0,0,101.855,0,227.5S101.855,455,227.5,455S455,353.145,455,227.5S353.145,0,227.5,0z M199.476,355.589 l-21.248-21.178L284.791,227.5L178.228,120.589l21.248-21.178L327.148,227.5L199.476,355.589z'/%3E%3C/svg%3E"); */
 width: 16px;
 height: 16px;
 display: inline-block;
 color: #e32627;
 background-color: white;
 border-radius: 16px;
 text-align: center;
 line-height: 16px;
 font-size: 12px;
 /* background-size: 100%;
 background-position: center; */
}

.resources__left p {
 font-size: 18px;
 line-height: 22px;
 padding-left: 20px;
}

.resources__right {
 display: inline-flex;
 flex-wrap: wrap;
 align-items: center;
 width: calc(100% - 250px);
 padding-left: 20px;
}

.resources_links {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
}
.resources_links li {
 display: inline-block;
 width: 33.33%;
 padding: 0 15px 0 25px;
 position: relative;
 box-sizing: border-box;
 margin: 5px 0;
}

.resources_links li a {
 text-decoration: none;
 color: white;
}
.resources_links li a i {
 position: absolute;
 left: 0;
 top: 4px;
 /* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455 455' style='enable-background:new 0 0 455 455;' xml:space='preserve'%3E%3Cpath fill='white' d='M227.5,0C101.855,0,0,101.855,0,227.5S101.855,455,227.5,455S455,353.145,455,227.5S353.145,0,227.5,0z M199.476,355.589 l-21.248-21.178L284.791,227.5L178.228,120.589l21.248-21.178L327.148,227.5L199.476,355.589z'/%3E%3C/svg%3E"); */
 width: 16px;
 height: 16px;
 display: inline-block;
 color: #e32627;
 background-color: white;
 border-radius: 16px;
 text-align: center;
 line-height: 16px;
 font-size: 10px;
 transform: scale(1);
 transition: transform 0.05s ease-in-out;
}
.resources_links li a i::before {
 margin-left: 2px;
}

.resources_links li a:hover i,
.resources_links li a:focus i{
 transform: scale(1.2);
}
.resources_links li a:hover,
.resources_links li a:focus{
 text-decoration: underline;
}


.header__heroconf {
 position: relative;
 width: 190px;
 background-color: #c3205b;
}
.header__heroconf::before {
 display: block;
 position: absolute;
 left: -30px;
 top: 0;
 width: 20px;
 height: 100%;
 content: '';
 transform: skewX(-15deg);
 background-color: #0f62d3;
 line-height: 0;
 z-index: 1;
}
.header__heroconf::after {
 position: absolute;
 left: 100%;
 height: 100%;
 width: 100vw;
 display: block;
 content: '';
 top: 0;
 background-color: #c3205b;
}

.header__heroconf-inner {
 position: relative;
 z-index: 5;
 height: 100%;
}

.header__heroconf-inner .heroconf-logo {
 position: relative;
 height: 100%;
 z-index: 4;
 padding: 0 0 0 10px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}

.header__heroconf-inner::before {
 display: block;
 position: absolute;
 left: -10px;
 top: 0;
 width: 30px;
 height: 100%;
 content: '';
 transform: skewX(-15deg);
 background-color: #c3205b;
 line-height: 0;
 z-index: 1;
}

.header__nav-pushout {
 position: absolute;
 width: 100%;
 min-height: 100px;
 top: 100px;
 left: 0;
 transition: opacity 0.1s ease-in-out;
}

.nav-pushout-top {
 background-color: #1c58ac;
 padding: 30px 0;
 width: 100%;
}

.nav-pushout-columns {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 max-width: 1060px;
 margin: 0 auto;
 padding: 0 10px;
}

.nav-pushout-col {
 display: inline-block;
 width: 25%;
}
.nav-pushout-col:nth-child(1) {
 text-align: right;
 padding-right: 40px;
}
.nav-pushout-col:nth-child(2) {
 padding-right: 20px;
}
.nav-pushout-col:nth-child(3) {
 border-left: 2px solid #356dba;
}
.nav-pushout-col:nth-child(4) {
 border-left: 2px solid #356dba;
}

.nav-pushout-col:nth-child(3),
.nav-pushout-col:nth-child(4) {
 padding-left: 30px;
}

.nav-pushout-btn {
 display: inline-block;
 color: #fff;
 padding: 5.63pt 20px;
 font-size: 24px;
 background-color: rgba(255, 168, 7, 1);
 text-align: center;
 border-radius: 4px;
 line-height: 28px;
 text-decoration: none;
 min-width: 140px;
 transition: background-color 0.2s ease-in-out;
}
.nav-pushout-btn:hover {
 background-color: rgba(255, 168, 7, 0.8);
}
.most-visited-articles {
 list-style: none;
 margin: 0;
 padding: 0;
}
.most-visited-articles li {
 display: block;
}
.most-visited-articles li + li {
 margin-top: 2px;
}
.most-visited-articles li a {
 color: #92c0ff;
 text-decoration: none;
 transition: color 0.2s ease-in-out;
}
.most-visited-articles li a:hover,
.most-visited-articles li a:focus {
 color: white;
}

.btn-line-br {
 display: block;
 width: 100%;
 height: 15px;
}

.nav-pushout-topics {

}

.nav-pushout-topics a {
 text-decoration: none;
 color: white;
 font-size: 16px;
 display: inline-block;
 margin-bottom: 10px;
 margin-right: 10px;
 font-weight: 300;
}
.nav-pushout-topics a:hover,
.nav-pushout-topics a:focus{
 text-decoration: underline;
}

.nav-pushout-platforms {
 list-style: none;
 margin: 0;
 padding: 0;
}
.nav-pushout-platforms li {
 display: inline-block;
 margin-bottom: 10px;
 margin-right: 10px;
}
.nav-pushout-platforms li a {
 text-decoration: none;
}
.nav-pushout-platforms li a:hover i,
.nav-pushout-platforms li a:focus i{
 background-color: white;
 transform: scale(1.1);
}
.nav-pushout-platforms li i {
 background-color: #93c1ff;
 transition: transform 0.1s ease-in-out;
 transform: scale(1);
 color: #1c58ac;
 border-radius: 40px;
 width: 30px;
 line-height: 30px;
 display: block;
 text-align: center;
}

.nav-pushout-col-title {
 font-weight: bold;
 color: white;
 text-transform: uppercase;
 display: block;
 margin-bottom: 15px;
 font-size: 15px;
 line-height: 20px;
}

.nav-pushout-btn:visited {
 color: #fff;
}

.break-after:after { content: '\A'; white-space:pre; }

.nav-pushout-bot {
 background-color: #e32627;
 width: 100%;
 padding: 20px 0;
}

.navigation.pagination {
 text-align: center;
 background-color: #0f62d3;
 padding: 10px 20px;
}

.navigation.pagination .page-numbers {
 text-decoration: none;
 color: white;
 font-size: 18px;
 line-height: 20px;
 margin: 5px 7px;
 display: inline-block;
 vertical-align: middle;
 transform: scale(1);
 will-change: transform;
 transition: transform 0.1s ease-in-out;
}
.navigation.pagination .page-numbers:not(.dots):hover {
 transform: scale(1.2);
 color: #ff9e0a;
}

.page-numbers.dots + a.page-numbers {
 display: none;
}

.navigation.pagination .page-numbers.current {
 text-decoration: underline;
 color: #ff9e0a;
}

.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
 width: 16px;
 border-radius: 16px;
 line-height: 16px;
 display: inline-block;
 text-align: center;
 font-size: 10px;
 background-color: white;
 color: #0f62d3;
}
.navigation.pagination .page-numbers.next i{
 margin-right: -2px;
}
.navigation.pagination .page-numbers.prev i{
 margin-left: -2px;
}

.navigation.pagination .screen-reader-text{
 display: none;
}

.site-footer {
 background-color: #009fe3;
 width: 100%;
 padding: 30px 0 0 0;
 color: white;
 border-top: 3px solid #2984ff;
}

.footer-contact a{
 color: white;
 text-decoration: none;
 font-weight: 700;
 font-size: 18px;
}
.footer-contact a:hover {
 text-decoration: underline;
}
.footer-contact a:hover i {
 animation: bounce 1.2s infinite;
}

.site-footer_wrap {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 max-width: 1366px;
 margin: 0 auto;
 padding: 20px 10px;
}


.left-footer-part {
   display: flex;
}

.vertical-separator {
   width: 3px;
   height: 96%;
   background: #61c4ee;
   margin: 0 20px 0 10px;
}

.footer-logo-brainlabs img {
   width: 90px;
   height: auto;
}

.left-footer-text h4 {
   font-size: 18px;
   font-weight: 400;
   max-width: 480px;
   text-align: left !important;
}

.left-footer-text p {
   font-size: 14px;
   font-weight: 400;
   color: #4ec8fc;
   font-style: italic;
   margin: 30px 0 0 0;
   text-align: left !important;
}

.right-footer-part {
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-left: auto;
}

.right-footer-part a {
   display: inline-block;
   color: #fff;
   font-size: 22px;
}

@media (max-width:880px) {
   .left-footer-part,
   .footer-logo-brainlabs {
       width: 100%;
   }

   .left-footer-part {
       flex-wrap: wrap;
   }

   .footer-logo-brainlabs {
       margin-bottom: 20px;
   }

   .vertical-separator {
       display: none;
   }

   .left-footer-text {
       margin: 0 auto;
   }

   .left-footer-text p {
       margin-top: 15px;
   }

   .left-footer-text h4, .left-footer-text p {
       text-align: center !important;
   }

   .right-footer-part {
       margin: 20px auto;

   }
}




.site-footer .footer-row {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 align-items: center;
 justify-content: space-between;
}
.site-footer .footer-row:nth-child(1) {
 padding-bottom: 10px;
}
.site-footer .footer-row:nth-child(2) {
 padding: 10px 0 20px 0;
}

.site-footer .footer-logo{
 display: inline-block;
}
.site-footer .footer-logo span {
 font-size: 22px;
 line-height: 32px;
 font-weight: 100;
}
.site-footer .footer-logo a {

}
.site-footer .site-info {
 font-size: 14px;
 line-height: 24px;
 color: #fe8484;
}
.site-footer .site-info a {
 color: #fe8484;
 display: inline;
 vertical-align: unset;
}

.site-footer .footer-logo span::before {
 display: inline-block;
 content: '|';
 margin-right: 15px;
 margin-left: 15px;
}
.site-footer .footer-logo span, a{
 display: inline-block;
 vertical-align: middle;
}

.menu-footer-menu-container {
 display: inline-block;
}

.menu-footer-menu-container ul.menu {
 list-style: none;
}
.menu-footer-menu-container ul.menu li {
 display: inline-block;

}
.menu-footer-menu-container ul.menu li + li::before {
 display: inline-block;
 content: '|';
 margin-right: 10px;
 margin-left: 10px;
 color: #fe8484;
}
.menu-footer-menu-container ul.menu li a {
 color: #fe8484;
 display: inline-block;
 vertical-align: unset;
 text-decoration: none;
}

.menu-footer-menu-container ul.menu li a,
.site-footer .site-info a {
 transition: color 0.2s ease-in-out;
}
.menu-footer-menu-container ul.menu li a:hover,
.site-footer .site-info a:hover {
 color: white;
}

@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
   transform: translateX(0);
 }
 40% {
   transform: translateX(15px);
 }
 60% {
   transform: translateX(5px);
 }
}

aside.to0 {
 z-index: 9999;
 max-width: calc(100% - 60px);
 background-color: #1c58ac;
}

.mobile-nav-row {
 margin-bottom: 5px;
}

.mobile-nav-row .mobile-nav-link {
 font-weight: bold;
 text-transform: uppercase;
 color: white;
 font-size: 16px;
}
.mobile-nav-row .mobile-nav-link.mobile-nav-submenu-toggle span {
 display: inline-block;
 vertical-align: middle;
}
.mobile-nav-row .mobile-nav-link.mobile-nav-submenu-toggle i {
 position: relative;
 width: 14px;
 height: 14px;
 display: inline-block;
 vertical-align: middle;
 margin-left: 10px;
}
.mobile-nav-row .mobile-nav-link.mobile-nav-submenu-toggle i::after,
.mobile-nav-row .mobile-nav-link.mobile-nav-submenu-toggle i::before {
 display: block;
 width: 100%;
 height: 1px;
 content: '';
 border-top: 1px solid #f9a72a;
 position: absolute;
 top: 50%;
 left: 50%;
}
.mobile-nav-row .mobile-nav-link.mobile-nav-submenu-toggle i::before {
 transform: translate(-50%, -50%);
}
.mobile-nav-row .mobile-nav-link.mobile-nav-submenu-toggle i::after {
 transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-nav-row .mobile-nav-link:hover,
.mobile-nav-row .mobile-nav-link:focus,
.mobile-nav-row .mobile-nav-link:visited {
 color: white;
}


.mobile-nav-link.more-resources-toggle {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.mobile-nav-link.more-resources-toggle svg {
 display: inline-block;
 max-height: 40px;
 max-width: 40px;
}
.mobile-nav-link.more-resources-toggle span {
 display: inline-block;
 width: calc(100% - 40px);
 padding-left: 10px;
 box-sizing: border-box;
}

.sidebar.mobile-menu-slideout .mobile-nav-submenu {
 display: none;
 margin-bottom: 10px;
}

.sidebar.mobile-menu-slideout .mobile-nav-submenu li {
 position: relative;
 font-size: 16px;
 line-height: 24px;
}

.sidebar.mobile-menu-slideout .mobile-nav-submenu li i.fa-chevron-right{
 position: absolute;
 left: 0;
 width: 16px;
 height: 16px;
 display: inline-block;
 color: #1c58ac;
 background-color: white;
 border-radius: 16px;
 text-align: center;
 line-height: 16px;
 font-size: 10px;
 transform: scale(1);
 transition: transform 0.05s ease-in-out;
}
.sidebar.mobile-menu-slideout .mobile-nav-submenu li i::before {
 margin-left: 2px;
}

.sidebar.mobile-menu-slideout .mobile-nav-submenu li a{
 color: #b0d1ff;
 padding: 5px 0;
}

.sidebar.mobile-menu-slideout .mobile-nav-submenu.mobile-nav-more-resources li a{
 padding: 5px 0 5px 25px;
}
.sidebar.mobile-menu-slideout .mobile-nav-submenu.mobile-nav-more-resources li i {
 top: 9px;
}

.sidebar.mobile-menu-slideout nav.menuToggle {
 padding: 20px;
 box-sizing: border-box;
 background-color: #1c58ac;
}

.sidebar.mobile-menu-slideout ._mSearch {
 position: relative;
 float: none;
 width: 100%;
 padding: 0;
 margin: 12px 0 20px 0;
}

.sidebar.mobile-menu-slideout ._mSearch input#miniSearch {
 position: absolute;
 right: 0;
 top: 0;
 width: 50px;
 height: 100%;
 background: #f9a72a;
 background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.966 56.966' style='enable-background:new 0 0 56.966 56.966;' xml:space='preserve'%3E%3Cpath fill='white' d='M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z'/%3E%3C/svg%3E%0A");
 background-repeat: no-repeat;
 background-size: 60% 60%;
 background-position: center;
 cursor: pointer;
 margin-right: 0;
 float: none;
}

.sidebar.mobile-menu-slideout ._mSearch input#search_2 {
 width: 100%;
 font-size: 18px;
 line-height: 40px;
 padding: 0 60px 0 10px;
 text-transform: none;
 height: 40px;
 background: white;
 border: 0;
 float: none;
}

.sidebar.mobile-menu-slideout ._mSearch input#search_2 {
 font-family: Lato, sans-serif !important;
}

.sidebar.mobile-menu-slideout ._mSearch input#search_2::-webkit-input-placeholder {
 font-family: Lato, sans-serif !important;
}
.sidebar.mobile-menu-slideout ._mSearch input#search_2:-ms-input-placeholder {
 font-family: Lato, sans-serif !important;
}
.sidebar.mobile-menu-slideout ._mSearch input#search_2::placeholder {
 font-family: Lato, sans-serif !important;
}

.heroconf-tag,
.heroconf-chevron {
 display: inline-block;
 position: absolute;
 color: white;
 text-decoration: none;
}

.heroconf-chevron::before {
 margin-left: 3px;
}

.heroconf-tag {
 right: 26px;
 margin-top: 24px;
 font-size: 12px;
 text-transform: uppercase;
}

.heroconf-chevron {
 right: 0;
 width: 18px;
 text-align: center;
 height: 18px;
 background: white;
 color: #c3205b;
 font-size: 12px;
 border-radius: 18px;
 line-height: 18px;
}

@media only screen and (max-width: 960px) {
body.single-post main {
 ..padding-top: 150px!important;
}
}

.row.landing.latest.category .row.posts>article:first-child ._inP_bg:not([data-z-p]) {
 padding-top: 230px;
}

h3.catName {
 top: 150px;
}

body.paged main {
 margin-top: -9px !important;
}

body.paged main .row.landing.latest ._inP:first-child .._inP_bg  {
 padding-top: 70px;
}

@media (min-width: 576px) and (max-width: 768px) {
 .header__heroconf-inner .heroconf-logo {
     padding: 0 30px 0 10px;
     display: inline-flex;
     justify-content: flex-start;
 }
}
@media screen and (max-width: 575px) {
 .rightMinus {
   max-width: calc(100% - 60px);
 }
 .touchM header .header .fix {
   left: auto;
 }
 .heroconf-tag {
   right: 5px;
 }
}

@media screen and (max-width: 400px) {
 .rightMinus {
   left: calc(100% - 60px);
 }
 .touchM header .header .fix {
   left: auto;
 }
 .header .menu .bT[data-open=true] {
   margin-left: 0;
   margin-right: 0;
 }
}

@media (max-width: 1440px) {
 .ppchero-cape {
   left: 0;
 }
}

@media (max-width: 1160px) {
 .site-footer .site-info {
   width: 100%;
   order: 2;
 }
 .menu-footer-menu-container {
   width: 100%;
   order: 1;
   margin-bottom: 10px;
 }
}

@media (max-width: 1024px) {
 .header__search-toggle {
   padding: 0 50px;
 }
 .search-toggle--open,
 .search-form-box input[type="search"] {
   font-size: 22px;
 }
 .search-form-box input[type="search"]::-webkit-input-placeholder {
   font-size: 22px !important;
 }
 .search-form-box input[type="search"]:-ms-input-placeholder {
   font-size: 22px !important;
 }
 .search-form-box input[type="search"]::placeholder {
   font-size: 22px !important;
 }
}

@media (max-width: 960px) {
 .site-footer {
   text-align: center;
 }
 .site-footer .footer-logo {
   margin-bottom: 15px;
 }
 .site-footer .footer-logo,
 .site-footer .footer-contact {
   width: 100%;
 }
 .site-footer .footer-row:nth-child(1) {
   padding-bottom: 20px;
 }
 .menu-footer-menu-container {
   margin-bottom: 15px;
 }
}

@media (min-width: 801px) {
 .mobile-menu-toggle {display: none;}
 .header__search-toggle {display: inline-block;}
}

@media (max-width: 800px) {
 .header__ppchero::before {display: none;}
 .mobile-menu-toggle {
   display: inline-flex;
   align-items: center;
   z-index: 8;
 }
 .header__search-toggle {display: none;}
 .header__ppchero,
 .header__heroconf {
   width: calc(50% - 27px);
 }

 .header__ppchero .logo {
   padding: 20px 30px 20px 0;
   box-sizing: border-box;
 }
 .header__ppchero .logo img {
   max-height: 100%;
 }
 .header__heroconf .heroconf-logo img{
   max-height: 100%;
   max-width: 100%;
   height: auto;
 }
 .header .menu .bT[data-open=true] {
   margin-left: 0;
   margin-right: 0;
 }
}

@media (max-width: 575px) {
 .header__heroconf .heroconf-logo img {
   max-width: 85%;
 }
 .header .menu .bT[data-open=true] {
   margin-left: 0;
   margin-right: 0;
 }
 .header__ppchero .logo {
   padding: 15px 10px 15px 0;
   max-width: 100%;
 }
 .header__ppchero {
   padding-right: 20px;
 }
 .ppchero-cape {
   z-index: 2;
   left: 10px;
 }
 .header__heroconf .heroconf-logo {
   padding: 15px 10px 15px 10px;
 }
 .mobile-menu-toggle,
 .header__ppchero,
 .header__heroconf {

 }
 .site-footer .footer-logo span {
   display: block;
   width: 100%;
 }
 .site-footer .footer-logo span::before {
   width: 100px;
   display: inline-block;
   content: '';
   height: 2px;
   background-color: white;
   margin-right: 0;
   display: block;
   margin: 15px auto;
 }
 .footer-contact a {
   font-size: 16px;
 }
}
.rsForm__addendum {
   margin-top: 4px;
   font-size: 0.8em;
   color:  #fff !important;
   text-transform: none;
}



.page-template-template_summit .pagelayout {
 padding: 0 !important;
}

.page-template-template_summit main {
 margin: 0 !important;
}

.summit-section {
 position: relative;
}

.width-400-left {
 width: 100%;
 max-width: 400px;
 position: relative;
}

.width-500-left {
 width: 100%;
 max-width: 500px;
 position: relative;
}

@media (max-width:900px) {

 .width-400-left,
 .width-500-left {
   margin: 0 auto;
 }

}



.width-900 {
 margin: 0 auto;
 width: 100%;
 max-width: 940px;
 position: relative;
 padding: 0 20px;
}

.width-950 {
 margin: 0 auto;
 width: 100%;
 max-width: 990px;
 position: relative;
 padding: 0 20px;
}


.width-1000 {
 margin: 0 auto;
 width: 100%;
 max-width: 1040px;
 position: relative;
 padding: 0 20px;
}

.width-1100 {
 margin: 0 auto;
 width: 100%;
 max-width: 1140px;
 position: relative;
 padding: 0 20px;
}



.page-template-template_summit #aside,
.page-template-template_summit > header,
.page-template-template_summit .site-footer {
 display: none !important;
}

#summit-top {
 background: #0f62d3;
 padding: 20px 0 80px 0;
 overflow: hidden;
}

.corner_logo {
 margin-top: 10px;
 margin-left: 50px;
 display: block;
}

.right_bg {
 position: absolute;
 top: -5px;
 height: calc(100% + 10px);
 right: 0;
}

#right_bg {
 cursor: pointer;
}


.right_bg img {
 height: 100%;
 width: auto;
}

.right_bg .video_link {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translateY(-50%);
 cursor: pointer;
}

.right_bg:hover .op70 {
 opacity: 1 !important;
}

.date_info {
 text-align: center;
 color: #fff;
 margin: 5px 0 40px;
 font-size: 16px;
 font-weight: 300;
 text-transform: uppercase;
}

.big_logo img {
 max-width: 100%;
 width: 100%;
 height: auto;
}

.width-500-left .video_link {
 display: none;
}

.op70 {
 opacity: 0.7;
 transition: 0.2s ease all;
}


@media (max-width:1200px) {
 .right_bg {
   display: none;
 }

 .width-500-left .video_link {
   text-align: center;
   display: block;
 }

 .width-400-left,
 .width-500-left {
   margin: 0 auto;
 }

}


#summit-logos {
 background: #093b7f;
 padding: 20px 0;
}

.in_partnership {
 color: #ffffff;
 font-size: 22px;
 font-weight: 300;
 letter-spacing: 1.11px;
 font-style: italic;
}

#summit-logos > .width-900 {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
}

.logo_inline {
 flex: 0 0 auto;
 max-width: 100px;
}

.logo_inline img {
 width: 100%;
 height: auto;
}


@media (max-width:1200px) {
 .logo_inline {
   margin: 30px;
 }

 #summit-logos > .width-900 {
   justify-content: space-around;
 }

 #summit-logos > .width-900 > p {
   width: 100%;
   margin: 30px 0;
   text-align: center;
 }

}




#summit-text_button {
 padding: 50px 0;
}

.summit-text {
 color: #333333;
 font-size: 20px;
 font-weight: 300;
 letter-spacing: 0.24px;
}


.register_summit {
 text-align: center;
 margin-top: 50px;
}

.register_summit div {
 display: inline-block;
 color: #ffffff;
 font-size: 42px;
 font-weight: 400;
 text-transform: uppercase;
 letter-spacing: 0.24px;
 background: #f9a72a;
 padding: 16px 45px;
 border-radius: 55px;
 text-decoration: none;
 transition: 0.2s ease all;
 cursor: pointer;
}

.register_summit div:hover {
 background: #e89d2d;
}



#summit-presenters h3 {
 color: #333333;
 font-size: 38px;
 font-weight: 700;
 letter-spacing: 0.32px;
 text-align: center;
 padding-top: 30px;
}

.summit_heading span {
 display: inline-block;
 position: relative;
}

.summit_heading span:after {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -20px;
 content: "";
 width: 200px;
 height: 6px;
 background: #0f62d3;
}





#summit-presenters .swiper-container {
 padding: 0 75px;
 margin: 100px auto 0;
}

#summit-presenters .swiper-wrapper {
 height: auto !important;
}


#summit-presenters .swiper-button-prev {
 left: 0px;
 width: 40px;
 top: 37%;
}

#summit-presenters .swiper-button-next {
 right: 0px;
 width: 40px;
 top: 37%;
}


#summit-presenters .swiper-button-prev:after,
#summit-presenters .swiper-button-next:after {
 display: none;
}

.presenter_img {
 width: 100%;
 height: 0;
 padding-bottom: 100%;
 position: relative;
 overflow: hidden;
 border: 4px solid #f9a72a;
 border-radius: 50%;
}

.presenter_img img {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 width: auto;
 min-width: 100%;
 min-height: 100%;
 height: auto;
 width: auto;
 border-radius: 50%;
}

.presenter_name {
 color: #333333;
 font-size: 29px;
 font-weight: 700;
 letter-spacing: 0.24px;
 text-align: center;
 margin-top: 20px;
}

.presenter_title {
 font-size: 19px;
 font-weight: 400;
 letter-spacing: 0.4px;
 text-align: center;
 margin: 10px 0;
}


.presenter_logo img {
 width: 100%;
 max-width: 120px;
 margin: 0 auto;
 height: auto;
 display: block;
}




#summit-past {
 padding: 120px 0 80px 0;
}

.summit_heading {
 text-align: center;
 color: #333333;
 font-size: 38px;
 font-weight: 700;
 letter-spacing: 0.32px;
}


#summit-past .summit_heading span:after {
 display: none;
}





.attendees {
 background-color: #0f62d3;
 margin-top: 30px;
 padding: 80px 0;
}

.attendees .width-1000 {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
}



.logo_attendee {
 margin: 30px 20px;
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
 justify-content: center;
 max-width: 15%;
}


.logo_attendee img {
 width: 100%;
 height: auto;
}






.agenda {
 margin-top: 50px;
}

.agenda_event {
 margin-bottom: 10px;
}

.agenda_top {
 background-color: #ebf4fe;
 padding: 15px 0;
 outline: none !important;
 user-select: none;
 cursor: pointer;
}

.agenda_body {
 padding: 0 20px;
 height: 0;
 overflow: hidden;
}

.opened_agenda .agenda_body {
 padding: 25px 20px;
 height: auto;
}


.agenda_time {
 color: #333333;
 font-size: 24px;
 font-weight: 400;
 letter-spacing: 0.24px;
}

.agenda_title {
 color: #333333;
 font-size: 29px;
 font-weight: 700;
 letter-spacing: 0.24px;
 margin: 12px 0;
}


.agenda_learn_more {
 color: #f9a72a;
 font-size: 29px;
 font-style: italic;
 letter-spacing: 0.24px;
}

.agenda_learn_more #agenda_hidden {
 height: 20px;
 width: auto;
}

.agenda_learn_more #agenda_rolled {
 height: 15px;
 width: auto;
 display: none;
}

.opened_agenda #agenda_hidden {
 display: none;
}


.opened_agenda #agenda_rolled {
 display: inline-block;
}

.agenda_presenters {
 font-size: 22px;
 font-weight: 600;
 font-style: italic;
 letter-spacing: 0.18px;
}

.agenda_text {
 color: #333333;
 font-size: 29px;
 font-weight: 300;
 margin-top: 10px;
}

#summit-twitter .register_summit {
 margin-top: 100px;
}

#twitter_summit_wrap_script {
 max-width: 500px;
 margin: 60px auto;
 padding: 0 20px;
}







#summit-twitter {
 padding: 100px 0;
}




#summit-relive {
 background-color: #0f62d3;
 padding: 45px 0 20px 0;
 text-align: center;
}

#summit-relive h3 {
 color: #ffffff;
 font-size: 58px;
 font-weight: 300;
 letter-spacing: 0.24px;
}

#summit-relive a {
 color: #ffffff;
 font-size: 29px;
 font-style: italic;
 letter-spacing: 0.24px;
 text-decoration: none;
 margin-top: 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 text-align: center;
}

#summit-relive a:hover {
 text-decoration: underline;
}


#summit-relive a svg {
 margin-left: 10px;
}


.summit_popup_wrapper {
 width: 100vw;
 height: 100vh;
 background-color: rgba(15, 97, 212, 0.85);
 position: fixed;
 top: 0;
 left: 0;
 display: none;
 z-index: 9999;
 overflow-y: scroll;
 padding: 40px 0;
}

.2popup_summit_opened {
 overflow: hidden;
}

.opened_popup_summit.summit_popup_wrapper {
 display: block;
}

.summit_popup {
 width: 100%;
 max-width: 600px;
 margin-top: 10vh;
 margin-left: 50%;
 transform: translateX(-50%);
 border: 4px solid #0f62d3;
}

.close_popup_summit > svg {
 width: 30px;
}

.close_popup_summit {
 width: 30px;
 position: absolute;
 right: -60px;
 top: -60px;
 cursor: pointer;
}


#video_popup_summit iframe {
 width: 100%;
}








@media (max-width:767px) {
 .summit-text {
   font-size: 18px;
 }

 .register_summit div {
   font-size: 20px;
 }

 .agenda_title {
   font-size: 20px;
 }
 .close_popup_summit {
   right: 50%;
   transform: translateX(50%);
 }
 #summit-relive h3 {
   font-size: 24px;
 }

 #summit-relive a {
   font-size: 20px;
 }
}






@media (max-width:1200px) {
 .corner_logo {
   text-align: center;
   margin: 30px 0;
 }
 .width-500-left .video_link {
   margin-top: 40px;
 }

 .logo_attendee {
   max-width: none;
 }
}





.pfah-form {
 padding: 0px 0;
}
.pfah-input::-webkit-input-placeholder,
.pfah-input:-ms-input-placeholder,
.pfah-input::-moz-placeholder { color: var(--pfah-cancel); } /* csslint allow: known-properties */

.pfah-input {
 border: 1px solid #d2d8d8;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 padding: 16px 20px 16px 20px;
 width: 100%;
 margin: 0px;
 display: block;
}

.pfah-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pfah-row p {
  font-size: 14pt !important;
}
.pfah-row .pfah-no-col {
  width: 100%;
}

.pfah-row .pfah-col {
  width: 50%;
  display: inline-block;
}
.pfah-row .pfah-col:nth-child(1) {
 padding-right: 10px;
}
.pfah-row .pfah-col:nth-child(2) {
 padding-left: 10px;
}

button.pfah-input {
 border-width: 0px;
 background-color: #c5205c;
 display: block;
 line-height: 50px;
 width: 100%;
 border-radius: 3px !important;
 padding: 0;
 margin: 0 auto !important;
 padding: 0 20px !important;
 outline: 0;
 box-sizing: border-box;
 text-transform: none;
 font-size: 16px;
 font-weight: 300;
 color: white;
 cursor: pointer;
 border: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.pfah-wrapper .pfah-busy{
 display: none;
}
.pfah-wrapper .pfah-result-busy .pfah-busy{
 display: block;
}
.pfah-wrapper {position: relative;}
.pfah-done,
.pfah-error { opacity: 0; z-index: -2; padding: 0; height: 0; overflow: hidden; }
.pfah-done {     background-color: #fff;
   font-size: 20px;
   font-weight: bold;
   padding: 30px 0 0 0 !important;
   text-align: center;
}
.pfah-done-wrapper { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:
 translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.pfah-wrapper[data-error="keep"] .pfah-error { max-height: none; position: relative; }
.pfah-wrapper[data-error="keep"] .pfah-error::before { content: ""; height: 100%; position: absolute; top: 0; width: 100%; }
.pfah-result-done .pfah-done,
.pfah-result-error .pfah-error { opacity: 1; z-index: 2; padding: 30px 0; height: auto; overflow: visible; }
.pfah-result-error .pfah-error { max-height: 5rem; }



#form_summit_popup_inner {
 background: #fff;
 padding: 30px;
 max-width: 460px;
}

.form_summit_heading {
 color: #333333;
 font-size: 29px;
 font-weight: 700;
 letter-spacing: 0.24px;
 margin-bottom: 40px;
}

#form_summit_popup_inner label {
 color: #959595;
 font-size: 17px;
 font-style: italic;
 letter-spacing: 0.14px;
}

#form_summit_popup_inner input {
 background-color: #dbecff;
 border-radius: 0;
 border: none;
 font-size: 17px;
 letter-spacing: 0.14px;
}

.summit_select_wrap {
 position: relative;
}

.summit_select {
 -webkit-appearance: none;
 border-radius: 0;
 border: none;
 padding: 18px 22px;
 width: 100%;
 margin-top: 0;
 font-size: 17px;
 letter-spacing: 0.14px;
 background: #dbecff url(../images/dropdown_bg.svg) no-repeat center right 20px;
 background-size: 15px auto;
}


#submit_summit {
 margin-top: 20px !important;
 background: #f9a72a !important;
 -webkit-appearance: none;
 color: #fff;
 padding: 16px 45px !important;
 font-size: 35px;
 font-weight: 300;
 letter-spacing: 0.14px;
 border-radius: 0 !important;
}


#summit_disclosure {
 color: #8e8e8e;
 font-size: 14px;
 font-weight: 300;
 letter-spacing: 0.12px;
}


.pfah-error {
 background: #fff;
}

.summit_thanks_done_big {
 margin-top: 0 !important;
 color: #333;
 font-size: 29px;
 font-weight: 700;
 letter-spacing: 0.24px;
 text-align: center;
 margin-bottom: 40px;
}

.pfah-result-done form {
 display: none;
}

.pfah-done-text {
 text-align: center;
}

.pfah-done-text img {
 max-width: 100%;
 height: auto;
 padding: 0 20px;
}


.summit_thanks_done {
 margin: 40px auto;
 max-width: 300px;
 text-align: center;
 color: #333;
 font-size: 22px;
 font-weight: 400;
 letter-spacing: 0.18px;
}


#footer_summit {
 margin-top: 50px;
}

.smaller-pushout-btn {
 font-size: 20px;
}





@media screen and (max-width: 600px) {
#wpadminbar {
   position: fixed !important;
}
}


/* Styles BDA rework */
/* @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/* header */
.wrapper-register-btn {
  margin-left: 0;
}
.bgH,
.menu-bar,
header .header {
  height: 78px;
  position: relative;
}
header .bgH,
header .header .fix {
  height: 78px;
}
header .header .wrap {
  overflow: visible !important;
}
header .header .fix {
  width: 100%;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
header .bgH {
  background-color: #c5205c;
}
header a {
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
}
#main-nav {
  flex-grow: 1;
  display: flex;
  /* justify-content: flex-end; */
}
.logo-nav {
  padding-right: 0;
  height: 78px;
}
.logo-nav > .logo:after {
    position: absolute;
    z-index: 0;
    left: 5px;
    display: block;
    content: '';
    z-index: 1;
    width: 100%;
    height: 78px;
    top: -10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/rightcape.png);
}
.logo-nav > .logo {
  position: relative;
  margin-left: 6px;
  width: 163px;
}
.logo-nav > .logo a {
  position: relative;
  z-index: 2;
  width: 100%;
}
.logo-nav > .logo a img {
  width: 100%;
}
.city-select {
  background: #b31b54;
  font-size: 12px;
  line-height: 37px;
  overflow-x: hidden;
}
.city-select__wrapper {
  display: flex;
  font-size: 12px;
  padding-left: 25px;
}
.city-select__label {
  margin-right: 8px;
}
.city-select__link, .city-select__label {
  color: #fff;
}
.city-select__link:visited {
  color: #fff;
}
.city-select__link:hover, .city-select__link:focus, .city-select__link.active {
    background-color: #77cee0;
}
.city-select__link {
  font-size: 12px;
  padding-left: 25px;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0 4px;
}
header .bgH:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: rgba(24, 24, 24, .186);
  bottom: 0;
}
.menu-footer-menu-container {
  display: none;
}
.mobile_nav {
    display: none;
    top: -6px;
    color: #fff;
    margin-left: 0;
    margin-right: 19px;
}
.mobile_nav>span {
  display: block;
}
.mobile_nav>span {
  width: 28px;
  padding-top: 0;
}
.mobile_nav>span span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
}
aside#aside {
    height: 100% !important;
    width: 250px;
    right: -250px;
    position: fixed;
    z-index: 1001;
    top: 0;
    overflow-x: hidden;
    transition: .5s;
    background: linear-gradient(to bottom, #151414 0, rgba(21, 20, 20, .94) 48%, rgba(21, 20, 20, .95) 49%);
    padding-top: 35px;
}
aside#aside .sidebar {
  padding: 15px;
  overflow-y: auto;
}
aside#aside .sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 46px;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
}
.menuToggle {
  background-color: transparent;
  padding-top: 56px;
}
aside#aside .sidebar .menuToggle li {
    position: relative;
    list-style-type: none;
    margin: 0;
    border-right: none;
    width: 100%;
}
aside#aside .sidebar .menuToggle li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-transform: capitalize;
}
aside#aside .sidebar .menuToggle li ul {
  padding-left: 25px;
  display: none;
}
.menuToggle #menu-header {
  margin-left: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
}
aside#aside .sidebar .menu-item-has-children:after {
    content: '+';
    position: absolute;
    right: 34px;
    font-size: 16px;
    color: #fff;
    top: 9px;
    pointer-events: none;
}
aside#aside .sidebar .menu-item-has-children.ok:after {
    content: '-';
    font-size: 30px;
    font-weight: 300;
    top: -3px;
}
.main-menu .menu-item-has-children>a:after {
    content: '';
    width: 7px;
    height: 8px;
    display: block;
    background-image: url(../images/new_down_arrow.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 9.5px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
ul.austin-nav.main-menu>li.menu-item-has-children {
  padding-right: 11px;
}
ul.austin-nav.main-menu>li.menu-item-has-children ul {
    display: none;
    background: #c5235b;
    position: absolute;
    z-index: 2;
    padding: 20px 0;
    left: 8px;
    list-style: none;
}
ul.austin-nav.main-menu>li.menu-item-has-children ul li {
  border: 0;
}
.austin-nav>li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
}
ul.austin-nav.main-menu>li.menu-item-has-children:hover ul {
  display: table;
  width: 100%;
}
#menu-header>li:not(._adMenu) {
  padding: 0;
}
.opened {
    overflow: hidden;
}
.hero-blog {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #77cee0;
  position: relative;
  margin-left: auto;
}

.hero-blog::before {
  position: absolute;
  content: '';
  display: block;
  left: -15px;
  top: 0px;
  width: 27px;
  transform: skewX(343deg);
  height: 78px;
  background-color: #77cee0;
}
.hero-blog img {
  width: 125px;
  position: relative;
}
.city-select .wrap {
  display: flex;
  justify-content: space-between;
}
.right-down-block {
  width: 152px;
  background-color: #77cee0;
  position: relative;
  margin-left: auto;
}

.right-down-block::before {
  position: absolute;
  content: '';
  display: block;
  left: -21px;
  top: 0px;
  width: 27px;
  transform: skewX(343deg);
  height: 37px;
  background-color: #77cee0;
}
.menu-bar {
  position: relative;
}
.menu-bar::after {
  position: absolute;
  content: '';
  display: block;
  right: calc(-100% + 10px);
  top: 0;
  background-color: #77cee0;
  width: 100%;
  height: 100%;
}

.city-select .wrap::after {
  position: absolute;
  content: '';
  display: block;
  right: calc(-100% + 15px);
  top: 0;
  background-color: #77cee0;
  width: 100%;
  height: 100%;
}
@media (max-width:1180px) {
  .right-down-block {
    width: 152px;
  }
}
@media (max-width:1179px) {
  .right-down-block {
    width: 151px;
  }
}
@media (max-width:1178px) {
  .right-down-block {
    width: 150px;
  }
}
@media (max-width:1177px) {
  .right-down-block {
    width: 149px;
  }
}
@media (max-width:1173px) {
  .right-down-block {
    width: 147px;
  }
}
@media (max-width:1168px) {
  .right-down-block {
    width: 145px;
  }
}
@media (max-width:1164px) {
  .right-down-block {
    width: 143px;
  }
}
@media (max-width:1160px) {
  .city-select__wrapper {
    padding-left: 0;
  }
  .right-down-block {
    width: 140px;
  }
}
@media (max-width:1156px) {
  .right-down-block {
    width: 138px;
  }
}
@media (max-width:1152px) {
  .right-down-block {
    width: 136px;
  }
}
@media (max-width:1148px) {
  .right-down-block {
    width: 134px;
  }
}
@media (max-width:1144px) {
  .right-down-block {
    width: 132px;
  }
}
@media (max-width:1100px) {
  .main-menu .menu-item-has-children>a:after {
      right: -5px;
  }
}
@media screen and (max-width: 960px) {
  .mobile_nav {
      display: block;
  }
}
.austin-nav li:last-of-type, .austin-nav li:nth-child(6) {
    border-right: none;
}
@media (max-width:782.98px) {
  body.admin-bar header .header .fix {
    top: 46px !important;
  }
}
@media (max-width: 575px) {
  .logo-nav > .logo {
    height: 100%;
    /* max-width: 114px !important; */
  }
  .logo-nav > .logo:after {
    top: 0;
  }
  .hero-blog img {
    width: 100px;
  }
  .right-down-block {
    width: 107px;
  }
}
@media (max-width: 370px) {
  .logo-nav > .logo {
    max-width: 114px !important;
  }
}
ul.austin-nav.main-menu .sub-menu a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    right: 0;
}
ul.austin-nav.main-menu .sub-menu a:hover:after {
  width: 100%;
  left: 0;
}


#header-second .logo-nav > .logo:after {
  background-image: url(../images/rightcape-copy.png);
  top: -33px;
}
#header-second .logo-nav > .logo a {
  /* padding-top: 6px; */
}
#header-second .logo-nav > .logo a img {
  width: 127px;
  margin: 0 auto;
  display: block;
}
#header-second .bgH {
  background-color: #77cee0;
}
#header-second .wrapper-blog-topics {
  background-color: #77cee0;
}
#header-second .wrapper-blog-topics .blog-topics-empty-block {
  margin-left: 6px;
  width: 163px;
}
#header-second .blog-topics {
  display: flex;
  height: 37px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
#header-second .hero-blog,
#header-second .menu-bar::after {
  background-color: #c5205c;
}
#header-second .hero-blog::before {
  background-color: #c5205c;
}
#header-second .hero-blog img {
  width: 172px;
}
#header-second #main-nav {
  flex-grow: 0;
  border-right: 1px solid #fff;
}
#header-second .austin-nav {
  margin-top: 0;
}
#header-second .blog-topics ul {
  display: flex;
  align-items: center;
  height: 100%;
  list-style-type: none;
  padding-left: 42px;
}
#header-second .blog-topics ul li {
  padding-right: 28px;
}
#header-second .blog-topics ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
#header-second .right-down-block {
  width: 184px;
}
#header-second .right-down-block,
#header-second .right-down-block::before {
  background-color: #c5205c;
}
#header-second .blog-topics::after {
    position: absolute;
    content: '';
    display: block;
    right: calc(-100% + 15px);
    top: 0;
    background-color: #c5205c;
    width: 100%;
    height: 100%;
}
#header-second .wrapper-block-search-menu {
  border: 1px solid #fff;
  max-width: 200px;
  width: 100%;
  border-radius: 2px;
  padding: 3px 8px;
  margin-left: 20px;
}
#header-second .wrapper-block-search-menu form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-second .wrapper-block-search-menu #miniSearch {
  border: 0;
  background-color: transparent;
  margin-right: 0;
}
#header-second .wrapper-block-search-menu #search_2 {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  outline: none !important;
}


#aside .wrapper-block-search-menu {
  border: 1px solid #fff;
  max-width: 200px;
  width: 100%;
  border-radius: 2px;
  padding: 3px 8px;
  margin-bottom: 20px;
}
#aside .wrapper-block-search-menu form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aside .wrapper-block-search-menu #miniSearch {
  border: 0;
  background-color: transparent;
  margin-right: 0;
}
#aside .wrapper-block-search-menu #search_2 {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  outline: none !important;
}

@media (max-width:960px) {
  #header-second #main-nav {
    border: 0 !important
  }
  #header-second .blog-topics ul {
    display: none;
  }
  #header-second .wrapper-blog-topics .blog-topics-empty-block {
    display: none;
  }
}
@media (max-width:700px) {
  #header-second .wrapper-block-search-menu {
    display: none;
  }
}
@media (max-width:575px) {
  #header-second .wrapper-block-search-menu {
    display: none;
  }
  #header-second .logo-nav > .logo:after {
    top: -1px;
  }
  #header-second .hero-blog img {
    width: 120px;
  }
  #header-second .right-down-block {
    width: 132px;
  }
}
@media (max-width:480px) {
  .logo-nav > .logo:after {
    left: -20px;
    width: 145%;
  }
}
/* header */


/* First block main page */
.row.fBackground {
  max-height: 500px;
  height: 500px;
  margin-top: 0;
}
.row.fBackground::after {
  content: '';
  position: absolute;
  display: block;
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 104%;
  top: 0;
  left: 0;
}
.tr_3.stat._rm {
  background-color: #c5205c;
}
.tr_3.stat._rm:hover {
  background-color: rgba(197, 32, 92, .8);
}
.row.home .row.fBackground .featuredTitle h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold !important;
  font-size: 50px !important;
  line-height: 60px !important;
  text-transform: initial;
}
@media (max-width:768px) {
  .row.home .row.fBackground .featuredTitle h1 {
    font-size: 19px !important;
    line-height: 30px !important;
  }
  .row.fBackground {
    max-height: 500px;
    height: auto !important;
  }
}
/* First block main page */


/* Subscribe block popup */
.row.latest .row.header.subscribe-block {
  height: 89px;
  background-color: #77cee0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border: 0;
}
.subscribe-block .lText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
}
.subscribe-block .lText p {
  font-family: 'Permanent Marker', cursive;
  font-size: 23px !important;
  padding-right: 4px;
}
.subscribe-block .wrapM {
  width: 1010px;
}
.subscribe-block .btn-subscribe {
  cursor: pointer;
}

.row.latest .row.header button img {

}
.row.latest .row.header button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding-top: 7px;
}
.featuredTitle .tr_3.stat._rm{
  font-weight: 300;
  cursor: pointer;
}
@media (max-width:768px) {
  .row.latest .row.header.subscribe-block {
    height: 60px;
  }
  .subscribe-block .lText {
    padding-top: 0;
  }
  .subscribe-block .lText p {
    font-size: 15px !important;
  }
}
/* Subscribe block popup */



/* Posts main page */
.wrapM.wrapper-post {
  width: 1010px;
  align-items: center;

}
.wrapM.wrapper-post:hover h2,
.wrapM.wrapper-post:hover .wrapper-image,
.wrapM.wrapper-post:hover .excerpt a {
  transition: .3s ease all;
  opacity: .8;
}
.wrapper-posts-main-page ._inP_bg:before,
.wrapper-posts-author ._inP_bg:before,
.category ._inP_bg:before{
  background-color: #ffffff;
}
.wrapper-posts-main-page ._inP_bg:not([data-z-p]):hover:before,
.wrapper-posts-main-page ._inP_bg[data-z-p]:hover:before,
.wrapper-posts-main-page .mobBg:hover,
.wrapper-posts-author ._inP_bg:not([data-z-p]):hover:before,
.wrapper-posts-author ._inP_bg[data-z-p]:hover:before,
.wrapper-posts-author .mobBg:hover,
.category ._inP_bg:not([data-z-p]):hover:before,
.category ._inP_bg[data-z-p]:hover:before,
.category .mobBg:hover {
  background-color: #ffffff !important;
}

.wrapper-posts-main-page  p.hCats,
.wrapper-posts-author p.hCats,
.category p.hCats {
  color: #c5205c;
}
.wrapper-posts-main-page  ._inP a h2,
.wrapper-posts-main-page  ._inP h2,
.wrapper-posts-author ._inP a h2,
.wrapper-posts-author ._inP h2,
.category ._inP a h2,
.category ._inP h2 {
  color: #494949;
  font-family: 'Roboto', sans-serif !important;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.1px !important;
}
.wrapper-posts-main-page .excerpt p,
.wrapper-posts-author .excerpt p,
.category .excerpt p {
  color: #868686;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.1px !important;
  border-left: 5px solid #c5205c;
}
.wrapper-posts-main-page ._inP:not(:first-child), .draw, .row.basic article.draw,
.wrapper-posts-author ._inP:not(:first-child), .draw, .row.basic article.draw,
.category ._inP:not(:first-child), .draw, .row.basic article.draw {
  border: 0;
}
.wrapper-posts-main-page .excerpt p span,
.wrapper-posts-author .excerpt p span,
.category .excerpt p span {
  color: #868686;
  font-family: 'Roboto', sans-serif !important;
  margin-left: 0;
  letter-spacing: 0.1px;
}
.wrapper-post {
  display: flex;
}
.wrapper-post .wrapper-image {
  max-width: 215px;
  width: 100%;
  height: 215px;
}
.wrapper-post .wrapper-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-post .wrapper-text {
  padding-left: 63px;
}
@media (max-width:1100px) {
  .wrapper-posts-main-page article,
  .wrapper-posts-author article,
  .category article  {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:768px) {
  .wrapper-posts-main-page {
    /* padding-bottom: 20px; */
  }
  .wrapper-posts-main-page ._inP a h2,
  .wrapper-posts-main-page ._inP h2,
  .wrapper-posts-author article ._inP a h2,
  .wrapper-posts-author article ._inP h2,
  .category article ._inP h2,
  .category article ._inP a h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .wrapper-posts-main-page ._inP.postiks,
  .wrapper-posts-author ._inP,
  .category ._inP {
    max-height: 500px;
    height: 100%;
    min-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    margin-bottom: 26px;
  }
  .wrapM.wrapper-post {
    flex-wrap: wrap;
  }
  .wrapper-post .wrapper-image {
    margin: 0 auto;
  }
  .wrapper-post .wrapper-text {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .wrapper-posts-main-page ._inP a,
  .wrapper-posts-author ._inP a,
  .category ._inP a {
    color: #494949;
  }
}
@media (max-width:540px) {
  .wrapper-posts-main-page ._inP.postiks {
    min-height: 300px;
  }
}
/* Posts main page */

/* Pagination */
.navigation.pagination {
  background-color: #77cee0;
}
.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
  width: 23px;
  line-height: 23px;
  color: #77cee0;
}
.page-numbers {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
.page-numbers.current {
  color: #c5205c !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}
.navigation.pagination .page-numbers:not(.dots):hover {
  color: #c5205c !important;
}
/* Pagination */

/* Categories and Search */
.wrapper-block-before-posts {
  max-width: 1130px;
  padding: 100px 15px 70px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  color: #77cee0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;

}
.wrapper-block-before-posts .wrapper-block-category-filter {
  max-width: 222px;
  width: 100%;
  position: relative;
}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-title {
  width: 100%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cccccc;
  padding: 0 10px;
  cursor: pointer;
}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-title img {

}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list {
  background-color: #efefef;
  padding: 35px 40px;
  padding-right: 0;
  position: absolute;
  top: 33px;
  left: 0;
  display: none;
  min-width: 442px;
  z-index: 25;
}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list ul {
  list-style-type: none;
  column-count: 2;
}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list ul li {

}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list ul li a {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  padding-right: 77px;
  color: #9c9c9c;
  text-decoration: none;
}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list ul li a span {
  padding-left: 0;
}
.wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list ul li a:hover {
  /* font-weight: bold; */
  color: #77cee0;
}
.wrapper-block-before-posts  .wrapper-block-search {
  display: flex;
}
.wrapper-block-before-posts  .wrapper-block-search .reset-search {
  display: none;
}
.wrapper-block-before-posts  .wrapper-block-search .reset-search.show-reset-search {
  display: block;
}
.wrapper-block-before-posts  .wrapper-block-search .search-btn {
  display: block;
}
.wrapper-block-before-posts  .wrapper-block-search .search-btn.hide-search-btn {
  display: none;
}
.wrapper-block-before-posts  .wrapper-block-search .reset-search i{
  font-size: 20px;
  color: #77cee0;
}
.wrapper-block-before-posts  .wrapper-block-search form {
  max-width: 217px;
  width: 100%;
  height: 33px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-block-before-posts .wrapper-block-search input {
  border:0;
  height: 31px;
  outline: none !important;
  font-weight: 300;
  color: #77cee0;
}
.wrapper-block-before-posts .wrapper-block-search input:-webkit-autofill {
  background-color: #fff !important;
}
.wrapper-block-before-posts .wrapper-block-search button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.wrapper-block-before-posts  .wrapper-block-search button img {
  padding-top: 4px;
}

@media (max-width:768px) {
  .wrapper-block-before-posts {
    padding: 54px 15px 54px;
    flex-wrap: wrap;
  }
  .wrapper-block-before-posts .wrapper-block-category-filter {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .wrapper-block-before-posts .wrapper-block-search {
    max-width: 100%;
    width: 100%;
  }
  .wrapper-block-before-posts .wrapper-block-category-filter .wrapper-category-list {
    max-width: 100%;
    min-width: auto;
  }
  .wrapper-block-before-posts .wrapper-block-search form {
    max-width: 100%;
  }
  .wrapper-block-before-posts .wrapper-block-search input {
    width: 100%;
  }
}
/* Categories and Search */

/* Subscribe to Daily Blog Updates */
.daily-container-main-page {
  background: url('../images/footerbg.jpg') !important;
  width: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-color: #c5205c !important;
  font-family: 'Roboto', sans-serif !important;
}
.daily-container-main-page .daily-form-container {
  max-width: 1180px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 55px 15px 50px !important;
  position: relative !important;
}
.daily-container-main-page .hs-button {
  background-color: #c5205c;
  color: #fff;
}
.daily-container-main-page h2 {
  font-family: 'Permanent Marker', cursive;
  font-size: 40px !important;
  padding-left: 60px !important;
  margin-bottom: 0px !important;
}
.daily-container-main-page .rsForm-container.daily-form-container p {
  font-size: 19px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
  padding-left: 60px !important;
  margin-bottom: 36px !important;
}
.daily-form-image {
  position: absolute;
  top: 70px;
  left: 12px;
}
@media (max-width:768px) {
  .daily-container-main-page h2 {
    font-size: 24px !important;
  }
  .daily-container-main-page .rsForm-container.daily-form-container p {
    font-size: 16px !important;
  }
}
/* Subscribe to Daily Blog Updates */


/* Page single post*/
.single-post .row.basic {
  padding-top: 105px;
  padding-bottom:150px;
}
.single-post .row.basic {

}
.single-post .row.basic p a {
  /* text-decoration: none !important; */
}
.progress_r {
   background-color: #77cee0 !important;
   position: fixed;
   top: 0;
}
.admin-bar .progress_r {
  top: 32px;
}
.progress_r.srcoll-up {
  top: 78px;
}
.admin-bar .progress_r.srcoll-up {
  top: 110px;
}
.share_list ul {
  padding-left: 0 !important;
}

.av_f .autor_avatar {
  border-color: #77cee0 !important;
}

.wrapper-name-author a {
  color: #c5205c !important;
  font-family: 'Permanent Marker', cursive;
  font-size: 16px;
  vertical-align: baseline;
  text-decoration: none !important;
  padding: 0;
}
.wrap-base {
  font-family: 'Roboto', sans-serif !important;
  color: #777;
}
.right_f h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif !important;
  color: #494949;
  line-height: 47px;
  margin-bottom: 20px;
}
.right_f .autor_info {
  padding-bottom: 44px;
}
.right_f .autor_info a {
  text-decoration: underline;
  padding-bottom: 3px;
}
.right_f .autor_info .entry-date {
  padding: 0;
}
.base-container p a,
.base-container figcaption a {
  color: #c5205c !important;
  vertical-align: baseline;
  display: inline;
}

.cat_info {
  font-size: 14px !important;
  font-weight: 500;
  font-family: 'Roboto', sans-serif !important;
  margin-bottom: 56px;
}
.cat_info .more-acrticle {
  color: #5a5a5a !important;
}
.cat_info .cat_name a {
  font-style: italic;
  color: #c5205c !important;
  vertical-align: baseline;
  display: inline;
}

.wrapper-next-post {
  display: flex;
  align-items: center;
  color: #494949;
  font-size: 20px;
}
.wrapper-next-post .wrapper-next span:first-child {
  font-family: 'Permanent Marker', cursive;
  color: #c5205c;
  padding-right: 10px;
  padding-bottom: 3px;
  min-width: 112px;
}
.wrapper-next-post .wrapper-next .title-post{
  color: #494949;
}
.wrapper-next-post .wrapper-next i {
  color: #fff;
  font-size: 14px;
}
.wrapper-next-post .wrapper-next .icon {
  display: inline-flex;
  min-width: 27px !important;
  min-height: 27px !important;
  align-items: center;
  justify-content: center;
  background-color: #c5205c;
  border-radius: 50%;
  margin-left: 5px;
  padding: 0;
  border: 1px solid #fff;
}
.wrapper-next-post .wrapper-next {
  text-decoration: none !important;
}
.single-post .share_list {
  margin-bottom: 62px;
}

@media (max-width:768px) {
  .single-post .row.basic {
    padding-top: 0 !important;
    padding-bottom:50px;
  }
  .share_list ul {
    display: flex;
    flex-direction: column;
  }
  .wrapper-next-post {
    flex-direction: column;
    font-size: 18px;
  }
  .wrapper-next-post .wrapper-next {
    margin-left: 0;
  }
  .wrapper-next-post .wrapper-next span:first-child  {
    padding-right: 0;
  }
}
@media (max-width:768px) {
  .right_f h1 {
    font-size: 34px;
  }
  div.mobile-author-av {
   margin: 10px 0 10px;
 }
}
/* Page single post*/

/* Сategory page */
.category .wrapper-catname {
  padding-top: 81px;
  padding-bottom: 70px;
}
.category .wrapper-catname h3.catName {
  color: #c5205c;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 19px;
  position: static;
  letter-spacing: 1.5px;
}
.category .wrapper-posts-category {
  padding-top: 115px;
  padding-bottom: 60px;
}
.row.landing.latest.category .row.posts>article:first-child:after,
.row.landing.latest.category .row.posts>article:first-child:before {
  display: none;
}
.category .article-post-category-page ._inP_bg:first-child {
  padding: 0 !important;
  height: auto !important;
}
.category .article-post-category-page:first-child a,
.category .article-post-category-page:first-child {
  height: auto !important;
}
.category .article-post-category-page ._inP_bg:before {
  background-color: #ffffff !important;
  opacity: 1;
}
.category .article-post-category-page .wrapM {
  width: 1040px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.category .article-post-category-page .wrapM:hover h2,
.category .article-post-category-page .wrapM:hover .wrapper-image,
.category .article-post-category-page .wrapM:hover .excerpt a {
  transition: .2s ease all;
  opacity: .8;
}
.category .article-post-category-page .wrapper-image {
  max-width: 215px;
  width: 100%;
  height: 215px;
}
.category .article-post-category-page .wrapper-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category .article-post-category-page .wrapper-text {
  padding-left: 63px;
}
@media (max-width:768px) {
  .category .article-post-category-page {
    max-height: 500px !important;
    height: 100%;
    min-height: 500px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    margin-bottom: 26px;
  }
  .category .wrapper-posts-category {
    padding-top: 80px;
    padding-bottom: 80px;
  }

.category .wrapM {
  flex-wrap: wrap;
}
.category .article-post-category-page .wrapper-image {
  margin: 0 auto;
}
.category .article-post-category-page .wrapper-text {
  padding-left: 0;
  text-align: center;
  margin-top: 20px;
  width: 100%;
 }
.category .article-post-category-page .wrapper-text a {
   color: #494949;
 }
}
@media (max-width:540px) {
  .category .article-post-category-page {
    min-height: 300px !important;
  }
}
/* Сategory page */

/* Author page */
.wrapper-author-info.row.authorInfo:before,
.wrapper-author-info.row.authorInfo:after {
  display: none;
}
.row.authorInfo.wrapper-author-info {
  font-family: 'Roboto', sans-serif !important;
  height: auto;
  background-color: #fff;
  padding: 127px 0 127px;
  max-width: 100%;
  width: 100%;
}
.row.authorInfo.wrapper-author-info .wrapM {
  padding-left: 0;
  display: flex;
  align-items: center;
  max-width: 683px;
  width: 100%;
}
.row.authorInfo.wrapper-author-info .wrapM .authorLeft .img {
  border-color: #77cee0;
  width: 120px;
  height: 120px;
  border-width: 4px;
}
.row.authorInfo.wrapper-author-info .wrapM .authorLeft .wrapper-twitter-link {
  margin-top: 13px;
}
.row.authorInfo.wrapper-author-info .wrapM .authorLeft .wrapper-twitter-link a {
  font-size: 12px;
  font-weight: 500;
  color: #77cee0;
  text-decoration: underline;
}
.row.authorInfo.wrapper-author-info .wrapM .authorLeft {
  margin-left: 83px;
}
.row.authorInfo.wrapper-author-info .wrapM .authorRight h1 {
  font-size: 30px;
  font-weight: 300;
  color: #c5205c;
}
.row.authorInfo.wrapper-author-info .wrapM .authorRight .bio .compAuthor{
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.row.authorInfo.wrapper-author-info .wrapM .authorRight .bio .bioAuthor {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.row.authorInfo.wrapper-author-info .wrapM .authorRight .bio .bioAuthor a {
  color: #c5205c;
  font-weight: 500;
  text-decoration: none;
}
.wrapper-posts-author {
  padding-top: 115px;
  padding-bottom: 150px;
}
.wrapper-posts-author .article-post-author-page .wrapM {
  width: 1040px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.wrapper-posts-author .article-post-author-page .wrapM:hover h2,
.wrapper-posts-author .article-post-author-page .wrapM:hover .wrapper-image,
.wrapper-posts-author .article-post-author-page .wrapM:hover .excerpt a {
  transition: .2s ease all;
  opacity: .8;
}
.wrapper-posts-author .article-post-author-page .wrapper-image {
  max-width: 215px;
  width: 100%;
  height: 215px;
}
.wrapper-posts-author .article-post-author-page .wrapper-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-posts-author .article-post-author-page .wrapper-text {
  padding-left: 63px;
}
@media (max-width:768px) {
  .wrapper-posts-author {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .row.authorInfo.wrapper-author-info {
    padding: 70px 0 70px;
  }
  .row.authorInfo.wrapper-author-info .wrapM {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .row.authorInfo.wrapper-author-info .wrapM .authorLeft {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.authorInfo.wrapper-author-info .wrapM .authorRight {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper-posts-author .article-post-author-page {
    max-height: 500px;
    height: 100%;
    min-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    margin-bottom: 26px;
  }
  .wrapM.wrapper-post {
    flex-wrap: wrap;
  }
  .wrapper-posts-author .article-post-author-page .wrapper-image {
      margin: 0 auto;
  }
  .wrapper-posts-author .article-post-author-page .wrapper-text {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .wrapper-posts-author .article-post-author-page .wrapper-text a {
     color: #494949;
  }
}
@media (max-width:540px) {
  .wrapper-posts-author .article-post-author-page {
    min-height: 300px;
  }
}


/* Author page */

/* Icon bar */
.wrapper-icon-bar {
  background-color: #77cee0;
  height: 20px;
  position: relative;
}
.wrapper-icon-bar:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: #77cee0;
  background-image: url(../images/flyinghero_white.png);
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  top: -21px;
  z-index: 3;
  border-radius: 50%;
}
/* Icon bar */

/* Temp */
main {
  margin-top: 0;
}
/* Temp */

/* Popup */
.overflow-hidden {
  overflow: hidden;
}
.wrapper-popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.wrapper-popup-subscribe {
  background-color: #77cee0;
  max-width: 806px;
  width: 100%;
  min-height: 470px;
  z-index: 1000;
  padding: 30px 70px 30px 100px;
  position: relative;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, .6);
}
.wrapper-popup-subscribe .wrapper-popup-image {
  position: absolute;
  top: -62px;
  left: -56px;
}
.wrapper-popup-subscribe iframe {
  width: 100%;
}
.wrapper-popup-subscribe h2 {
  font-family: 'Permanent Marker', cursive;
  color: #fff;
  font-size: 35px;
  line-height: 60px;
  font-weight: 400;
}
.wrapper-popup-subscribe p {
  font-family: 'Roboto', sans-serif !important;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}
.popup-flex {
  display: flex;
}
.wrapper-popup-overlay .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
}
@media (max-width:936px) {
  .wrapper-popup-overlay {
    position: absolute;
  }
  .wrapper-popup-subscribe {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
  .wrapper-popup-subscribe h2 {
    font-size: 20px;
  }
  .wrapper-popup-subscribe p {
    font-size: 16px;
  }
  .wrapper-popup-subscribe .wrapper-popup-image {
    display: none;
  }
  .popup-flex {
    display: block;
  }
}
/* Popup */

/* Footer  */
.right-footer-part a {
 text-decoration: none;
}
/* Footer  */

/* Found */
/* .nothing-found {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 28px !important;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #494949 !important;
} */
/* Found */

.lds-default {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding-bottom: 200px;
}
.lds-default.loading-on {
  display: block;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
  background: #77cee0;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/* Search */
.search .row.posts {
  margin-top: 40px;
}
.search .catName {
  padding-top: 81px;
  padding-bottom: 70px;
  position: static;
  color: #c5205c;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 19px;
  position: static;
  letter-spacing: 1.5px;
}
.results-no-founds {
  font-size: 24px;
  color: #494949;
  padding: 100px 15px;
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}

.row.landing.latest.category.search .row.posts>article:first-child:after,
.row.landing.latest.category.search .row.posts>article:first-child:before {
  display: none;
}
.row.landing.latest.category.search .row.posts>article:first-child ._inP_bg:not([data-z-p]) {
  padding-top: 50px;
  padding-bottom: 80px;
  height: auto;
}
.row.landing.latest.category.search .row.posts>article:first-child {
  height: auto;
}
.row.landing.latest.category.search .row.posts>article:first-child a {
  height: auto;
}


@media (max-width:1100px) {
  .search article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:768px) {
  ._inP a h2, ._inP h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .search ._inP.postiks {
    max-height: 500px;
    height: 100%;
    min-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    margin-bottom: 26px;
  }
  .wrapM.wrapper-post {
    flex-wrap: wrap;
  }
  .wrapper-post .wrapper-image {
    margin: 0 auto;
  }
  .wrapper-post .wrapper-text {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .search ._inP a {
    color: #494949;
  }
}
@media (max-width:540px) {
  .search ._inP.postiks {
    min-height: 300px;
  }
}
/* Search */

/* Second menu */

/* Second menu */


/* .wrapper-loading-search {
  display: none;
}
.wrapper-loading-search.loading-search-on {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #000;
}
.wrapper-loading-search .loading-search {
  display: none;
} */

/* .row.latest .row.header .start {
  display: flex;
} */
/* font-family: 'Roboto', sans-serif; */
/* #c5205c #77cee0 #494949 #868686 #cccccc #efefef */


/* Styles BDA rework */

/* New Footer */
.wrapper-new-footer {
  background-color: #c5205d;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.wrapper-new-footer .container {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 16px
}
.wrapper-new-footer .copyright-new-footer {
  font-style: italic;
}
.wrapper-new-footer .wrapper-menu-new-footer a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border-right: 1px solid;
}
.wrapper-new-footer .wrapper-menu-new-footer a:last-child {
  padding-right: 0;
  border-right: none;
}
.wrapper-new-footer .wrapper-menu-new-footer a:hover,
.wrapper-new-footer .wrapper-menu-new-footer a:active,
.wrapper-new-footer .wrapper-menu-new-footer a:focus {
  text-decoration: underline;
  font-weight: 500;
}
@media(max-width:767px) {
  .wrapper-new-footer .container {
    font-size: 16px;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .wrapper-new-footer .wrapper-menu-new-footer a {
    display: block;
    border: 0;
    text-align: center;
    padding: 2px 0;
  }
  .wrapper-new-footer .copyright-new-footer {
    max-width: 100%;
    flex:0 0 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .wrapper-new-footer .wrapper-menu-new-footer {
    max-width: 100%;
    flex:0 0 100%;
    text-align: center;
  }
}
/* New Footer */

/* Jobs Page */
#temporary-job-board-main {
  background-color: #fff;
}
#temporary-job-board-main .temporary-title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 250px 15px 250px;
  color: #494949;
}
@media (max-width: 992px) {
  #temporary-job-board-main .temporary-title {
    font-size: 26px;
    padding: 150px 15px 150px;
  }
}
/* -- Jobs Page -- */
