@import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);

/*** MISC ***/
.row.full {
    width: 100%;
    max-width: 100%;}
body, p {
    font-size: 15px; }
body, p, h1, h2, h3, h4, mark, span, button, .button,
nav.top-bar .top-bar-section li a,
.content.pricing .accordion dd > a,
.content.contact .tabs li a,
.content.pricing .accordion dd > a:after {
    font-family: 'Karla', sans-serif; }
.content a {
    text-decoration: underline; }
button,
.button {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f1592a;
    border-radius: 4px; }
button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
    background-color: #db4d21; }
button.grey,
.button.grey {
    color: #FFF;
    background-color: #535353; }
button.grey:hover,
.button.grey:hover,
button.grey:active,
.button.grey:active,
button.grey:focus,
.button.grey:focus {
    background-color: #2f2f2f; }
button.wide,
.button.wide {
    width: 100%;}
.label.error {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: normal;
    padding: 10px;
    white-space: normal;
    background-color: #F00; }
p.small {
    font-size: 11px;
    margin: 0 0 5px 0; }


/*** HEADER ***/
header {
    color: #FFF;
    height: 400px;
    text-align: center;
    background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
header .topheader {
    color: #FFF;
    background-color: #1d242c; }
header .headwrap {
    width: 100%;
    display: block;
    top: -49px;
    position: absolute;
    z-index: 999; }
header .topheader .links {
    text-align: right; }
header .topheader .links a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: inline-block; }
header .topheader .links .login{
    border-left: 1px solid #36404c;
    border-right: 1px solid #36404c; }
header .topheader p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    padding: 15px 20px; }
header .topheader .f-dropdown {
    border: solid 1px #fff; }
header .topheader .links .f-dropdown li {
    padding: 5px; }
header .topheader .links .f-dropdown li:hover,
header .topheader .links .f-dropdown li:focus {
    background-color: #FFF; }
header .topheader .links .f-dropdown li a {
    color: #eb5729;
    text-align: left;
    display: block;
    padding: 10px 15px; }
header .topheader .links .f-dropdown li a:hover {
    color: #FFF;
    background-color: #eb5729; }
header .logo img {
    margin-top: 40px; }
header .nav .button {
    width: 100%;
    padding: 15px 10px;
    margin-top: 55px; }
header h1,
header .title {
    color: #FFF;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
    padding-top: 30px; }
header p {
    font-size: 18px;
    line-height: 1.4}
header.homehead {
    height: auto;
    position: relative;
    margin-top: 49px;
    background-position: top center;
    background-image: none; }
header.homehead h1 {
    font-size: 60px;
    padding-top: 250px;
    line-height: 55px; }
header.homehead h1 + p {
    font-size: 22px;
    line-height:1.4;
    margin-bottom:40px;
    font-weight: normal;
    padding: 0 75px; }
header.login {
    background-image: url('../images/header-login-bg.jpg');
    height: 836px; }
header.login .title {
    padding-top: 85px;
    line-height: 53px;
    margin-bottom: 40px; }
header.login .title + form p {
    font-size: 15px; }
header form {
    text-align: left; }
header label {
    color: #FFF;
    margin-bottom: 4px; }
header form .submitbtn {
    margin-top: 20px;
    text-align: center; }
header.homehead .solo-intro {
    padding-bottom: 75px;
    padding-top: 275px; }
header.homehead .home-slider .slides li {
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
header.homehead .home-slider .slides li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4; }
header.homehead .home-slider li iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    border: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
header.homehead .home-slider .intro {
    display: none;
    position: absolute;
    width: 100%;
    top: 39%;
    z-index: 9999; }
header.homehead .home-slider .intro h1 {
    padding: 0;
    margin-bottom:20px;}
header.homehead .home-slider .flex-nav-prev a,
header.homehead .home-slider .flex-nav-next a {
    color: #FFF;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #f1592a; }
header.homehead .home-slider .flex-nav-prev a {
    left: 25px;
    z-index: 9; }
header.homehead .home-slider .flex-nav-prev a:before {
    content: "\2039";
    font-size: 40px;
    line-height: 32px; }
header.homehead .home-slider .flex-nav-next a {
    right: 25px;
    z-index: 9; }
header.homehead .home-slider .flex-nav-next a:before {
    content: "\203A";
    font-size: 40px;
    line-height: 32px; }

/*** NAV ***/
.top-bar-section ul {
    float: right; }
nav.top-bar .top-bar-section li:not(.has-form) a.search:not(.button),
nav.top-bar .top-bar-section li:not(.has-form) a.search:not(.button):hover {
    background-color: transparent; }
nav.top-bar {
    padding-top: 70px; }
nav.top-bar,
nav.top-bar .top-bar-section ul li,
nav.top-bar .top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent; }
nav.top-bar .top-bar-section li:not(.has-form) a:not(.button) {
    color: #FFF;
    font-size: 13px;
    padding: 0;
    padding-right: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none; }
nav.top-bar .top-bar-section li:not(.has-form) a.active,
nav.top-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #f1592a;
    text-decoration: none;
    background-color: transparent; }

/*** CONTENT ***/
h1 {
    font-size: 36px; }
h2 {
    font-size: 32px; }
mark{
    font-size: 18px;
    color: #6a6e72;
    display: block;
    font-weight: 200;
    margin-bottom: 20px;
    background-color: transparent; }
.content ul {
    margin-left: 0; }
.content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 17px; }
.content ul li:before {
    content: '';
    top: 9px;
    left: 0;
    position: absolute;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/ico-listtype.png'); }
.content ul.nolist {
    margin-top: 5px; }
.content ul.nolist li {
    padding-left: 0; }
.content ul.nolist li input[type="file"],
.content ul.nolist li input[type="checkbox"],
.content ul.nolist li input[type="radio"],
.content ul.nolist li select {
    margin: 5px 0; }
.content ul.nolist li:before {
    content: none; }
li {
    list-style-type: none; }

.content ul ul li {
    margin-left:20px;
}

hr {
    margin: 40px 0; }

.alert-box.alert a,
.error a{
    color:#fff;
    text-decoration: underline;
}
/*** HOME ***/
.content.home {
    padding: 40px 0; }
.content.home > .row {
    padding-top: 60px;
    padding-bottom: 60px; }
.content.home .padding {
    padding-left: 30px; }
.content.home h2 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom:20px;
    line-height: normal; }
.content.home ul li,
.content.home p {
    color: #92989d;
    font-size: 18px; }
.content.home .partners {
    margin-top: 50px;
    margin-bottom: 50px; }
.content.home .partners img {
    margin-right: 25px; }
.homescheduledemo {
    color: #FFF;
    text-align: center;
    padding-top: 90px;
    padding-bottom:80px;
    background-image: url('../images/home-schedule-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
.homescheduledemo h3 {
    color: #FFF;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold; }
.homescheduledemo p {
    font-size: 18px; }

/* our clients */
.ourclients {
    text-align: center;
    padding: 40px 0 15px;
    border-top: 1px solid #dbdbdb; }
.ourclients h3 {
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase; }
.ourclients ul {
    margin: 0; }
.ourclients ul  li {
    display: inline-block;
    padding-right: 23px; }
.ourclients ul li:last-child {
    padding: 0; }

/* Clients logos grayscale on homepage */
ul.clients img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 25px;
}

/* schedule a demo */
.scheduledemo {
    color: #FFF;
    text-align: center;
    padding-top: 90px;
    padding-bottom:90px;
    background-image: url('../images/schedule-demo-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
.scheduledemo h3 {
    color: #FFF;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold; }
.scheduledemo p {
    font-size: 18px; }
.content {
    background-color: #f9f9fb;
    padding: 30px 0;}
.content .main {
    padding: 30px 55px 150px 0; }
.content .main table {
    width: 100% !important; }
.content .main h1 {
    margin:30px 0;}
.content blockquote {
    position: relative;
    color: #6a6e72;
    padding: 0 0 0 30px;
    border: 0;
    margin: 0; }
.content blockquote:before {
    content: '\201C';
    color: #eb5729;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 0; }
.content cite {
    color: #6a6e72;
    font-size: 15px;
    font-style: normal; }
.content a.button {
    text-decoration: none;
    margin-top:20px;}

.content.pricing {
    padding-bottom: 100px; }
.content.pricing dl.tabs {
    margin: -30px 0 0 0; }
.content.pricing .tabs dd {
    border-right: 1px solid #dfdfdf;
    width: 33.333333333333333%; }
.content.pricing .tabs dd:first-child {
    border-left: 1px solid #dfdfdf; }
.content.pricing.tabs dd a:hover,
.content.pricing .tabs dd a:focus,
.content.pricing .tabs dd.active a {
    color: #313131;
    text-decoration: none;
    background-color: #fff;
    padding: 32px 5px 35px;
    border-bottom: 0;
    border-top: 3px solid #f1592a; }
.content.pricing .tabs dd a {
    color: #aaaaaa;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 34px 5px;
    border-top:  1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
.content.pricing .tabs dd a:focus {
    outline: none; }
.content.pricing .tabs-content {
    margin: 0; }
.content.pricing .tabs-content > .content {
    background-color: #FFF;
    padding: 20px 0 0 0;
    border-right: 1px solid #dfdfdf;
    border-bottom:  1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin: 0; }
.content.pricing .tabs-content > .content table {
    text-align: center;
    width: 100%; }
.content.pricing .tabs-content > .content table th {
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    background-color: #1d242c;
    padding: 35px; }
.content.pricing .tabs-content > .content table th:first-child {
    border-right: 1px solid #353e49; }
.content.pricing .tabs-content > .content table th strong {
    color: #f1592a;
    font-size: 18px;
    text-transform: uppercase; }
.content.pricing .tabs-content > .content table th span {
    font-size: 80px;
    font-weight: normal;
    display: block;
    line-height: normal; }
.content.pricing .tabs-content > .content table th span sup {
    font-size: 44px;
    font-weight: bold; }
.content.pricing .tabs-content > .content table td {
    color: #6a6e72;
    font-size: 15px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    padding: 15px; }
.content.pricing .tabs-content > .content .licensing li {
    padding: 40px; }
.content.pricing .tabs-content > .content .licensing li:before {
    content: none; }
.content.pricing .tabs-content > .content .licensing h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase; }
.content.pricing .accordion .accordion-navigation > a,
.content.pricing .accordion dd > a,
.content.pricing .accordion .accordion-navigation > a:hover,
.content.pricing .accordion dd > a:hover {
    position: relative;
    color: #313131;
    font-size: 28px;
    text-decoration: none;
    border-top: 1px solid #dfdfdf;
    padding: 20px 20px 20px 25px;
    background-color: #f9f9fb; }
.content.pricing .accordion dd > a:after,
.content.pricing .accordion dd > a:hover:after  {
    width: 41px;
    height: 41px;
    display: inline-block;
    position: absolute;
    right: 25px; }
.content.pricing .accordion dd > a:after {
    content: '';
    background-image: url('../images/arrow-down.png');
    background-size: cover; }
.content.pricing .accordion dd.active > a:after {
    content: '';
    background-image: url('../images/arrow-up.png');
    background-size: cover; }
.content.pricing .accordion .content {
    padding: 30px; }
.content.pricing .accordion .content.active {
    border-top: 1px solid #dfdfdf; }
.content.pricing #softwarelicensing .button {
    margin: 0; }




.pricingcalculator {
    position: relative;
    color: #FFF;
    height: 1000px;
    padding-top: 100px;
    text-align: center;
    background-image: url('../images/price-costcalculator-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
.pricingcalculator:before {
    content: url('../images/ico-calculator.png');
    position: absolute;
    margin-left: -50px;
    left: 50%;
    top: -40px; }
.pricingcalculator h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
.pricingcalculator p {
    font-size: 18px; }
.pricingcalculator form {
    text-align: left;
    background-color: #FFF;
    padding: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #dedede; }
.pricingcalculator form label {
    margin-bottom: 4px; }
.pricingcalculator form button {
    background-color: #1d242c;
    margin-top: 20px;
    padding: 15px 50px; }
.pricingcalculator .yearcost.border {
    border-right: 1px solid #dedede; }
.pricingcalculator .yearcost {
    text-align: center;
    background-color: #FFF;
    padding: 50px 50px 30px 50px; }
.pricingcalculator .yearcost strong {
    color: #1d242c;
    text-transform: uppercase; }
.pricingcalculator .yearcost span {
    color: #f1592a;
    font-size: 80px;
    line-height: 70px;
    display: block;
    padding-bottom: 15px; }
.pricingcalculator .yearcost span span {
    display: inline; }
.pricingcalculator .yearcost span.display_cost_cor  {
    font-size: 35px;
}
.pricingcalculator .yearcost span sup {
    font-size: 40px;
    font-weight: bold; }
.pricingcalculator .button {
    padding: 15px 40px; }
.pricingcalculator .yearcost .alt-currency div span{
    padding-bottom: 0;
}
.pricingcalculator .yearcost .alt-currency span {font-size: 18px;}
.pricingcalculator .yearcost .alt-currency div span sup{
    font-size: 18px;
}
.pricingcalculator .yearcost .alt-currency div span span {
    font-size: 36px;
}
.content.tour {
    padding: 40px 0 80px 0; }
.content.tour h2 {
    font-size: 36px; }
.content.tour p {
    color: #92989d;
    font-size: 18px; }
.content .contbox {
    padding: 40px; }
.content .aboutlist {
    font-size: 18px;
    margin-top: 40px; }
.content .aboutlist li {
    padding: 30px 0; }
.content .aboutlist li:before {
    content: none; }
.content .aboutlist span {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 13px;
    margin-right: 16px;
    vertical-align: middle;
    display: inline-block;
    width: 90px;
    height: 55px;
    background: #55d4e1;
    position: relative; }
.content .aboutlist span:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 25px solid #55d4e1; }
.content .aboutlist span:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 25px solid #55d4e1; }

.content .aboutpeople {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 20px; }
.content .aboutpeople li {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    padding: 50px 0;
    margin-bottom: -1px;
    border-bottom: 1px solid #dfdfdf; }
.content .aboutpeople li:before {
    content: none; }
.content .aboutpeople li img {
    border-radius: 50%;
    box-shadow: rgba(8, 8, 8, 0.43) 1px 1px 5px 0; }
.content .aboutpeople .name {
    color: #1d242c;
    font-weight: bold;
    margin-top: 20px; }
.content.supportcontact mark {
    margin-bottom: 15px; }
.content.supportcontact ul.contactdetail {
    margin: 0 0 80px;
    border-top: 1px solid #dbdbdb; }
.content.supportcontact ul.contactdetail li {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb; }
.content.supportcontact ul.contactdetail li:before {
    content: none; }
.content.supportcontact form {
    background-color: #FFF;
    padding: 50px 60px 30px;
    margin-bottom: 50px;
    border-top:  4px solid #f1592a;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
.content.supportcontact label span {
    color: #f1592a; }
.content.supportcontact form  button {
    margin-top: 10px; }
.content .newslist {
    margin: 20px 0 0 0;
    list-style-type: none;
    border-top: 1px solid #dfdfdf; }
.content .newslist li {
    padding: 40px 0;
    border-bottom: 1px solid #dfdfdf;
    overflow: auto;}
.content .newslist.newslist strong {
    margin: 0; }
.content .newslist li:before {
    content: none; }
.content .newslist li img {
    float: left; }
.content .newslist li h2 {
    font-size: 28px;
    margin: -10px 0 0 245px; }
.content .newslist li h2 a {
    color: #f1592a;
    text-decoration: none; }
.content .newslist .meta {
    font-size: 12px;
    margin-left: 245px;
    margin-bottom:30px;}
.content .newslist .meta a {
    text-decoration: none;
    color: #f1592a; }
.content .newslist p {
    margin-left: 245px;
    margin-bottom:0;}
.content .meta  {
    font-size: 12px;
    margin-bottom: 5px; }
.content .meta a {
    text-decoration: none;
    color: #f1592a; }
.content .newslist.newsdetail {
    margin-top: 40px; }
.content .newslist strong {
    display: block;
    margin-bottom: 20px; }
.content .newslist strong [class^="sn-"] {
    margin-right: 0;
    margin-left: 15px; }

/* contact */
.content.contact .tabs {
    width: 100%;
    display: table;
    margin-top: -15px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf; }
.content.contact .tabs:before,
.content.contact .tabs:after {
    content: none; }
.content.contact .tabs li {
    padding: 0;
    display: table-cell;
    width: 33.33%;
    float: none;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
.content.contact .tabs li.active {
    border-bottom: 1px solid #FFF; }
.content.contact .tabs .tab-title:before {
    content: none; }
.content.contact .tabs li a {
    color: #aaaaaa;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 35px 20px;
    background-color: #f9f9fb; }
.content.contact .tabs li.active a {
    color: #313131;
    margin-top: -1px;
    padding-top: 33px;
    border-top: 3px solid #f1592a;
    background-color: #FFF; }
.content.contact .tabs-content {
    border: 1px solid #dfdfdf;
    border-top: 0; }
.content.contact .tabs-content > .content {
    padding: 50px 0;
    text-align: center;
    background-color: #ffffff; }
.content.contact h2 {
    font-size: 28px;
    margin: 0; }
.content.contact .offices {
    margin: 25px 0 50px; }
.content.contact .offices li {
    padding: 0 0 50px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
.content.contact .offices li:nth-of-type(3n) {
    border-right: 0; }
.content.contact .offices li:before {
    content: none; }
.content.contact .offices .pic {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    height: 220px;
    margin-bottom: 25px;
    padding-top: 75px;
    background-color: #f9f9fb;
    background-position: center;
    background-size: cover; }
.content.contact .offices .name,
.content.contact .offices .adr {
    font-size: 13px;
    padding: 0 25px; }
.content.contact .offices.partners .name,
.content.contact .offices .phone {
    font-size: 15px;
    font-weight: bold; }
.content.contact .contactinfo {
    margin-bottom: 35px; }
.content.contact .contactinfo li {
    padding: 35px 10px;
    border-right: 1px solid #dfdfdf; }
.content.contact .contactinfo li:last-child {
    border: 0; }
.content.contact .contactinfo li:before {
    content: none; }
.content.contact .contactinfo li .title {
    color: #313131;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
.content.contact .contactinfo li a {
    display: block; }
.content.contact .form-wrap {
    background-image: url('../images/form-left.jpg');
    background-position: top left;
    background-repeat: no-repeat; }
.content.contact .form-wrap form {
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 75px;
    margin-bottom: 75px;
    background-image: url('../images/form-bottom.jpg');
    background-position: bottom right;
    background-repeat: no-repeat; }
.content.contact #panel-partners {
    padding-bottom: 0; }
.content.contact #panel-partners .form-wrap form {
    border-bottom: 0;
    margin-bottom: 0; }
#google_translate_element {
    display: inline-block; }
#google_translate_element .goog-te-gadget-simple {
    border: 0;
    padding: 0;
    background: transparent; }
.content .usefuldocs li {
    padding-left: 0; }
.content .usefuldocs li:before {
    content: none;
    padding-left: 0; }
.content h4 {
    padding-top: 10px;
    border-top: 2px solid #d94314; }


/*** ASIDE ***/
.content aside {
    padding-top: 50px;
    background-color: #FFF; }
.content aside .title {
    color: #313131;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
.content aside nav ul {
    margin: 0 0 50px 0;
    border-top: 1px solid #ebebeb; }
.content aside nav ul li {
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid #ebebeb; }
.content aside nav ul li.subcategory a {
    padding-left:50px;
    font-weight: normal;
    color:#6a6e72;
}
.content aside nav ul li:before {
    content: none; }
.content aside nav ul a {
    color: #313131;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 25px;
    letter-spacing: 1px;
    display: block;
    background-color: #fff;
    position: relative; }
.content aside nav ul a:hover,
.content aside nav ul a.active,
.content aside nav > ul > .active.hassubmenu > a,
.content aside nav ul li.subcategory a:hover,
.content aside nav ul li.subcategory a.active,
.content aside nav > ul > li.subcategory.active.hassubmenu > a {
    color: #FFF;
    background-color: #f1592a; }
.content aside nav ul.submenu a.hassubmenu {
    color: #6a6e72;
    background-color: #FFF; }
.content aside nav ul.submenu a.active.hassubmenu,
.content aside nav ul.submenu a.hassubmenu:hover {
    color: #f1592a; }
.content aside nav ul.submenu a.hassubmenu:before {
    content: ''; }
.content aside .submenu {
    border: 0;
    margin: 20px 0;
    display: none; }
.content aside .submenu .submenu {
    margin: 0;
    padding: 5px 25px;
    display: none; }
.content aside nav ul > .hassubmenu > .submenu > .hassubmenu > .submenu {
    display: none; }
.content aside nav ul > .hassubmenu > .submenu > .active.hassubmenu > .submenu,
.content aside nav ul .active.hassubmenu a + .submenu,
.content aside nav ul .hassubmenu > .active + .submenu {
    display: block; }
.content aside .submenu li {
    border: 0; }
.content aside .submenu a {
    color: #6a6e72;
    text-transform: capitalize;
    padding: 5px 50px; }
.content aside nav .title {
    display: none; }
.content aside nav .submenu a:hover,
.content aside nav .submenu a.active,
.content aside nav .submenu li.active > a {
    color: #f1592a;
    background-color: #FFF; }
.content aside nav .submenu a:hover:before,
.content aside nav .submenu a.active:before,
.content aside nav .submenu li.active > a:before,
.content aside nav ul.submenu a.hassubmenu.active:before,
.content aside nav ul.submenu a.hassubmenu:hover:before {
    content: '\279E';
    display: inline-block;
    width: 22px;
    left: 25px;
    position: absolute; }
.content aside nav .submenu .submenu a:before {
    content: '•';
    color: #f1592a;
    font-size: 22px;
    line-height: normal;
    display: inline-block;
    left: 30px;
    position: absolute; }
.content aside .ourvideo {
    padding: 0 30px 30px 30px;
    margin-bottom: 50px; }
.content aside .sidenews .title {
    padding-left: 30px; }
.content aside .sidenews ul {
    margin: 0;
    list-style-type: none; }
.content aside .sidenews ul li {
    border-top: 1px solid #e4e4e4;
    padding: 25px 30px; }
.content aside .sidenews ul li:before {
    content: none; }
.content aside .sidenews ul li .newsdetail {
    display: table;
    width: 100%;
    text-decoration: none; }
.content aside .sidenews ul img {
    float: left;
    vertical-align: middle;
    border-radius: 50%;
		width:70px;
		height:70px;
    box-shadow: rgba(8, 8, 8, 0.43) 1px 1px 5px 0; }
.content aside .sidenews ul time {
    color: #7a7f83;
    display: block;
    margin-left: 95px; }
.content aside .sidenews ul span {
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-left: 95px; }
.content aside .sidenews ul .social {
    text-align: right; }
.content aside .sidenews ul [class^="sn-"] {
    margin-right: 0;
    margin-left: 15px; }
.content aside .sidenewsletter form {
    padding: 30px;
    border-top: 1px solid #ebebeb; }
div.social {
    display: inline-block;
    background:#f9f9fb;
    padding:10px 0 10px 15px;
    border-radius: 5px;
}
/* pagination */
ul.pagination {
    margin: 50px 0 0; }
ul.pagination li:before {
    content: none; }
ul.pagination li.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    margin-right: 15px;
    background-repeat: no-repeat; }
ul.pagination li a,
ul.pagination li a:hover,
ul.pagination li:hover a,
ul.pagination li a:focus {
    color: #717171;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    padding: 15px 0; }
ul.pagination li.current a,
ul.pagination li.current button,
ul.pagination li.current a:hover {
    color: #3a3a3a;
    background-color: transparent; }
ul.pagination li.arrow.prew,
ul.pagination li.arrow.prew button {
    margin-right: 10px;
    background-image: url("../images/sprite.png");
    background-position: -0px -61px; }
ul.pagination li.arrow.next,
ul.pagination li.arrow.next button {
    margin-left: 30px;
    background-image: url("../images/sprite.png");
    background-position: -37px -61px; }

/*** ICO's ***/
.ico-live-chat {
    width: 10px;
    height: 11px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -73px -0px; }
.ico-pdf {
    width: 16px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background-image: url('../images/sprite.png');
    background-position: -79px -18px; }
[class^="ico-cc-"] {
    width: 45px;
    height: 28px;
    margin-left: 5px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle; }
.ico-cc-visa {
    background: url('../images/ico-cc-visa.png'); }
.ico-cc-mastercard {
    background: url('../images/ico-cc-mastercard.png'); }
.ico-cc-maestro {
    background: url('../images/ico-cc-maestro.png'); }
.ico-cc-jcb {
    background: url('../images/ico-cc-jcb.png'); }
[class^="sn-"] {
    width: 18px;
    height: 19px;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat; }
.sn-facebook {
    background-position: -0px -0px; }
.sn-twitter {
    background-position: -18px -0px; }
.sn-linkedln {
    background-position: -36px -0px; }
.sn-rss {
    background-position: -54px -0px; }
.sn-grey-twitter {
    background-position: -34px -40px;
    width: 15px;
    height: 12px;
    margin: 10px 10px 0 0; }
.sn-grey-linkedln {
    background-position: -50px -40px;
    width: 15px;
    height: 12px;
    margin: 10px 10px 0 0; }
.sn-grey-facebook {
    background-position: -63px -41px;
    width: 15px;
    height: 12px;
    margin: 10px 10px 0 0; }

/* login */
body.login {
    background-image: url('../images/landing-bg.jpg');
    background-position: center;
    background-size: cover;
		background-repeat:no-repeat;}
body.login header {
    height: auto;
    background-image: none; }
body.login header .logo img {
    margin: 60px 0; }
body.login #login-form {
		padding: 40px;
		margin:50px 0 120px 0;
		background-color: rgba(0,0,0,0.5); }
body.login .title {
    color: #FFF;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px; }
body.login .title span {
	font-weight:bold;}
body.login p {
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 35px; }
body.login #login-form input,
body.login #login-form input:focus {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent; }
body.login #login-form button {
    font-size: 16px;
    margin: 0;
    border-radius: 0; }
body.login .wrap, body.login .wrapV {
    text-align: center;
    padding: 50px 25px;
    background-color: #FFF; }
body.login .wrap .title,
body.login .wrap p {
    color: #666666; }
body.login .wrap ul {
    padding: 25px 0; }
body.login .wrap ul li {
    padding-bottom: 0; }
body.login .wrap ul li:first-child {
    border-right: 1px solid #DDD; }
body.login .wrap em {
    font-size: 16px;
    display: block;
    padding: 25px 0 0 0; }
body.login .wrap a {
    font-size: 16px;
    text-decoration: underline; }
body.login .wrap a:hover {
    text-decoration: none; }
table.client-logos img {
    max-width:200px;
    max-height:80px;
}
body.login .topheader p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    padding: 15px 20px;
		line-height: 1.4;
}
body.login footer {
	background: #fff;}
body.login footer p {
	color:#7a7f83;
	line-height: 1.6;
	margin-bottom: 1.25rem;}

/*** FOOTER ***/
footer {
    padding-top: 75px;
		padding-bottom:40px;}
footer .title,
body.login footer .title {
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase; }
footer .links,
body.login footer .links {
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px; }
footer .links ul,
footer .links p,
body.login footer .links ul,
body.login footer .links p {
    font-size: 12px; }
footer .links ul ul,
body.login footer .links ul ul {
    margin: 0; }
footer .links button,
body.login footer .links button {
    font-size: 20px;
    font-weight: bold;
    padding: 0; }
footer a,
footer a:hover,
body.login footer a,
body.login footer a:hover {
    color: #7a7f83; }
footer ul,
body.login footer ul {
    margin: 0 0 30px 0; }
footer .submenu,
body.login footer .submenu {
    margin: 0; }
footer .copy p,
body.login footer .copy p {
    font-size: 12px; }
footer .copy .legalinks a,
body.login footer .copy .legalinks a {
    margin-left: 12px; }
footer .copy span,
body.login footer .copy span {
    padding-left: 10px; }
footer .copy span a,
body.login footer .copy span a {
    margin: 0; }
footer .paymethods,
body.login footer .paymethods,
footer .currencies {
    font-size: 12px;
    text-align: right; }
footer .downloadbc,
body.login footer .downloadbc {
    background-color: #f7941e;
    margin-top: 50px; }
footer .downloadbc p,
body.login footer .downloadbc p {
    color: #FFF;
    padding: 20px;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0; }
footer .downloadbc a,
body.login footer .downloadbc a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-left: 1px solid #f6a94d;
    padding: 25px 20px; }


/** RESPONSIVE TABLES **/
.table-wrap {
    overflow-x: auto;
    margin-bottom:20px; }
.table-wrap::-webkit-scrollbar {
    height:12px; }
.table-wrap::-webkit-scrollbar-track {
    box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
    background:#f0f0f0; }
.table-wrap::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#ccc; }
.table-wrap table {
    margin-bottom:0; }

/** Vimeo Embed **/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:20px;}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

p small.error{
    background: #c60f13 none repeat scroll 0 0;
    color: #fff;
    display: block !important;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}

.account article table {
    border: 0 none;
    width: 100%;
}
p.assistance {
	margin:15px 0 0!important;
}

.alert {
    background: #dcdcdc;
    border: 1px solid #b4b4b4;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 10px;
    color: #333;
}
.alert p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.alert-info {
    background: #a0d3e8;
    border: 1px solid #74bfdd;
}

/*** MOBILE ***/
@media only screen and (max-width: 767px) {

    header .top-bar .toggle-topbar.menu-icon {
        right: 10px;
        top: -70px;
        margin: 0;
        padding: 0; }
    header .top-bar .toggle-topbar.menu-icon a {
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 50%;
        background-color: #FFF; }
    header .top-bar .toggle-topbar.menu-icon a span {
        width: 20px;
        box-shadow: 0 0 0 1px #1d242c, 0 7px 0 1px #1d242c, 0 14px 0 1px #1d242c;
        top: 13px;
        right: 10px;
        position: absolute; }
    header .top-bar .toggle-topbar.menu-icon a span::after {
        content: none; }
    header nav.top-bar {
        height: 0;
        overflow: visible; }
    header nav.top-bar .name {
        height: 0; }
    header nav.top-bar .top-bar-section {
        height: 0;
        overflow: hidden; }
    header nav.top-bar {
        width: 100%;
        left: 0;
        position: absolute;
        z-index: 999;
        padding-top: 25px;
        background-color: transparent; }
    header nav.top-bar.expanded .top-bar-section {
        height: auto;
        overflow: visible; }
    header nav.top-bar .top-bar-section ul {
        margin: 0;
        border-top: 1px solid #e3e3e3; }
    header nav.top-bar .top-bar-section li:not(.has-form) {
        margin: 0;
        padding: 0;
        background-color: #1d242c;
        border-bottom: 1px solid #e3e3e3; }
    header nav.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
        text-align: center;
        line-height: normal;
        display: block;
        padding: 15px;
        margin: 0;
        background-image: none; }
    header nav.top-bar .top-bar-section ul li.last:not(.has-form) a:not(.button) {
        padding: 15px;
        margin: 0;
        border: 0; }
    header nav.top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover,
    header nav.top-bar .top-bar-section ul li:not(.has-form) a.active:not(.button) {
        color: #1d242c;
        border: 0;
        border-radius: 0;
        margin: 0;
        background-image: none;
        background-color: #FFF; }
    header.homehead .home-slider li iframe {
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100vh; }
    header {
        height: auto; }
    header .topheader {
        text-align: left; }
    header .topheader .links {
        text-align: left; }
    header .topheader p {
        font-size: 10px; }
    header .logo img {
        margin-top: 25px; }
    header .button {
        margin: 20px 0 0 0; }
    header .title,
    header h1 {
        font-size: 32px; }
    header p {
        font-size: 14px; }
    header.homehead .nav .button {
        display: none; }
    header.homehead {
        height: auto;
        margin: 0;
        margin-bottom: 25px; }
    header .headwrap {
        top: 0; }
    header.homehead .title {
        font-size: 20px;
        padding-top: 140px;
        line-height: 25px; }
    header .button {
        padding: 7px 10px;
        margin: 0 0 10px 0; }
    header.login {
        height: auto; }
    header.homehead .home-slider .intro h1 {
        padding-bottom: 5px; }
    header.homehead .home-slider,
    header.homehead .home-slider .slides li {
        height: 400px;
        min-height: 400px; }
    header.homehead .home-slider .flex-direction-nav li a {
        height: 20px;
        width: 20px;
        margin-top: -10px; }
    header.homehead .home-slider .flex-nav-prev a {
        left: 10px; }
    header.homehead .home-slider .flex-nav-next a {
        right: 10px; }
    header.homehead .home-slider .flex-nav-prev a:before,
    header.homehead .home-slider .flex-nav-next a:before {
        font-size: 18px;
        line-height: 16px; }
    header.homehead h1 {
        font-size: 14px;
        line-height: normal;
        padding: 0 15px; }
    header.homehead h1 + p {
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        padding: 0 15px;
        margin-bottom: 10px; }
    h1 {
        font-size: 34px; }
    .content article {
        padding-top: 15px; }
    .content.home {
        padding: 0; }
    .content.home > .row {
        padding: 0; }
    .content.home .padding {
        padding-left: 0; }
    .content.home h2 {
        font-size: 30px;
        line-height: normal; }
    .content dl.tabs {
        margin: -15px 0 0 0; }
    .content a.button {
        width: 100%; }
    .content ul li {
        padding-left: 15px; }
    .content .main {
        padding: 0; }
    .content .contbox {
        padding: 0; }
    .content.tour {
        padding: 0; }
    .homescheduledemo {
        height: auto;
        padding-top: 20px; }
    .homescheduledemo h2 {
        font-size: 27px; }
    .homescheduledemo p {
        font-size: 15px; }
    .scheduleademo {
        height: auto;
        padding-top: 20px; }
    .scheduleademo h2 {
        font-size: 35px; }
    .content.pricing {
        padding-bottom: 70px; }
    .content.pricing dl.tabs {
        margin: -13px 0 0 0; }
    .content.pricing .tabs-content > .content {
        border: 0; }
    .content.pricing .tabs-content > .content .licensing li {
        padding: 0; }
    .content.pricing .tabs-content > .content table th {
        font-size: 9px;
        padding: 20px; }
    .content.pricing .tabs-content > .content table th strong {
        font-size: 16px; }
    .content.pricing .tabs-content > .content table th span {
        font-size: 50px; }
    .content.pricing .tabs-content > .content table th span sup {
        font-size: 28px; }
    .content.pricing .tabs-content > .content table td {
        padding: 15px 5px; }
    .content.pricing .accordion .accordion-navigation > a,
    .content.pricing .accordion dd > a,
    .content.pricing .accordion .accordion-navigation > a:hover,
    .content.pricing .accordion dd > a:hover {
        font-size: 16px;
        padding: 15px; }
    .content.pricing .accordion dd > a:after,
    .content.pricing .accordion dd > a:hover:after {
        font-size: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        line-height: 24px; }
    .content.pricing .accordion .content {
        padding: 15px; }
    .content.tour h2 {
        font-size: 34px;
        line-height: normal;
        margin-top: 25px; }
    .pricingcalculator {
        height: auto; }
    .pricingcalculator h2 {
        font-size: 30px; }
    .pricingcalculator .yearcost {
        padding: 10px; }
    .pricingcalculator .yearcost span {
        font-size: 60px; }
    .pricingcalculator .yearcost span sup {
        font-size: 32px; }
    .content .aboutlist li {
        position: relative;
        padding-left: 105px;
        padding-top: 20px;
        min-height: 105px;
        margin-bottom: 15px; }
    .content .aboutlist span {
        position: absolute;
        left: 0;
        top: 25px; }
    .content.contact .contactinfo li {
        padding: 10px;
        border: 0; }
    .content.contact .offices li {
        border: 0; }
    .content.supportcontact ul.contactdetail {
        margin: 0; }
    .content.contact .form-wrap,
    .content.contact .form-wrap form {
        padding: 0 5px;
        background-image: none; }
    .content.supportcontact form {
        padding: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0; }
    .content .newslist img {
        width: 100%; }
    .content .newslist li h2,
    .content .newslist .meta,
    .content .newslist p {
        margin-left: 0; }
    .content .newslist li {
        padding: 20px 0; }
    .content .newslist li h2 {
        font-size: 25px;
        line-height: normal; }
    .content aside {
        padding-top: 0; }
    .content aside nav ul {
        margin: 0 0 30px 0; }
    .content aside .sidevideo {
        margin-bottom: 0; }
    .pagination-centered {
        padding-bottom: 25px; }
    ul.pagination {
        margin: 20px 0 0; }
    .content ul li {
        font-size: 15px;
        position: relative;
        padding-left: 10px; }
    ul.pagination li.arrow.prew {
        margin-right: 0; }
    ul.pagination li.arrow.next {
        margin-left: 5px; }
    .content.contact .tabs li {
        display: block;
        width: 100%; }
    .content.contact .tabs li a {
        padding: 25px 15px; }
    .content.contact .tabs li.active a {
        padding-top: 23px; }
    .content aside .submenu a {
        padding: 5px 0 5px 10px; }
    .content aside nav .title {
        color: #FFF;
        font-size: 20px;
        display: block;
        margin: 10px 0 0;
        padding: 5px 15px;
        background-color: #f1592a; }
    .content aside nav .title:after {
        content:'\2193';
        float: right;
        margin-top: -2px; }
    .content aside nav .title.active:after {
        content:'\2191'; }
    .content aside nav ul {
        display: none; }
	.content aside nav ul a {
		padding: 10px 15px; }
	.content aside nav .submenu a:hover:before,
	.content aside nav .submenu a.active:before,
	.content aside nav .submenu li.active > a:before,
	.content aside nav ul.submenu a.hassubmenu.active:before,
	.content aside nav ul.submenu a.hassubmenu:hover:before,
	.content aside nav .submenu .submenu a:before {
		content: "";}
	body.login .wrap ul {
		padding: 0px; }
	body.login .wrap ul li {
		padding: 25px 0px; }
	body.login .wrap ul li:first-child {
		border: 0px;
		border-bottom: 1px solid #DDD; }
	footer {
		padding-top: 20px; }
	footer .title {
		margin: 0px 0px 5px 0px; }
	footer ul {
		margin: 0px 0px 15px 0px; }
	footer .copy span {
		display: block;
		padding: 0px; }
	footer .links {
		margin-bottom: 30px; }
	footer .copy {
		text-align: center; }
	footer .copy .legalinks a {
		margin: 0px 5px; }
	footer .paymethods {
		text-align: left; }
	footer .downloadbc {
		margin-top: 30px; }
	footer .downloadbc a {
		padding: 32px 25px; }
	img.goog-te-gadget-icon {
		display: none;
	}

}

/*** TABLET AND SMALL DESKTOP ***/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    header.homehead {
        height: auto; }
    header.homehead .title {
        font-size: 45px;
        padding-top: 330px; }
    header.homehead h1 {
        font-size: 42px;
        padding-top: 0;
        line-height: normal; }
    header.homehead h1 + p {
        font-size: 18px;
        padding: 0 50px; }
    header.homehead .home-slider .intro {
        bottom: 10px; }
    header h1,
    header .title {
        line-height: normal;
        padding-top: 20px; }
    header p {
        font-size: 16px; }
    header .topheader .links a {
        padding: 15px; }
    header .nav .button {
        margin: 0;
        display: none; }
    nav.top-bar {
        padding-top: 65px; }
    .content.supportcontact form {
        padding: 25px; }
    .content .aboutlist li {
        position: relative;
        padding-left: 100px;
        min-height: 105px;
        margin-bottom: 15px; }
    .content .aboutlist span {
        position: absolute;
        left: 0;
        top: 25px; }
    .content.tour h2 {
        font-size: 38px;
        margin-top: 15px; }
    .content.tour p {
        font-size: 16px; }
    .homescheduledemo button {
        padding: 0; }
    .content aside .sidenews ul .social {
        text-align: left;
        padding-top: 5px; }
    .content aside .sidenews ul [class^="sn-"]:first-child {
        margin: 0; }
    .ourclients .clients li {
        padding-right: 20px;
        padding-bottom: 10px; }
    footer .copy span {
        display: block;
        padding: 0; }
    footer .copy span.legalinks a {
        padding-right: 10px; }
    footer .paymethods .text {
        display: block; }
    footer .downloadbc p {
        font-size: 12px;
        padding: 15px; }
    footer .downloadbc a {
        padding: 25px 5px; }

}

@media only screen and (min-width: 1025px) and (max-width: 1180px) {

    header.homehead .title {
        padding-top: 325px; }
    .ourclients ul li {
        padding: 0; }
    .ourclients ul li img {
        width: 90%; }
    footer .copy span {
        display: block;
        padding: 0; }
    footer .copy span.legalinks {
        display: inline-block; }

}

@media only screen and (min-width: 1500px) and (max-width: 1899px) {

    header .logo img {
        margin-top: 60px; }
    header .nav .button {
        margin-top: 75px; }
    nav.top-bar {
        padding-top: 90px; }

}

@media only screen and (min-width: 1900px) and (max-width: 3000px) {

    header .logo img {
        margin-top: 85px; }
    header .nav .button {
        margin-top: 100px; }
    nav.top-bar {
        padding-top: 115px; }

}

/* Alert box START */
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    padding: 1.2rem 3rem 1.2rem 1.2rem;
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #0078a0;
    color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 65px;
    z-index: 999;
}
.alert-box {
    border: 0px;
    margin: 0px;
    outline: none;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 4px inset;
}
.alert-box b {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
}
.alert-box .findmore {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    margin-left: 10px;
    border: none;
    background: #8d74b3;
}
.alert-box .close {
    right: .25rem;
    background: inherit;
    color: #333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -.6875rem;
    opacity: .75;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}
.alert-box .close {
    color: #FFF;
    font-size: 36px;
    line-height: normal;
    margin: 0px;
    margin-top: -23px;
    padding: 0px 5px;
}
.alert-box .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
}

.alert-box .btn {
    padding:10px;
    border-radius: 10px;
    margin: 0 1rem;
    display: inline-block;
}
/* Alert box END */

.video_search_form .button {
    padding: 11px 40px;
    margin: 0;
}
#search::-webkit-search-cancel-button {
    -webkit-appearance: checkbox;
}