:root { --sky: #26abe2; --dark_blue: #00235d; --green: #44b74b; --orange: #f15a28; --soft_gray: #9ba1a7; --pink: #e42fa8;}
body{ font-family: 'Roboto Condensed', sans-serif; font-size: 16px; overflow-x: hidden;}
iframe {max-width: 100%;}
.full-width, .full-width > .row { width:100%; padding:0px; margin:0px; }
.no-padding{ padding:0px; margin:0px;}
.header-wrapper{ margin-top:20px; display: flex; align-items: center;}
.social-icons{ list-style:none; padding:0px; margin:0px;}
.social-icons li{ display:inline-block;}
.social-icons a{ /*color:#000;*/ color: #fff; text-decoration:none;}
header .fa-inverse {color: #000;}
#top-promo-banner {
    color: #fff;
    background-color: var(--orange);
    text-align: center;
    padding: 12px 0 6px;
}
#top-promo-banner span {
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin-right: 6px;
    font-size: 16.5px;
}
#top-promo-banner img {
    vertical-align: middle;
}
#top-promo-banner a,
#top-promo-banner a:link,
#top-promo-banner a:visited,
#top-promo-banner a:hover,
#top-promo-banner a:active {color: var(--dark_blue);text-decoration: none;white-space: nowrap;font-size: 16.5px;}
.social-link:hover .fa-inverse {color: #fff;}
.top-nav-wrapper{ list-style:none; padding:0px; margin:0px;}
.top-nav-wrapper li {
    /*display: block;*/
    padding: 10px 6px;
    line-height: 1;
    /*flex-basis: 20%;*/
    width: 100%;
}
.top-nav-wrapper li ul.sub-menu {
    position: absolute;
    margin-left: 0;
    padding-left: 0;
    background-color: rgba(255,255,255,.5);
    bottom: -115%;
    /*display: none;*/
    /*max-height: 0;*/
    opacity: 0;
    transition: all 0.25s ease-out;
    /*overflow: hidden;*/
}
.top-nav-wrapper li.has-submenu:hover ul.sub-menu {
    /*display: block;*/
    /*max-height: 200px;*/
    opacity: 1;
    transition: all 0.25s ease-in;
}
.top-nav-wrapper li a{ text-decoration:none; /*color:#e51d9b;*/ color:#fff; font-size:15px; font-weight:bold; text-transform: uppercase; line-height:1;}
#top-nav {
    margin-left: 2.5%;
    padding-left: 0;
    display: flex;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    align-items: center;
    list-style: none;
    justify-content: space-between;
}
.slider-blocks{ position: relative; z-index: 100; bottom: 54%; }

.mock-warning-block{ background:#fbe200; padding:30px 0px 20px 0px;}
.mock-warning-content{ font-size:14px;}
.block-link {
   background-color:rgba(0,0,0,.65);
   text-decoration: none;
   transition: background-color 0.3s linear;
   -webkit-transition: background-color 0.3s linear;
   -moz-transition: background-color 0.3s linear;
    display:block; text-align:center; color:#fff !important; padding:20px 10px; text-decoration:none !important;
    text-shadow:1px 1px 1px #000;
	cursor:pointer;
}

.block-link-pink:hover,.block-link-pink.active-block-link {
	background-color:rgba(255,43,177,.75);
}
.block-link-orange:hover,.block-link-orange.active-block-link {
  background-color:rgba(255,93,0,.75);
 
}
.block-link-green:hover,.block-link-green.active-block-link,.green-block {
  background-color:rgba(14,209,167,.75);
}
.social-link{ color:#000;transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; }
.social-link:hover{ color:#00235d; }

.section-slide .bg-cover {background-size: cover; background-position: center;}

/*.top-header>header {background-color: rgba(255,255,255,.5);}*/

.heading {color: #fff; padding: 72px 0 62px 12px;}
.heading h1 {font-size: 96px; font-weight: 700; margin: 0;}
.heading h1 small{color: #fff;}

.blog-post .heading h1 {font-size: 52px;}
.blog-post .int-content {padding-top: 52px;}

/*
.case-study .heading h1 {margin-top: 14px;}
.case-study .heading h1:first-child {margin-top: 84px;}

.top-header.int {min-height: 730px;}
.case-study .top-header.int {min-height: 10px; padding-bottom: 22px;}
*/
.contact-us .embed-responsive {
    margin: 4px 0;
    padding-bottom: 25% !important;
}

.int-content {
    /*background: url(../img/content-int-bg.png) right -150px repeat-y;*/
    background: #fff;
    /*background-size: 75%;*/
    padding: 90px 32px;
    font-family: Roboto, sans-serif;
    font-size: 19px;
}

.int-content h2 {font-size: 40px; font-weight: 600; font-family: 'Roboto Condensed', sans-serif;}
.int-content p {margin: 32px 0;}
.int-content ul {margin: 36px 0; font-weight: 600; padding-left:26px; justify-content: space-evenly;}

.blog-post .int-content {padding-top: 36px;}
.blog-post .int-content ul {font-weight: 400;}

.img-responsive {margin-bottom: 20px; }
img.pull-left {margin-right: 46px; margin-bottom: 32px; max-width: 100%;}

.lower-content {color: #fff; /*background:url(../img/content-bg.png) right -150px repeat-y; background-size:cover;*/ background: #fff;}
.lower-content .col-md-5 {margin-left: -15px;}
.lower-content .img-responsive {margin-bottom: 0; width: 100%;}
.lower-content a { color: #fff; text-decoration: underline;}

.services {color: #151515;}

header {position: relative; z-index: 10; /*background: rgba(255,255,255,.3);*/ background: var(--dark_blue) ; padding: 4px 0 12px 0; margin-top: -8px; width: 100%; top: 0;}
.footer-parallax-container {margin-top: -42px;}
.home-slider {height: 845px; background-size: cover;}

h2.media-heading {font-size: 38px; letter-spacing: 1px; margin-bottom: 16px;}

.flex {display: flex; flex-wrap: wrap;}
.flex > .col-md-5 {align-self: flex-end;}
.flex > .col-md-6 {align-self: center;}

.brands {color:#000; font-size: 18px; text-align: center; background: #f9f9fa;}

.contact-frm {color: #000; width: 100%;}
.contact-frm form {width: 60%; margin-top: 32px;}
.contact-frm h2, .brands h2 {font-size: 40.5px;}
.contact-frm input {margin-bottom: 3px;}
.contact-frm label {font-weight: 400;}
.contact-frm .blue, .brands .blue {color: #008cd2;}
.contact-frm .left-pane {align-self: center; margin-left: 0; overflow: hidden;}
.contact-frm .left-pane .content {float: right;}
.contact-frm.flex {justify-content: space-evenly;}
.contact-frm button,
.rnd-blue {
    border: none;
    border-color: transparent;
    background-color: #00afef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00afef), to(#008abc));
    background-image: -moz-linear-gradient(top, #00afef, #008abc);
    background-image: linear-gradient(top, #00afef, #008abc);
    background-image: none;
    padding: 2px 5px 0 5px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: white;
    font-size: 24px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 126px !important;
}

.rnd-blue {padding: 2px 22px 0 22px; width: auto !important;}
.rnd-blue:hover,
.rnd-blue:active,
.rnd-blue:visited,
.rnd-blue:focus {color: #fff; text-decoration: none !important;}

.form-group {overflow: hidden;}

.block-link h3.lighter {font-weight: 300;}
.block-link h3 .bolder {font-weight: 500; font-size: 32px;}

footer {font-family: 'Roboto', sans-serif; color: var(--soft_gray);}
footer a:link, footer a:visited, footer a:hover, footer a:active {color: var(--soft_gray); text-decoration: none;}

#feedback_msg {font-size: 18.5px; font-weight: 700; opacity:0; padding-bottom: 12px; transition:opacity 1s ease;}
#feedback_msg.failure {color:#c00;}
#feedback_msg.success {color:#008cd2;}
 
 .con {
    cursor: pointer;
   display: inline-block;
   width: auto;
   margin: 0 auto;
   -webkit-transition: all .7s ease;
   -moz-transition: all .7s ease;
   -ms-transition: all .7s ease;
   -o-transition: all .7s ease;
   transition: all .7s ease;
 }
 
 .hamb {
   width: 24%;
   text-align: center;
   height: auto;
   position: absolute;
   display: none;
 }
 
 .middle {
   margin: 0 auto;
 }
 
 .bar {
   display: block;
   height: 8px;
   width: 46px;
   /*background: #008cd2;*/
   background: #fff;
   margin: 6px auto;
   border-radius: 4px;
   -webkit-transition: all .7s ease;
   -moz-transition: all .7s ease;
   -ms-transition: all .7s ease;
   -o-transition: all .7s ease;
   transition: all .7s ease;
 }
 
 .con.active .top {
   -webkit-transform: translateY(13px) rotateZ(45deg);
   -moz-transform: translateY(13px) rotateZ(45deg);
   -ms-transform: translateY(13px) rotateZ(45deg);
   -o-transform: translateY(13px) rotateZ(45deg);
   transform: translateY(13px) rotateZ(45deg);
 }
 
 .con.active .bottom {
   -webkit-transform: translateY(-15px) rotateZ(-45deg);
   -moz-transform: translateY(-15px) rotateZ(-45deg);
   -ms-transform: translateY(-15px) rotateZ(-45deg);
   -o-transform: translateY(-15px) rotateZ(-45deg);
   transform: translateY(-15px) rotateZ(-45deg);
 }
 
 .con.active .middle {
   width: 0;
 }
 
.slider-blocks .phone {width: 100%; display: none;}
.slider-blocks .phone.active {display: block;}

.aos-animate {overflow-x: hidden;}

.flex {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   align-content: stretch;
}

.flex li {
    /*width: 32%;*/
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}
.row.works h2 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 36px;
}
.row.works h3,
.row.works h4 {
    color: #00aeef;
    text-align: center;
}

.row.works p {
    text-align: center;
    color: #585858;
    font-style: italic;
}

.int-lower-content {
    background: url(../img/lower-blue-bg.jpg);
    background-size: cover;
}

.int-lower-content .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 56px;
}

.int-lower-content .container.block {
    display: block;
}

.int-lower-content h2 {
    font-weight: 600;
    color: #fff;
    font-size: 38px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 64px;
}

.int-lower-content .content-block {
    min-width: 340px;
    max-width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 32px 36px;
    flex-basis: 30%;
    margin: 0 auto 32px auto;
}

.int-lower-content h4 {
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 16px;
}

.int-lower-content h4 a {
    color:#333;
}

.int-lower-content h4 a:hover {
    text-decoration: none;
}

.int-lower-content .badge {
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 14px;
    position: absolute;
    right: 28px;
    top: 14px;
}

.int-lower-content.light {
     background: url(../img/lower_blue_bg_light.jpg);
     font-family: Roboto, sans-serif;
     font-size: 19px;
}

.int-lower-content.light h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.int-lower-content.light h4 {
    font-size: 24px;
    font-weight: 700;
}

.int-lower-form {
    /*background: url(../img/content-int-bg.png) right -2680px;*/
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.heading p {
    width: 640px;
    max-width: 100%;
    padding: 6px;
}

.case-study .heading p {width: auto; font-size: 22px; text-shadow: 0px 0px 1px rgba(0,0,0,.5);}

.works a:focus,
.works a:hover {
    text-decoration: none;
}

.sidebar img,
.sidebar .embed-responsive {
    margin-bottom: 20px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.gallery a {
    outline: none;
}

.img-box {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.img-box.i-center i {
    left: 0;
    margin: -28px 0 0 50%;
    top: 50%;
    line-height: 50px;
}

.img-box > i, .img-box span > i, .img-box .caption > i {
    position: absolute !important;
    margin: 15px;
    font-size: 20px;
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    z-index: 11;
    transform: translate3d(0,0,0);
}

.img-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    z-index: 0;
    transition: opacity 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
}

.img-box:hover:before {
/*
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: none;
    -webkit-transform: translateZ(0);
    */
}

.img-scale-up:hover img {
    /*
    animation: scale-up .5s;
    transform: scale(1.2) !important;
    */
}

.member {
    background: #fff;
    border: 1px solid #f3f3f2;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
    min-height: 208px;
}

.member img {
    float:left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.member h3,
.member a {
    text-decoration: none;
    color: #008cd2;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1;
    outline: none;
}

.member a:hover {
    text-decoration: none;
}

.member .position {
    font-size: 15.5px;
    font-weight: bold;
    color: #777;
    margin-top: 14px;
    line-height: 1.1;
    margin-bottom: 0;
}

.member .content {
    display: block;
    width: 100%;
    font-size: 14px;
    clear: both;
    margin-top: 12px;
    margin-bottom: 6px;
}

.about-staff {
    padding: 22px 0 40px 0;
}

.about-us .int-content {
    padding-top: 48px;
}

.full-profile {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 52px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.full-profile img {
    float: right;
    margin-left: 54px;
    margin-bottom: 24px;
}

.full-profile h1 {
    color: #008cd2;
    font-size: 54px;
    font-weight: 600;
}

.full-profile .position {
    color: #999;
    font-size: 22px;
}

.full-profile span {
    display: block;
    font-size: 18px;
    color: #008cd2;
    margin-top: 10px;
}

.full-profile span:first-of-type {
    margin-top: 18px;
}

.full-profile span a {
    color: #008cd2;
}

.full-profile i {
    margin-right: 8px;
    background: #008cd2;
    color: #fff;
    padding: 3px 4px 2px 5px;
    border-radius: 16px;
}

.mfp-close {
    opacity: .65 !important;
    width: 88px;
    height: 88px;
    font-weight: 300;
}

.mfp-close:hover {
    opacity: 1 !important;
}

.fa-stack {
    width: 36px;
}

.next_link {
    margin-bottom: 16px;
    display: block;
}

ol li {
    margin-bottom: 16px;
    line-height: 1.1;
}
ul.pageList {
    list-style-type: none;
    float: right;
}
ul.pageList li {
    display: inline-block;
    margin: 4px 10px;
}
.sidebar {
    padding: 0;
    margin: 85px 26px 26px 0;
}
.sidebar h3 {color:var(--dark_blue); font-weight: 600; margin: 18px auto 12px 40px;}
.sidebar .widget {background-color: #f8f8f8; margin-bottom: 18px; padding: 16px 0;}
.sidebar .widget li {list-style-type: none; margin-bottom: 8px;font-size:13px; line-height: 1.15;}
.sidebar .widget li a {font-size: 16px;}

.blog-content {max-width: 1450px; margin: 0 auto;}

.post-info, .postmeta {font-size: 14px;}

.postmeta a.readmore {
    font-size: 16px;
    color: #fff;
    background-color: #337ab7;
    padding: 4px 12px;
    border-radius: 3px;
}

ul.social-icons-v6 {
    display: flex;
    list-style-type: none;
}

ul.social-icons-v6 li {
    margin: 0 2px;
}

ul.social-icons-v6 a {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../img/social-sprite-3.png);
}
ul.social-icons-v6 a.social-link.ig {
    background-position: 0 0;
}
ul.social-icons-v6 a.social-link.ig:hover {
    background-position: 38px 0;
}
ul.social-icons-v6 a.social-link.fb {
    background-position: 0 -38px;
}
ul.social-icons-v6 a.social-link.fb:hover {
    background-position: 38px -38px;
}
ul.social-icons-v6 a.social-link.yt {
    background-position: 0 -76px;
}
ul.social-icons-v6 a.social-link.yt:hover {
    background-position: 38px -76px;
}
ul.social-icons-v6 a.social-link.in {
    background-position: 0 -114px;
}
ul.social-icons-v6 a.social-link.in:hover {
    background-position: 38px -114px;
}
ul.social-icons-v6 a.social-link.tw {
    background-position: 0 -152px;
}
ul.social-icons-v6 a.social-link.tw:hover {
    background-position: 38px -152px;
}



.test1400 {
    width: 1400px;
    margin-left: -100px;
    max-width: 100%;
}

@media (min-width: 790px) {
    .no-left-padding-desktop{padding-left:0!important;} 
}


@media (min-width: 1200px) {
    header .container {
        width: 95%;
        max-width: 1400px;
    }
}
	
@media (max-width: 1200px) {
    .member h3 {
        font-size: 20px;
    }
    .member .position {
        font-size: 14.5px;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .heading h1 {font-size: 46px; /*margin-top: 80px;*/ margin-left: 6px;}
    .contact-frm h2 {font-size: 36.5px;}
    .contact-frm .left-pane {padding-right: 0;}
    .contact-frm .left-pane p {font-size: 17px !important; letter-spacing: normal !important;}
    .top-nav-wrapper li a {line-height: 1.1; display: block; font-size: 12.5px;}
    .top-nav-wrapper li {padding: 3px 6px;}
    .header-wrapper .col-sm-3 {width: 28%;}
    .header-wrapper .col-sm-7 {width: 54%;}
    .top-header.int {
        min-height: 280px;
        /*background-size: 100% !important;*/
    }
    .int-content {padding-top: 46px; background-size: 100%;}
    .flex {align-items: flex-start;}
    .flex li {
        /*width: 28%;*/
    }
    .int-lower-form {background: url(../img/content-int-bg.png) left -2400px;}
}
@media (max-width: 992px) {
    .fa-stack {width: 1.75em; height: 1.75em;}
    .block-link {text-shadow: 1px 1px 4px rgba(0,0,0,.7); padding: 20px 46px;}
    .contact-frm .col-md-5, .contact-frm .col-md-6 {width: 100%;}
    .contact-frm .left-pane .content {float: none; max-width: 386px; margin: 0 auto;}
    .contact-frm form {width: 80%; margin-top: 0px; margin: 0 auto;}
    .flex-sec-order {order: 1;}
    .flex-sec-order + div {margin: 0 36px;}
    .left-pane {margin: 0 auto !important;}
    .header-wrapper .col-sm-3 {width: auto; position: absolute; right: 66px;}
    .hamb {display: block; top: 29px; right: -58px;}
    .header-wrapper .col-sm-7 {width: 104%;}
    #top-nav {margin-bottom: 0; display: none; overflow: hidden;}
    .top-nav-wrapper {position: absolute; top: 11px; left: 0;width: 100%; background: var(--dark_blue); margin-right: -15px; margin-left: -15px;opacity: .95;}
    .top-nav-wrapper li {display: block; padding: 12px; border-bottom: 1px solid rgba(0,0,0,.1);}
    .top-nav-wrapper li li {border-bottom: none;}
    .top-nav-wrapper > li:last {border-bottom: none;}
    .top-nav-wrapper li a {font-size: 22px;}
    .img-responsive {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .case-study .heading h1:first-child {
        /*margin-top: 28px;*/
        /*font-size: 36px;*/
    }
    .case-study .heading h1 {
        /*margin-top: 14px;
        font-size: 36px;*/
    }
    .top-nav-wrapper li ul.sub-menu {
        position: relative;
        opacity: 1;
        background: none;
    }
    .int-content {
        padding-bottom: 6px;
    }
    .sidebar {
        padding: 26px 15px;
        margin: 12px 18px;
    }

}
@media (max-width: 740px) {
    body {font-size: 13.5px;}
    .heading {padding: 22px 0 22px 12px;}
    .heading h1, .blog-post .heading h1 {font-size: 26px; margin-top: 0px;margin-left: 18px;}
    .contact-frm .left-pane {margin-left: 49px;}
    .fa-stack {font-size: 1.1em; width: 1.55em; height: 1.55em; line-height: 1.95em;}
    .fa-stack-1x {font-size: .85em;}
    .fa-stack-2x {font-size: 1.85em;}
    .section-slide .bg-cover {background-position: 56%;}
    .block-link {padding: 10px;}
    .header-wrapper .col-sm-3 {margin-right: 86px;}
    .hamb {right: -6px;}
    .top-nav-wrapper {top: 41px; right: 15px; left: auto;}
    .top-header.int {
        min-height: 168px;
    }
    .int-content {padding-top: 24px;}
    .int-content h2 {font-size: 28px;}
    .int-content ul {padding-left: 6px;}
    .heading p {
        margin-left: 12px;
    }
}
@media (max-width: 500px) {
    .home-slider {height: 500px;}
    .contact-frm h2 {font-size: 26.5px;}
    .contact-frm .left-pane {text-align: center;}
    .contact-frm .left-pane p {font-size: 16px !important; margin: 0 auto; width: 224px;}
    .header-wrapper .col-sm-3 {display: none;}
    .top-header.int {
        background-size: cover !important;
    }
    .flex li {
        width: 100%;
        margin-left: 26px;
    }
    .int-content ul {padding-left: 0;}
    
    .full-profile img {
        float:none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 22px;
        margin-bottom: 22px;
    }
}

@media (min-width: 1024px) {
    #top-nav li.last {
        margin-left: -2.75%;
    }
    #top-nav li:nth-last-child(2) {
        margin-left: -2.25%;
    }
}

.int-content .privacy-policy-wrapper p{margin-top:0px !important;}