/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

.mfp-close {
    font-family: 'Arial';
    font-size: 16px;
    font-style: normal;
    line-height: 6px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;

    text-align: center;
    text-decoration: none;
    text-transform: capitalize;

    opacity: 1;
    color: #fff;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
#footer-tq .mfp-close {
    font-size: 14px;

    right: 11px;

    width: 100%;
    padding-right: 6px;

    text-align: right;
    letter-spacing: 1.5px;

    color: #fff;
}

.mfp-counter {
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: 0;
    right: 0;

    white-space: nowrap;

    color: #ccc;
}

.mfp-arrow {
    position: absolute;
    top: 50%;

    width: 90px;
    height: 110px;
    margin: 0;
    margin-top: -55px;
    padding: 0;

    opacity: .65;

    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px;

    content: '';

    border: medium inset transparent;
}

.mfp-arrow:after {
    top: 8px;

    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before {
    opacity: .7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    margin-left: 31px;

    border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
    margin-left: 25px;

    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    margin-left: 39px;

    border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;

    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
}

.mfp-iframe-scaler {
    overflow: hidden;

    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

img.mfp-img {
    line-height: 0;

    display: block;

    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 40px;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;

    display: block;

    width: auto;
    height: auto;

    content: '';

    background: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
    font-size: 12px;
    line-height: 14px;

    display: block;

    color: #bdbdbd;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    margin-top: -36px;

    cursor: auto;
}

.mfp-title {
    line-height: 18px;

    padding-right: 36px;

    text-align: left;
    word-wrap: break-word;

    color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;

        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;

        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;

        background: rgba(0, 0, 0, .6);
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }
    .mfp-img-mobile .mfp-close {
        line-height: 35px;

        position: fixed;
        top: 0;
        right: 0;

        width: 35px;
        height: 35px;
        padding: 0;

        text-align: center;

        background: rgba(0, 0, 0, .6);
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
}

.mfp-zoom-out-video.mfp-bg {
    opacity: .8;
    background: #000;
}

.mfp-zoom-out-video .mfp-iframe-holder .mfp-content {
    width: 95%;
}

.mfp-zoom-out-video .mfp-close:after {
    background-color: #e77e3c;
}

.mfp-wrap.mfp-item-iframe {
    z-index: 5000;

    -webkit-transform: translateZ(0);

    -webkit-overflow-scrolling: touch;
}

.mfp-wrap.mfp-item-iframe .mfp-iframe-scaler {
    padding: 100%;
}

.mfp-wrap.mfp-item-iframe .mfp-iframe-scaler iframe {
    background: #fff;
    box-shadow: none;
}

.mfp-wrap.mfp-item-iframe .mfp-container {
    padding: 0;
}

html.mfp-helper {
    height: 100%;
}

html.mfp-helper .mfp-bg {
    background: transparent;
}

html.mfp-helper body {
    overflow: hidden;

    height: 100%;

    -webkit-transform: translateZ(0);
}

html.mfp-helper .mfp-container {
    top: 77px;
}

html.mfp-helper .mfp-iframe-holder .mfp-content {
    max-width: 100%;
}

html.mfp-helper .mfp-iframe-holder .mfp-close {
    position: absolute;
    top: -95px;

    height: 95px;
}

html.mfp-helper .mfp-close {
    font-size: 20px;
    line-height: 20px;

    position: relative;
    right: 0;

    display: inline-block;

    padding: 0;

    cursor: pointer;
    text-align: center;
    text-transform: lowercase;

    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

html.mfp-helper .mfp-close:after {
    display: inline-block;

    width: 33px;
    height: 36px;
    margin-left: 10px;
    padding: 0;

    content: '';
    vertical-align: middle;

    background-color: transparent;
    /*background-image: url(./images/locations-overlay-close.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 33px;
}

.slick-slider {
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    z-index: 100;
    bottom: -47px;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;

    text-indent: -9999px;

    border: none;
    background-color: transparent;
    background-image: url('//www2.claritas.com/l/306121/2017-10-03/f8kl/306121/13747/carousel_arrows.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.slick-arrow.slick-next {
    right: 0;
    left: auto;

    background-position: -70px 0;
}

.slick-dots {
    position: absolute;
    right: 0;
    bottom: -38px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 4px;
    padding: 0;

    cursor: pointer;

    border: none;
    border-radius: 50px;
    background-color: #dbdbdb;
}

.slick-dots li button {
    line-height: 0;

    display: block;

    cursor: pointer;
    text-indent: -9999px;

    border: none;
    outline: none;
}

.slick-dots li.slick-active {
    background-color: #02537a;
}

.slick-dots li:hover {
    background-color: #02537a;
}

@media only screen and (min-width: 768px) {
    nav .main-nav li {
        margin-left: 4px;
    }
    nav .main-nav li a:link {
        font-size: 10px;
    }
    .slick-arrow {
        top: 0;
        bottom: 0;
        left: -32px;

        margin: auto 0;
    }
    .slick-arrow.slick-next {
        right: -32px;
    }
    .banner {
        height: 495px;
    }
    .banner .container {
        height: 100%;
    }
    .banner-text {
        display: table;

        width: 100%;
        max-width: 460px;
        height: 100%;
        padding: 0;

        table-layout: fixed;
    }
    .banner-text h1 {
        font-size: 44px;
        line-height: 56px;

        display: table-cell;

        padding: 0 0 0 66px;

        vertical-align: middle;
    }
    .ufa {
        padding: 66px 0 20px;
    }
    .ufa-left {
        padding: 0 30px;
    }
    .ufa-item {
        float: left;

        width: 33.333333%;
        padding: 5px 15px 52px;
    }
    .ufa-item img {
        width: 93px;
    }
    .ufa-item h3 {
        padding-top: 20px;
    }
    .ufa-item p {
        line-height: 26px;
    }
    .ufa-right {
        width: 380px;
        margin: 0 auto;
    }
    .testimonials .container {
        padding-bottom: 56px;
    }
    .testimonial-item {
        padding: 33px 65px 0;

        background-image: url('//www2.claritas.com/l/306121/2017-10-03/f8qz/306121/13907/right_quote.png'), url('//www2.claritas.com/l/306121/2017-10-03/f8p8/306121/13855/left_quote.png');
        background-repeat: no-repeat, no-repeat;
        background-position: calc(100% - 20px) 27px, 30px 26px;
    }
    .testimonial-item p {
        font-size: 26px;
        line-height: 43px;
    }
    .testimonial-item .t-name {
        padding: 9px 0 3px;
    }
    .contact .container {
        margin: 59px 48px 47px;
        padding: 42px 15px 40px;
    }
    .contact .container h3 {
        padding: 5px 0 14px;
    }
    .segment-section {
        background-image: url('//www2.claritas.com/l/306121/2017-10-03/f8rd/306121/13915/segment_bg_dsk.png');
        background-repeat: no-repeat;
        background-position: center top;
    }
    .digital-partners {
        padding: 22px 7px 23px;
    }
    .logos-heading {
        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }
    .logo-section {
        display: inline-block;

        vertical-align: middle;
    }
    .our-clients {
        padding: 37px 7px 22px;

        text-align: center;
    }
    .details {
        padding: 33px 15px 20px;
    }
    .details-heading {
        width: 400px;
        margin: 0 auto;
        padding-bottom: 60px;
    }
    .main-image-details {
        display: block;

        width: 220px;
        margin: 33px auto -20px;
    }
    .left-part {
        float: left;

        width: 66.666%;
    }
    .middle-section-details {
        float: right;

        width: 50%;
    }
    .middle-section-details p {
        padding: 0 6px 30px;
    }
    .left-section-details {
        float: left;

        width: 50%;
        padding-top: 78px;
    }
    .left-section-details p {
        margin: 0 20px 30px;
    }
    .right-section-deails {
        float: right;

        width: 33.333%;
        padding-top: 78px;
    }
    .right-section-deails p {
        margin: 0 20px 30px;
    }
    .section-item img {
        margin-bottom: 19px;
    }
    .section-item h3 {
        padding-bottom: 17px;
    }
}

@media only screen and (min-width: 1024px) {
    nav .main-nav li {
        margin-left: 7px;
    }
    nav .main-nav li a:link {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    nav .main-nav li {
        margin-left: 30px;
    }
    nav .main-nav li a:link {
        font-size: 12px;
    }
    .slick-arrow {
        left: -42px;
    }
    .slick-arrow.slick-next {
        right: -42px;
    }
    .slick-dots {
        bottom: -40px;
    }
    .banner {
        height: 338px;
    }
    .banner .container {
        width: 1150px;
        margin: 0 auto;
    }
    .banner-text h1 {
        padding: 0 0 0 75px;
    }
    .ufa {
        padding-bottom: 43px;
    }
    .ufa .container {
        width: 1150px;
        margin: 0 auto;
        padding-left: 50px;
    }
    .ufa-left {
        float: left;

        width: 720px;
        padding: 0 10px;
    }
    .ufa-item {
        padding: 5px 20px 20px;
    }
    .ufa-right {
        float: left;

        width: 340px;
        margin: 0;
        padding: 13px 0;

        border-top: none;
        border-left: 1px solid #005578;
    }
    .testimonials .container {
        width: 1180px;
        margin: 0 auto;
    }
    .testimonials .slick-dots li:hover {
        background-color: #005578;
    }
    .testimonial-item {
        padding: 73px 165px 0;

        background-position: calc(100% - 100px) 77px, 100px 76px;
    }
    .testimonial-item .t-name {
        padding: 25px 0 3px;
    }
    .contact .container {
        width: 940px;
        margin: 70px auto;
        padding: 42px 190px 39px;
    }
    .contact .container h3 {
        padding: 5px 0 14px;
    }
    .details {
        padding: 50px 15px 20px;
    }
    .details.container {
        width: 1180px;
        margin: 0 auto;
    }
    .digital-partners-images {
        margin-left: -10px;
    }
    .digital-partners-images a {
        margin: 2px 43px;

        transform: none;
    }
    .main-image-details {
        width: 286px;
    }
    .our-clients {
        padding: 22px 50px 20px;
    }
    .digital-partners {
        padding: 27px 7px 29px;
    }
    .digital-partners .container {
        width: 1180px;
        margin: 0 auto;

        text-align: center;
    }
    .our-clients .container {
        width: 1180px;
        margin: 0 auto;

        text-align: center;
    }
    .our-clients-images {
        text-align: right;
    }
    .right-section-deails p {
        margin: 0 62px 30px;
    }
    .left-section-details p {
        margin: 0 62px 30px;
    }
    .middle-section-details p {
        margin: 0 54px 30px;
    }
}

@media only screen and (min-width: 1400px) {
    nav .main-nav li a:link {
        font-size: 75%;
    }
    .segment-section {
        background-size: cover;
    }
}

.footer-top {
    padding: 20px 30px 12px;

    text-align: center;

    background-color: #4296b4;
}

.footer-top img {
    display: block;

    margin: 0 auto;
}

.footer-top ul {
    margin: 0;
    padding: 23px 0 20px;

    list-style-type: none;
}

.footer-top li {
    display: inline-block;

    width: 49%;

    vertical-align: top;
}

.footer-top li a {
    font-size: 16px;
    line-height: 19px;

    text-decoration: none;

    color: #fff;
}

.footer-top li ul {
    line-height: 13px;

    padding: 0 0 5px;
}

.footer-top li ul a {
    font-family: 'Arial';
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
}

.footer-top li ul li {
    width: 100%;
}

.footer-top p {
    font-family: 'Arial';
    font-size: 12px;
    line-height: 15px;

    color: #fff;
}

.footer-top p a {
    text-decoration: none;

    color: #fff;
}

.footer-bottom {
    padding: 11px 20px 6px;

    text-align: center;

    background-color: #005578;
}

.footer-bottom p {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 19px;

    color: #fff;
}

@media only screen and (min-width: 768px) {
    footer .container {
        width: 650px;
        margin: 0 auto;
    }
    .footer-top {
        padding: 0;
    }
    .footer-top .container {
        padding: 35px 0 23px;
    }
    .footer-top img {
        display: inline-block;

        width: 45px;
        margin: 0;

        vertical-align: top;
    }
    .footer-top ul {
        display: inline-block;

        width: 88%;
        padding: 0;
        padding-top: 7px;

        vertical-align: bottom;
    }
    .footer-top ul li {
        width: 24%;
    }
    .footer-top ul ul {
        display: block;

        width: 100%;
    }
    .footer-top p {
        padding: 19px 0 8px 0;
    }
    .footer-bottom {
        padding: 17px 0 16px;
    }
    .footer-bottom p {
        font-size: 16px;
        line-height: 22px;
    }
}

.banner {
    height: 214px;

    background-image: url('//www2.claritas.com/l/306121/2017-10-03/f8kz/306121/13757/contact_hero_mob.jpg');
}

.banner h1 {
    padding: 96px 0 0 14px;
}



.form .button {
    width: 228px;
    margin-top: 19px;
    padding: 14px 5px 14px;
}

.form.active {
    position: relative;
}

.form.active .thank-you {
    display: block;
}

.form .pd-select {
    margin-bottom: 20px;
}

.form-top {
    padding: 37px 13px 21px;

    text-align: center;

    background-color: #f2f2f2;
}

.form-top h3 {
    font-size: 20px;
    line-height: 24px;

    padding: 0 0 15px;
}

.form-top p {
    padding: 0;
}

::-webkit-input-placeholder {
    color: #b5b8b9;
}

::-moz-placeholder {
    color: #b5b8b9;
}

::-moz-placeholder {
    color: #b5b8b9;
}

::-ms-input-placeholder {
    color: #b5b8b9;
}

.form-row:nth-of-type(2) .collectionfield, .form-row:nth-of-type(1) .collectionfield {
  float: left;
  width: 48%;
  margin-right: 4%; }

.form-row:nth-of-type(2) .collectionfield {
  margin-right: 0; }

.form-row input,.form-row select, .form-row textarea  {
    width: 100%;
  border: none;
  border-bottom: 2px solid #696C6D;
  color: #B5B8B9;
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 8px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Arial";
  font-weight: 100; }

.form-row .collectionfield {
    width: 100%;
}

.form-row .collectionfield label {
    font-family: Arial;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;

    display: block;

    text-transform: uppercase;

    color: #83868a;
}

.form-row .collectionfield label span {
    text-transform: lowercase;
}

.form-row .collectionfield input:focus {
    color: #11335a;
    border-bottom: 2px solid #f56600;
}

.form-row .collectionfield textarea {
    margin-top: 5px;
    padding: 10px;

    border: 2px solid #696c6d;
}
.form-row .collectionfield.error input {
    border-color: #DB2426;
}

.form-row .collectionfield.error p.error {
    padding: 0;
    margin: -10px 0 10px;
    color: #DB2426;
}

.form-row .collectionfield {
    display: table;
}

.form-row .collectionfield input {
    display: table-footer-group;
}

.form-row .collectionfield label {
    display: table-header-group;
}

.form-row input:focus+label {
    color: #4a90e2;
}

.collectionsubmit {
	height: 44px;
}

.button {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;

    display: inline-block;

    padding: 15px 5px;

    text-decoration: none;

    color: #005578;
    border: 2px solid #005578;
    border-radius: 3px;
}

.button.red {
    color: #fff;
    border: 2px solid #db2426;
    background-color: #db2426;
}

.form-bottom {
    padding-top: 12px;

    text-align: center;
}

.form-bottom p {
    font-weight: 500;

    padding: 0;

    color: #a9b0b3;
}

.form-bottom a {
    font-family: 'Arial';
    font-size: 20px;

    display: block;

    text-decoration: none;

    color: #a9b0b3;
}

article {
    padding: 73px 23px 354px;
}

article h2 {
    font-size: 30px;
    line-height: 35px;

    color: #005578;
}

article h3 {
    font-size: 20px;
    line-height: 24px;

    padding: 16px 0;

    color: #696c6d;
}

article p {
    padding: 12px 0;
}

.content-section .container {
    background-image: url('//www2.claritas.com/l/306121/2017-10-03/f8l8/306121/13763/contact_image_mob.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.content-gray {
    margin: 19px -17px 0;
    padding: 12px 17px 9px;

    border-radius: 3px;
    background-color: #f2f2f2;
}

.content-gray p {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;

    padding: 20px 0 19px;

    color: #8a8f91;
}

.content-gray p:last-child {
    border-bottom: none;
}

.content-gray p strong {
    color: #005578;
}

.content-gray.hide-mob-tab {
    display: none;
}

.content-gray.hide-dsk {
    margin: 32px 12px;
    padding: 37px 30px 19px;

    text-align: center;

    border-radius: 4px;
}

.content-gray.hide-dsk h3 {
    font-size: 20px;
    line-height: 24px;

    color: #005578;
}

.content-gray.hide-dsk p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    color: #000;
}

.content-gray.hide-dsk p a {
    font-family: 'Arial';
    font-weight: 600;

    color: #3999bb;
}

.content-gray.bottom {
    padding: 0;

    border-radius: 4px;
}

.content-gray.bottom h4 {
    font-size: 20px;
    line-height: 24px;

    padding: 19px 0 15px;

    text-align: center;

    color: #005578;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    background-color: #d8d8d8;
}

.content-gray.bottom .cg-center {
    padding: 12px 19px 4px;
}

.content-gray.bottom .cg-center p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    padding: 12px 0;

    color: #000;
}

.content-gray.bottom .cg-center p a {
    font-family: 'Arial';
    font-weight: 600;

    color: #3999bb;
}

.content-gray.bottom .cg-bottom {
    padding: 15px 0 42px;

    text-align: center;

    border-top: 2px solid #dbdbdb;
}

.content-gray.bottom .cg-bottom p {
    font-size: 10px;
    line-height: 14px;

    padding: 20px 0 13px;

    text-transform: uppercase;

    color: #a9b0b3;
}

.content-gray.bottom .cg-bottom a {
    font-family: 'Arial';
    font-weight: 600;

    display: inline-block;

    padding: 18px 34px 15px;

    text-align: center;
    text-decoration: none;

    color: #005578;
    border-radius: 25px;
    background-color: #fff;
}

.content-gray.bottom .cg-bottom a:before {
    display: inline-block;

    width: 23px;
    height: 14px;
    margin: 0 2px 0 0;

    content: '';

    background-image: url('//www2.claritas.com/l/306121/2017-10-03/f8mg/306121/13801/header_phone.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
}

.thank-you {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 97%;
    height: 97%;
    margin: auto;

    text-align: center;

    background-color: #fff;
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 22px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .2);
}

.thank-you p {
    padding: 20px;
}

.tq-top {
    padding: 20px 0 20px;
    background-color: #f56600;
}

.tq-top h3 {
    font-size: 20px;

    clear: both;

    color: #fff;
}

.tq-close {
    float: right;
	cursor: pointer;
    width: 18px;
    height: 18px;
    margin-right: 22px;

    background-image: url('http://storage.pardot.com/306121/13923/tq_close.png');
    background-repeat: no-repeat;
    background-position: center center;
}